nickwong64
commited on
Commit
•
2344378
1
Parent(s):
3334bdb
Upload BertForSequenceClassification
Browse files- config.json +8 -8
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -10,18 +10,18 @@
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
-
"0": "
|
14 |
-
"1": "
|
15 |
-
"2": "
|
16 |
-
"3": "
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
|
|
10 |
"hidden_dropout_prob": 0.1,
|
11 |
"hidden_size": 768,
|
12 |
"id2label": {
|
13 |
+
"0": "negative",
|
14 |
+
"1": "positive",
|
15 |
+
"2": "no_impact",
|
16 |
+
"3": "mixed"
|
17 |
},
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 3072,
|
20 |
"label2id": {
|
21 |
+
"mixed": 3,
|
22 |
+
"negative": 0,
|
23 |
+
"no_impact": 2,
|
24 |
+
"positive": 1
|
25 |
},
|
26 |
"layer_norm_eps": 1e-12,
|
27 |
"max_position_embeddings": 512,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438014069
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7de9e352b17bff76f25e564ed3871655873208f0eb345ead9e5b3c79d7888704
|
3 |
size 438014069
|