peyterho commited on
Commit
1e1f243
·
verified ·
1 Parent(s): bd15ba9

Bump version to 0.2.0 (fine-tuned models)"

Browse files
Files changed (1) hide show
  1. macro_sentiment/__init__.py +7 -1
macro_sentiment/__init__.py CHANGED
@@ -15,6 +15,12 @@ from macro_sentiment.transformers_ensemble import (
15
  FinancialRoBERTaHead,
16
  ClimateBERTHead,
17
  TopicRouter,
 
 
 
 
 
 
18
  )
19
 
20
- __version__ = "0.1.0"
 
15
  FinancialRoBERTaHead,
16
  ClimateBERTHead,
17
  TopicRouter,
18
+ DEFAULT_FINBERT,
19
+ DEFAULT_ROBERTA,
20
+ DEFAULT_CLIMATEBERT,
21
+ ORIGINAL_FINBERT,
22
+ ORIGINAL_ROBERTA,
23
+ ORIGINAL_CLIMATEBERT,
24
  )
25
 
26
+ __version__ = "0.2.0"