tidalinn commited on
Commit
90e61f0
·
1 Parent(s): a82ba19

Changed model

Browse files
Files changed (1) hide show
  1. src/config.py +1 -1
src/config.py CHANGED
@@ -7,7 +7,7 @@ class Settings(BaseSettings):
7
  models: List[str] = [
8
  'ProsusAI/finbert',
9
  'tabularisai/multilingual-sentiment-analysis',
10
- 'fhamborg/roberta-targeted-sentiment-classification-newsarticles'
11
  ]
12
 
13
  sample_text: str = 'Reliance Risk Management Framework provides a consistent, clear and robust framework for managing risks across the group and thus is fundamental to our performance and progress. The integrated risk framework helps the Group to ensure that activities to manage risk are designed, implemented and operating effectively'
 
7
  models: List[str] = [
8
  'ProsusAI/finbert',
9
  'tabularisai/multilingual-sentiment-analysis',
10
+ 'bardsai/finance-sentiment-zh-base'
11
  ]
12
 
13
  sample_text: str = 'Reliance Risk Management Framework provides a consistent, clear and robust framework for managing risks across the group and thus is fundamental to our performance and progress. The integrated risk framework helps the Group to ensure that activities to manage risk are designed, implemented and operating effectively'