update accuracy
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
config.json
CHANGED
@@ -18,8 +18,8 @@
|
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 600,
|
20 |
"label2id": {
|
21 |
-
"neutral": 1,
|
22 |
"negative": 0,
|
|
|
23 |
"positive": 2
|
24 |
},
|
25 |
"layer_norm_eps": 1e-12,
|
|
|
18 |
"initializer_range": 0.02,
|
19 |
"intermediate_size": 600,
|
20 |
"label2id": {
|
|
|
21 |
"negative": 0,
|
22 |
+
"neutral": 1,
|
23 |
"positive": 2
|
24 |
},
|
25 |
"layer_norm_eps": 1e-12,
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 47162231
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a05bd000089b3042a8d7cee396744ec2d389eb412ba5de0b0c6557641669b3db
|
3 |
size 47162231
|