LinkLinkWu commited on
Commit
0f1a02a
·
verified ·
1 Parent(s): 3312cc4

Update func.py

Browse files
Files changed (1) hide show
  1. func.py +1 -1
func.py CHANGED
@@ -21,7 +21,7 @@ import requests
21
  # ---------------------------------------------------------------------------
22
  # Model identifiers (Hugging Face)
23
  # ---------------------------------------------------------------------------
24
- SENTIMENT_MODEL_ID = "LinkLinkWu/Stock_Analysis_Test_Ahamed" # LABEL_0 = Negative, LABEL_1 = Positive
25
  NER_MODEL_ID = "dslim/bert-base-NER"
26
 
27
  # ---------------------------------------------------------------------------
 
21
  # ---------------------------------------------------------------------------
22
  # Model identifiers (Hugging Face)
23
  # ---------------------------------------------------------------------------
24
+ SENTIMENT_MODEL_ID = "LinkLinkWu/Boss_Stock_News_Analysis" # LABEL_0 = Negative, LABEL_1 = Positive
25
  NER_MODEL_ID = "dslim/bert-base-NER"
26
 
27
  # ---------------------------------------------------------------------------