jongador commited on
Commit
6f6700a
·
verified ·
1 Parent(s): 1a4d811

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +11 -1
config.json CHANGED
@@ -1 +1,11 @@
1
- {"architectures": "WordCNNForClassification", "hidden_size": 150, "dropout": 0.3, "num_labels": 2, "max_seq_length": 256, "model_path": null, "emb_layer_trainable": true}
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architectures": [
3
+ "WordCNNForClassification"
4
+ ],
5
+ "hidden_size": 150,
6
+ "dropout": 0.3,
7
+ "num_labels": 2,
8
+ "max_seq_length": 256,
9
+ "model_path": null,
10
+ "emb_layer_trainable": true
11
+ }