asahi417 commited on
Commit
01e0ecb
1 Parent(s): 3131349

Update get_model_list.py

Browse files
Files changed (1) hide show
  1. get_model_list.py +1 -1
get_model_list.py CHANGED
@@ -33,7 +33,7 @@ models = [
33
  "cardiffnlp/twitter-roberta-base-dec2021-tweet-topic-single-2020"
34
  ]
35
 
36
- os.makedirs("metric_files", exists_ok=True)
37
 
38
  metrics = []
39
  for i in models:
33
  "cardiffnlp/twitter-roberta-base-dec2021-tweet-topic-single-2020"
34
  ]
35
 
36
+ os.makedirs("metric_files", exist_ok=True)
37
 
38
  metrics = []
39
  for i in models: