Commit ·
6fb9795
1
Parent(s): 444c0c6
Training in progress, step 2000
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- runs/Mar30_06-57-49_a8c9f3a11134/1680159840.3856187/events.out.tfevents.1680159840.a8c9f3a11134.173.1 +3 -0
- runs/Mar30_06-57-49_a8c9f3a11134/1680160360.8351963/events.out.tfevents.1680160360.a8c9f3a11134.173.2 +3 -0
- runs/Mar30_06-57-49_a8c9f3a11134/events.out.tfevents.1680159840.a8c9f3a11134.173.0 +3 -0
- tokenizer.json +14 -2
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -54,7 +54,7 @@
|
|
| 54 |
}
|
| 55 |
},
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
-
"transformers_version": "4.27.
|
| 58 |
"use_cache": true,
|
| 59 |
"vocab_size": 2418
|
| 60 |
}
|
|
|
|
| 54 |
}
|
| 55 |
},
|
| 56 |
"torch_dtype": "float32",
|
| 57 |
+
"transformers_version": "4.27.4",
|
| 58 |
"use_cache": true,
|
| 59 |
"vocab_size": 2418
|
| 60 |
}
|
pytorch_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 800433809
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:919486cd4b92aed97d96266c150fba1859c444fbd2aa198db0972ad3aceeb90c
|
| 3 |
size 800433809
|
runs/Mar30_06-57-49_a8c9f3a11134/1680159840.3856187/events.out.tfevents.1680159840.a8c9f3a11134.173.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:26ce0aa79947cd314f0604011421ef8fa38cf40e614dae94965e3ffc0a397a6e
|
| 3 |
+
size 5735
|
runs/Mar30_06-57-49_a8c9f3a11134/1680160360.8351963/events.out.tfevents.1680160360.a8c9f3a11134.173.2
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:40187b0f4b7fa73b3f3a855fb2978f2d38c63c8ba75ac5e81e2b422dd01db114
|
| 3 |
+
size 5735
|
runs/Mar30_06-57-49_a8c9f3a11134/events.out.tfevents.1680159840.a8c9f3a11134.173.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:14bbcb90743124f0bdeed35a88cb1e6a4cb217e799260cab11222c10b1e1e30e
|
| 3 |
+
size 15722
|
tokenizer.json
CHANGED
|
@@ -1,7 +1,19 @@
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
-
"truncation":
|
| 4 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
"added_tokens": [
|
| 6 |
{
|
| 7 |
"id": 0,
|
|
|
|
| 1 |
{
|
| 2 |
"version": "1.0",
|
| 3 |
+
"truncation": {
|
| 4 |
+
"direction": "Right",
|
| 5 |
+
"max_length": 150,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": "BatchLongest",
|
| 11 |
+
"direction": "Right",
|
| 12 |
+
"pad_to_multiple_of": null,
|
| 13 |
+
"pad_id": 3,
|
| 14 |
+
"pad_type_id": 0,
|
| 15 |
+
"pad_token": "[PAD]"
|
| 16 |
+
},
|
| 17 |
"added_tokens": [
|
| 18 |
{
|
| 19 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 3515
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0107a0292f17d8ecaf212fcdcecb728f96bfc3e3f924e66eb2c7435ea7ee2d91
|
| 3 |
size 3515
|