Training in progress, step 4500
Browse files- model.safetensors +1 -1
- runs/Apr15_16-41-31_nlpg03.cs.washington.edu/events.out.tfevents.1713224495.nlpg03.cs.washington.edu.948972.0 +3 -0
- runs/Apr15_16-42-16_nlpg03.cs.washington.edu/events.out.tfevents.1713224540.nlpg03.cs.washington.edu.949290.0 +3 -0
- tokenizer.json +16 -2
- training_args.bin +1 -1
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 242041896
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:bda0ccbaf7a6ec783cc3627cee9480630dc92afe7bda6f66ae29efeb4167d9a6
|
| 3 |
size 242041896
|
runs/Apr15_16-41-31_nlpg03.cs.washington.edu/events.out.tfevents.1713224495.nlpg03.cs.washington.edu.948972.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:219a7eac034c82a60d643b4ab567ebc158bb050fbc7cc2d292e1694d9ce40fe4
|
| 3 |
+
size 5689
|
runs/Apr15_16-42-16_nlpg03.cs.washington.edu/events.out.tfevents.1713224540.nlpg03.cs.washington.edu.949290.0
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d2fae86768209443c2fc34b5c99da136ca29391c3bf3a013abf106db5f9d117e
|
| 3 |
+
size 5688
|
tokenizer.json
CHANGED
|
@@ -1,7 +1,21 @@
|
|
| 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": 50,
|
| 6 |
+
"strategy": "LongestFirst",
|
| 7 |
+
"stride": 0
|
| 8 |
+
},
|
| 9 |
+
"padding": {
|
| 10 |
+
"strategy": {
|
| 11 |
+
"Fixed": 50
|
| 12 |
+
},
|
| 13 |
+
"direction": "Right",
|
| 14 |
+
"pad_to_multiple_of": null,
|
| 15 |
+
"pad_id": 0,
|
| 16 |
+
"pad_type_id": 0,
|
| 17 |
+
"pad_token": "<pad>"
|
| 18 |
+
},
|
| 19 |
"added_tokens": [
|
| 20 |
{
|
| 21 |
"id": 0,
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5176
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:921c92d3a190fc8b0065cf6909dd86ea2db1333b1b0e920bb208364c5a2c678e
|
| 3 |
size 5176
|