Training in progress, epoch 1
Browse files- pytorch_model.bin +1 -1
- runs/Jan08_19-39-39_50cc6bd24d93/events.out.tfevents.1673206783.50cc6bd24d93.212.2 +2 -2
- runs/Jan08_19-40-38_50cc6bd24d93/events.out.tfevents.1673206842.50cc6bd24d93.212.4 +2 -2
- runs/Jan08_19-47-31_50cc6bd24d93/1673207255.7425282/events.out.tfevents.1673207255.50cc6bd24d93.212.7 +3 -0
- runs/Jan08_19-47-31_50cc6bd24d93/events.out.tfevents.1673207255.50cc6bd24d93.212.6 +3 -0
- runs/Jan08_19-47-53_50cc6bd24d93/1673207278.083127/events.out.tfevents.1673207278.50cc6bd24d93.212.9 +3 -0
- runs/Jan08_19-47-53_50cc6bd24d93/events.out.tfevents.1673207278.50cc6bd24d93.212.8 +3 -0
- tokenizer.json +2 -4
- training_args.bin +1 -1
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 438140149
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46085c2cd0e1da976ef58ab88e2f322ee05f6b8d21a619e66eeeeba370f8ee2c
|
3 |
size 438140149
|
runs/Jan08_19-39-39_50cc6bd24d93/events.out.tfevents.1673206783.50cc6bd24d93.212.2
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:f47ebea08b749f49be8c121d6178b60df52dfdce5ed93190adea4c3fb9429ad5
|
3 |
+
size 6077
|
runs/Jan08_19-40-38_50cc6bd24d93/events.out.tfevents.1673206842.50cc6bd24d93.212.4
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:6ce959c46dac4362aeda8aad27b61236957e4eba9bf5d9fec6a47a803eb1edaa
|
3 |
+
size 11993
|
runs/Jan08_19-47-31_50cc6bd24d93/1673207255.7425282/events.out.tfevents.1673207255.50cc6bd24d93.212.7
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f31980b81a7f53c725f06a8c276f3524683f8acc8ddfa852d280c32733e85476
|
3 |
+
size 5617
|
runs/Jan08_19-47-31_50cc6bd24d93/events.out.tfevents.1673207255.50cc6bd24d93.212.6
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:af7a313fc1d3e4676e643c04206654dc4165ebff56b220f63259c4fd1b13bc15
|
3 |
+
size 4136
|
runs/Jan08_19-47-53_50cc6bd24d93/1673207278.083127/events.out.tfevents.1673207278.50cc6bd24d93.212.9
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a60da19fc5f867021492ce521b61758ca7cc694d9d61ce59e932c0cabde67704
|
3 |
+
size 5617
|
runs/Jan08_19-47-53_50cc6bd24d93/events.out.tfevents.1673207278.50cc6bd24d93.212.8
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbb24b2ec5112b93aa30624108d21fa6150044ad1850ffcb4bdb72084a529da1
|
3 |
+
size 6444
|
tokenizer.json
CHANGED
@@ -2,14 +2,12 @@
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
-
"max_length":
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
-
"strategy":
|
11 |
-
"Fixed": 256
|
12 |
-
},
|
13 |
"direction": "Right",
|
14 |
"pad_to_multiple_of": null,
|
15 |
"pad_id": 0,
|
|
|
2 |
"version": "1.0",
|
3 |
"truncation": {
|
4 |
"direction": "Right",
|
5 |
+
"max_length": 512,
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
"padding": {
|
10 |
+
"strategy": "BatchLongest",
|
|
|
|
|
11 |
"direction": "Right",
|
12 |
"pad_to_multiple_of": null,
|
13 |
"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 3515
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:848604a70a7483f7938335cb2203a2491fa816c2c1b491acfce29a7a4ad3bb57
|
3 |
size 3515
|