Training in progress, step 500
Browse files
config.json
CHANGED
|
@@ -11,16 +11,16 @@
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 1024,
|
| 13 |
"id2label": {
|
| 14 |
-
"0": "
|
| 15 |
-
"1": "
|
| 16 |
-
"2": "
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 4096,
|
| 20 |
"label2id": {
|
| 21 |
-
"negative":
|
| 22 |
-
"
|
| 23 |
-
"positive":
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-12,
|
| 26 |
"max_position_embeddings": 512,
|
|
|
|
| 11 |
"hidden_dropout_prob": 0.1,
|
| 12 |
"hidden_size": 1024,
|
| 13 |
"id2label": {
|
| 14 |
+
"0": "positive",
|
| 15 |
+
"1": "neutral",
|
| 16 |
+
"2": "negative"
|
| 17 |
},
|
| 18 |
"initializer_range": 0.02,
|
| 19 |
"intermediate_size": 4096,
|
| 20 |
"label2id": {
|
| 21 |
+
"negative": "2",
|
| 22 |
+
"neutral": "1",
|
| 23 |
+
"positive": "0"
|
| 24 |
},
|
| 25 |
"layer_norm_eps": 1e-12,
|
| 26 |
"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 2681258616
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c0a8c127dcfa8c4f3d62a56c2722dff8efc08fefe4702f02157594ae2a8c45ed
|
| 3 |
size 2681258616
|
runs/Feb26_06-43-40_1670e0bb0f9b/events.out.tfevents.1708929821.1670e0bb0f9b.17494.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c267207b2719df333f8e8fd6d06084630a4d2409fbcff0e84e336c311e992254
|
| 3 |
+
size 5214
|
tokenizer.json
CHANGED
|
@@ -1,15 +1,8 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
"direction": "Right",
|
| 5 |
-
"max_length": 512,
|
| 6 |
-
"strategy": "LongestFirst",
|
| 7 |
-
"stride": 0
|
| 8 |
-
},
|
| 9 |
"padding": {
|
| 10 |
-
"strategy":
|
| 11 |
-
"Fixed": 512
|
| 12 |
-
},
|
| 13 |
"direction": "Right",
|
| 14 |
"pad_to_multiple_of": null,
|
| 15 |
"pad_id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
"padding": {
|
| 5 |
+
"strategy": "BatchLongest",
|
|
|
|
|
|
|
| 6 |
"direction": "Right",
|
| 7 |
"pad_to_multiple_of": null,
|
| 8 |
"pad_id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4536
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:767de857d7fc6e66cc3a721b751245f4181c1e0d01e7591035b8ae3cb0b104a8
|
| 3 |
size 4536
|