Spaces:
Running
Running
Benjamin Consolvo
commited on
Commit
·
30f4c63
1
Parent(s):
aead90e
syntax
Browse files- .gitattributes +3 -0
- README.md +1 -1
.gitattributes
CHANGED
@@ -34,3 +34,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
images/hf_dup.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
36 |
images/hf_dup.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
images/* filter=lfs diff=lfs merge=lfs -text
|
38 |
+
images filter=lfs diff=lfs merge=lfs -text
|
39 |
+
images/** filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -123,7 +123,7 @@ streamlit run app.py
|
|
123 |
1. **Enter a Stock Symbol**: Type a valid stock ticker symbol (e.g., AAPL, MSFT) in the sidebar.
|
124 |
|
125 |
2. **Check Sentiment**: Click the "Check Sentiment" button to analyze current news sentiment for the selected stock. Also, the article titles and links will be displayed that were used to calculate sentiment for that stock. The sentiment should be in the range of [-1,1]. The following limits are used to rate the sentiment:
|
126 |
-
- [-1
|
127 |
- (-0.1,0.1): Neutral
|
128 |
- (0.1,1]: Positive
|
129 |
|
|
|
123 |
1. **Enter a Stock Symbol**: Type a valid stock ticker symbol (e.g., AAPL, MSFT) in the sidebar.
|
124 |
|
125 |
2. **Check Sentiment**: Click the "Check Sentiment" button to analyze current news sentiment for the selected stock. Also, the article titles and links will be displayed that were used to calculate sentiment for that stock. The sentiment should be in the range of [-1,1]. The following limits are used to rate the sentiment:
|
126 |
+
- [-1,-0.1): Negative
|
127 |
- (-0.1,0.1): Neutral
|
128 |
- (0.1,1]: Positive
|
129 |
|