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