root@autodl-container-32ce119752-f4e7b2aa
commited on
Commit
·
448df58
1
Parent(s):
080a309
config num_labels upload
Browse files
cnn-chinanews-chinese/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"architectures": "WordCNNForClassification", "hidden_size": 150, "dropout": 0.3, "num_labels":
|
|
|
1 |
+
{"architectures": "WordCNNForClassification", "hidden_size": 150, "dropout": 0.3, "num_labels": 7, "max_seq_length": 128, "model_path": null, "emb_layer_trainable": true}
|
cnn-chnsenticorp-chinese/config.json
CHANGED
@@ -1 +1 @@
|
|
1 |
-
{"architectures": "WordCNNForClassification", "hidden_size": 150, "dropout": 0.3, "num_labels":
|
|
|
1 |
+
{"architectures": "WordCNNForClassification", "hidden_size": 150, "dropout": 0.3, "num_labels": 7, "max_seq_length": 128, "model_path": null, "emb_layer_trainable": true}
|