vrvenkatesh
commited on
Commit
•
d3fc658
1
Parent(s):
789ae29
Training in progress, step 500
Browse files- model.safetensors +1 -1
- runs/Dec03_00-56-53_e698faabeb96/events.out.tfevents.1701565028.e698faabeb96.705.0 +3 -0
- runs/Dec03_01-44-03_e698faabeb96/events.out.tfevents.1701567855.e698faabeb96.11766.0 +3 -0
- runs/Dec03_01-46-27_e698faabeb96/events.out.tfevents.1701567993.e698faabeb96.11766.1 +3 -0
- runs/Dec03_01-50-29_e698faabeb96/events.out.tfevents.1701568234.e698faabeb96.11766.2 +3 -0
- runs/Dec03_01-55-08_e698faabeb96/events.out.tfevents.1701568512.e698faabeb96.11766.3 +3 -0
- runs/Dec03_01-59-35_e698faabeb96/events.out.tfevents.1701568781.e698faabeb96.11766.4 +3 -0
- tokenizer.json +6 -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 1324830880
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:408245b996b71f0ed57f07cb8d38bc0465699a453228ca6c6a05c99cf2b50a8c
|
3 |
size 1324830880
|
runs/Dec03_00-56-53_e698faabeb96/events.out.tfevents.1701565028.e698faabeb96.705.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:82747186f0330bf84d41291e5b18cdf8655a3c8510c4739482e31cb1691796c7
|
3 |
+
size 4347
|
runs/Dec03_01-44-03_e698faabeb96/events.out.tfevents.1701567855.e698faabeb96.11766.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cf2338c0f5692fb2f414f53419a5534e79142d95c029f866b463d609ed4e6df4
|
3 |
+
size 4347
|
runs/Dec03_01-46-27_e698faabeb96/events.out.tfevents.1701567993.e698faabeb96.11766.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d84b70a2326625dd1dde3485a9a998fbf97d531b8b262634ef9c6817e102bb7f
|
3 |
+
size 4347
|
runs/Dec03_01-50-29_e698faabeb96/events.out.tfevents.1701568234.e698faabeb96.11766.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6a854a296cfc6353333cb18fa00a90779fa91241a4eac09c9accac5e0bc33400
|
3 |
+
size 4347
|
runs/Dec03_01-55-08_e698faabeb96/events.out.tfevents.1701568512.e698faabeb96.11766.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:95d35dbb4bdce79f3d1a31db38e2c8e6e453a3d0ce689ad0285f35ef8df1f9bd
|
3 |
+
size 4347
|
runs/Dec03_01-59-35_e698faabeb96/events.out.tfevents.1701568781.e698faabeb96.11766.4
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4ac2549c0efc5e2f3addfed41795112f07d7acc46c1b63a2b3e7fe1bbd4f211
|
3 |
+
size 4504
|
tokenizer.json
CHANGED
@@ -1,6 +1,11 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
|
|
|
|
|
|
|
|
|
|
4 |
"padding": {
|
5 |
"strategy": {
|
6 |
"Fixed": 768
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
+
"truncation": {
|
4 |
+
"direction": "Right",
|
5 |
+
"max_length": 768,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
"padding": {
|
10 |
"strategy": {
|
11 |
"Fixed": 768
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4664
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8572e05d72c96f2f44bc6aefea4b2dc5cf0b9028538c463c3ca90592f3e87efc
|
3 |
size 4664
|