Training in progress, epoch 1
Browse files- config.json +1 -1
- model.safetensors +1 -1
- tokenizer.json +4 -2
- training_args.bin +2 -2
config.json
CHANGED
|
@@ -53,6 +53,6 @@
|
|
| 53 |
"sep_token_id": 50282,
|
| 54 |
"sparse_pred_ignore_index": -100,
|
| 55 |
"sparse_prediction": false,
|
| 56 |
-
"transformers_version": "4.57.
|
| 57 |
"vocab_size": 50368
|
| 58 |
}
|
|
|
|
| 53 |
"sep_token_id": 50282,
|
| 54 |
"sparse_pred_ignore_index": -100,
|
| 55 |
"sparse_prediction": false,
|
| 56 |
+
"transformers_version": "4.57.1",
|
| 57 |
"vocab_size": 50368
|
| 58 |
}
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 598445936
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cda0efe4a0c764b63882ce0a804f952467abdfd46c44541e4612cd1fabd21a05
|
| 3 |
size 598445936
|
tokenizer.json
CHANGED
|
@@ -2,12 +2,14 @@
|
|
| 2 |
"version": "1.0",
|
| 3 |
"truncation": {
|
| 4 |
"direction": "Right",
|
| 5 |
-
"max_length":
|
| 6 |
"strategy": "LongestFirst",
|
| 7 |
"stride": 0
|
| 8 |
},
|
| 9 |
"padding": {
|
| 10 |
-
"strategy":
|
|
|
|
|
|
|
| 11 |
"direction": "Right",
|
| 12 |
"pad_to_multiple_of": null,
|
| 13 |
"pad_id": 50283,
|
|
|
|
| 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": 50283,
|
training_args.bin
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:28f1a7f3328ed5cde952873e5bf6aea9c67387a5713a953297224c93ba1d65f5
|
| 3 |
+
size 5841
|