Upload model_config.json
Browse files- model_config.json +9 -0
model_config.json
ADDED
|
@@ -0,0 +1,9 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"MAX_WORDS": 20000,
|
| 3 |
+
"MAX_LEN": 200,
|
| 4 |
+
"EMBEDDING_DIM": 128,
|
| 5 |
+
"num_classes": 75,
|
| 6 |
+
"test_accuracy": 0.8783532906339924,
|
| 7 |
+
"test_f1_macro": 0.8797518920072722,
|
| 8 |
+
"test_f1_weighted": 0.8794068861924121
|
| 9 |
+
}
|