data-silence
commited on
Commit
•
5d75a68
1
Parent(s):
0b8d295
add config.json
Browse files- config.json +5 -0
config.json
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"model_type": "fasttext",
|
3 |
+
"fasttext_version": "0.9.2",
|
4 |
+
"labels": ["climate", "conflicts", "culture", "economy", "gloss", "health", "politics", "science", "society", "sports", "travel"]
|
5 |
+
}
|