Cecilefifi commited on
Commit
ba711a2
·
verified ·
1 Parent(s): e47a35e

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. 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
+ }