Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Apr21_09-37-44_ecf678910533/events.out.tfevents.1713692271.ecf678910533.1619.0 +3 -0
- runs/Apr21_09-38-15_ecf678910533/events.out.tfevents.1713692297.ecf678910533.1619.1 +3 -0
- runs/Apr21_09-51-51_ecf678910533/events.out.tfevents.1713693112.ecf678910533.1619.2 +3 -0
- runs/Apr21_09-52-55_ecf678910533/events.out.tfevents.1713693178.ecf678910533.1619.3 +3 -0
- runs/Apr21_10-08-37_ecf678910533/events.out.tfevents.1713694118.ecf678910533.1619.4 +3 -0
- runs/Apr21_10-50-54_ecf678910533/events.out.tfevents.1713696656.ecf678910533.21279.0 +3 -0
- tokenizer.json +8 -1
- 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 267832560
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95926c8d73455044ce4e778ca4ddcd00a084cb145666b8297e925ea5e773ef11
|
3 |
size 267832560
|
runs/Apr21_09-37-44_ecf678910533/events.out.tfevents.1713692271.ecf678910533.1619.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:54ea21e8d5dc89f6c25a0b32d07e36decccb9e36d4aa47ea4f8ffa11d8155955
|
3 |
+
size 4601
|
runs/Apr21_09-38-15_ecf678910533/events.out.tfevents.1713692297.ecf678910533.1619.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ecceba04cb74914315a9bdc7324175b163cf09a2c38636fe8fc0e92a701a4eaa
|
3 |
+
size 4601
|
runs/Apr21_09-51-51_ecf678910533/events.out.tfevents.1713693112.ecf678910533.1619.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c28c6cca73210c5b30cbc19b76ff4488821596c26836c9aba4947e5f8a08afb3
|
3 |
+
size 4601
|
runs/Apr21_09-52-55_ecf678910533/events.out.tfevents.1713693178.ecf678910533.1619.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b1b4ff98c4a5834abac088afdb25f749730087500c1e2036eff84bf4e03e5436
|
3 |
+
size 4603
|
runs/Apr21_10-08-37_ecf678910533/events.out.tfevents.1713694118.ecf678910533.1619.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4764bfc62ee5e9a70005931964bd617743d29422652c23fee77fcede8beb61f8
|
3 |
+
size 4601
|
runs/Apr21_10-50-54_ecf678910533/events.out.tfevents.1713696656.ecf678910533.21279.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:527d02775ba621dc8c39f68646885840deb42b2ad0187778f81e49cfffe88f95
|
3 |
+
size 4601
|
tokenizer.json
CHANGED
@@ -6,7 +6,14 @@
|
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
-
"padding":
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
|
|
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,
|
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 5048
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6b45957b99c2a4591dceb0b7ab48c8f16ea02d0b4d6344b3773f6867c3c4f7a2
|
3 |
size 5048
|