Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Aug05_08-57-35_0e3db811b885/events.out.tfevents.1722848256.0e3db811b885.1667.1 +2 -2
- runs/Aug05_09-36-02_0e3db811b885/events.out.tfevents.1722850563.0e3db811b885.1667.2 +3 -0
- runs/Aug05_09-38-35_0e3db811b885/events.out.tfevents.1722850716.0e3db811b885.16757.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 672610316
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ae149bc340105a846c4066af3334eded5e961a3d59b75a5691422f06b9ae1fd8
|
3 |
size 672610316
|
runs/Aug05_08-57-35_0e3db811b885/events.out.tfevents.1722848256.0e3db811b885.1667.1
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:473c4f6d4fa149fd15db12de7b253c6b6b91b105aa728452a8e80a592c3f4999
|
3 |
+
size 43690
|
runs/Aug05_09-36-02_0e3db811b885/events.out.tfevents.1722850563.0e3db811b885.1667.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:27916c961a5bb0026fcd902af3fec496da6b192472399b2ab7b7248e24b356b5
|
3 |
+
size 5716
|
runs/Aug05_09-38-35_0e3db811b885/events.out.tfevents.1722850716.0e3db811b885.16757.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3cf2ca95b3333a64b246d233564785979fb0c1f286756b81904ea6cb6dd338e
|
3 |
+
size 5715
|
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": 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,
|
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 5112
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5aca134e5f29b9db408c1e5256964303accf5c399da32cebbdf0157ca782c243
|
3 |
size 5112
|