Upload BertForSequenceClassification
Browse files- config.json +2 -2
- model.safetensors +1 -1
config.json
CHANGED
@@ -12,14 +12,14 @@
|
|
12 |
"id2label": {
|
13 |
"0": "NEGATIVE",
|
14 |
"1": "NEUTRAL",
|
15 |
-
"2": "
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
"NEGATIVE": 0,
|
21 |
"NEUTRAL": 1,
|
22 |
-
"
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"max_position_embeddings": 512,
|
|
|
12 |
"id2label": {
|
13 |
"0": "NEGATIVE",
|
14 |
"1": "NEUTRAL",
|
15 |
+
"2": "POSITIVE"
|
16 |
},
|
17 |
"initializer_range": 0.02,
|
18 |
"intermediate_size": 3072,
|
19 |
"label2id": {
|
20 |
"NEGATIVE": 0,
|
21 |
"NEUTRAL": 1,
|
22 |
+
"POSITIVE": 2
|
23 |
},
|
24 |
"layer_norm_eps": 1e-12,
|
25 |
"max_position_embeddings": 512,
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 433273844
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:357eda1319a0a5313c3d81e5ab4c18e0e955be90568e7bed4b377561fe5ed1cc
|
3 |
size 433273844
|