Upload config.json with huggingface_hub
Browse files- config.json +7 -0
config.json
ADDED
|
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"input_dim": 5000,
|
| 3 |
+
"model_type": "TF-IDF + Feedforward Neural Network",
|
| 4 |
+
"dataset": "imdb_top_500.csv",
|
| 5 |
+
"text_column": "text",
|
| 6 |
+
"label_column": "label"
|
| 7 |
+
}
|