SashaSheykina
commited on
Commit
•
7bf575f
1
Parent(s):
7e46c67
Training in progress, epoch 1
Browse files- model.safetensors +1 -1
- runs/Jul31_08-58-08_e471ee88313b/events.out.tfevents.1722416288.e471ee88313b.190.2 +3 -0
- runs/Jul31_08-58-53_e471ee88313b/events.out.tfevents.1722416334.e471ee88313b.190.3 +3 -0
- runs/Jul31_09-01-31_e471ee88313b/events.out.tfevents.1722416492.e471ee88313b.190.4 +3 -0
- tokenizer.json +2 -16
- 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 498813948
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9a6e77e4044703d54bf93ccb7247d1f5da98e97303c7e8a91ca366e88062f5bf
|
3 |
size 498813948
|
runs/Jul31_08-58-08_e471ee88313b/events.out.tfevents.1722416288.e471ee88313b.190.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37db83f962b85d0a36b9e750ecc6d883d7c275a00dc772170dcf56789d486721
|
3 |
+
size 5082
|
runs/Jul31_08-58-53_e471ee88313b/events.out.tfevents.1722416334.e471ee88313b.190.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b409df1dd0b51471bb465a6fafb044c5e4760362d0ec58f9d3cdab134b46df18
|
3 |
+
size 5084
|
runs/Jul31_09-01-31_e471ee88313b/events.out.tfevents.1722416492.e471ee88313b.190.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1144aedffa1c3f1375150b0663821cc83b2bcf19223c2b2745013938395f9235
|
3 |
+
size 4184
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 128,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 128
|
12 |
-
},
|
13 |
-
"direction": "Left",
|
14 |
-
"pad_to_multiple_of": null,
|
15 |
-
"pad_id": 2,
|
16 |
-
"pad_type_id": 0,
|
17 |
-
"pad_token": "</s>"
|
18 |
-
},
|
19 |
"added_tokens": [
|
20 |
{
|
21 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 5304
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d3f0500e02cf95546fb71f64f2e644c1398ec32074281e5fccddbf5c32c8b57d
|
3 |
size 5304
|