Upload BertForSequenceClassification
Browse files- config.json +5 -12
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -10,21 +10,14 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
-
"4": "
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
21 |
-
"label2id": {
|
22 |
-
"LABEL_0": 0,
|
23 |
-
"LABEL_1": 1,
|
24 |
-
"LABEL_2": 2,
|
25 |
-
"LABEL_3": 3,
|
26 |
-
"LABEL_4": 4
|
27 |
-
},
|
28 |
"layer_norm_eps": 1e-12,
|
29 |
"max_position_embeddings": 512,
|
30 |
"model_type": "bert",
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "negative",
|
14 |
+
"1": "semi_negative",
|
15 |
+
"2": "so_so",
|
16 |
+
"3": "semi_positive",
|
17 |
+
"4": "positive"
|
18 |
},
|
19 |
"initializer_range": 0.02,
|
20 |
"intermediate_size": 3072,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
21 |
"layer_norm_eps": 1e-12,
|
22 |
"max_position_embeddings": 512,
|
23 |
"model_type": "bert",
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433326453
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82d8653e493165f930d780e2d6d4941f47183a14c93ee4569daaf06d2b1ea635
|
3 |
size 433326453
|