kovacsvi commited on
Commit
55f07e5
·
1 Parent(s): 444ac6d

cache twitter minor model

Browse files
Files changed (1) hide show
  1. utils.py +1 -1
utils.py CHANGED
@@ -35,7 +35,7 @@ JIT_DIR = "/data/jit_models"
35
  HF_TOKEN = os.environ["hf_read"]
36
 
37
  # should be a temporary solution
38
- models = [hf_manifesto_path(""), hf_sentiment_path(""), hf_emotion_path(""), hf_cap_minor_path("", ""), hf_ontolisst_path("")]
39
 
40
  # it gets more difficult with cap
41
  domains_cap = list(domains_cap.values())
 
35
  HF_TOKEN = os.environ["hf_read"]
36
 
37
  # should be a temporary solution
38
+ models = [hf_manifesto_path(""), hf_sentiment_path(""), hf_emotion_path(""), hf_cap_minor_path("", ""), hf_cap_minor_path("", "social"), hf_ontolisst_path("")]
39
 
40
  # it gets more difficult with cap
41
  domains_cap = list(domains_cap.values())