Training in progress, epoch 1
Browse files- config.json +6 -4
- model.safetensors +2 -2
config.json
CHANGED
|
@@ -21,15 +21,17 @@
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 384,
|
| 23 |
"id2label": {
|
| 24 |
-
"0": "
|
| 25 |
-
"1": "
|
|
|
|
| 26 |
},
|
| 27 |
"initializer_cutoff_factor": 2.0,
|
| 28 |
"initializer_range": 0.02,
|
| 29 |
"intermediate_size": 1152,
|
| 30 |
"label2id": {
|
| 31 |
-
"
|
| 32 |
-
"
|
|
|
|
| 33 |
},
|
| 34 |
"layer_norm_eps": 1e-05,
|
| 35 |
"local_attention": 128,
|
|
|
|
| 21 |
"hidden_activation": "gelu",
|
| 22 |
"hidden_size": 384,
|
| 23 |
"id2label": {
|
| 24 |
+
"0": "negative",
|
| 25 |
+
"1": "neutral",
|
| 26 |
+
"2": "positive"
|
| 27 |
},
|
| 28 |
"initializer_cutoff_factor": 2.0,
|
| 29 |
"initializer_range": 0.02,
|
| 30 |
"intermediate_size": 1152,
|
| 31 |
"label2id": {
|
| 32 |
+
"negative": 0,
|
| 33 |
+
"neutral": 1,
|
| 34 |
+
"positive": 2
|
| 35 |
},
|
| 36 |
"layer_norm_eps": 1e-05,
|
| 37 |
"local_attention": 128,
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e360c998d9474e04c12bc6efe020f969255e107e797d00ff7f16dd3ec53006e
|
| 3 |
+
size 281299686
|