anas-awadalla
commited on
Commit
·
abf440c
1
Parent(s):
41cf22a
Training in progress, step 500
Browse files- pytorch_model.bin +1 -1
- runs/Oct06_19-11-59_g3032/1665108761.685404/events.out.tfevents.1665108761.g3032.23320.1 +3 -0
- runs/Oct06_19-11-59_g3032/events.out.tfevents.1665108761.g3032.23320.0 +3 -0
- runs/Oct06_19-17-45_g3032/1665109103.4926863/events.out.tfevents.1665109103.g3032.27064.1 +3 -0
- runs/Oct06_19-17-45_g3032/events.out.tfevents.1665109103.g3032.27064.0 +3 -0
- runs/Oct06_19-28-35_g3032/1665109837.9003603/events.out.tfevents.1665109837.g3032.33986.1 +3 -0
- runs/Oct06_19-28-35_g3032/events.out.tfevents.1665109837.g3032.33986.0 +3 -0
- tokenizer.json +16 -2
- 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 557969145
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e4b781c16564076e8f44037817160046c3ba637688968143fbe860de77a57ae
|
3 |
size 557969145
|
runs/Oct06_19-11-59_g3032/1665108761.685404/events.out.tfevents.1665108761.g3032.23320.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:46d442999de354aaff2df10abf1d2dd7325b78b5c424c4d02d4e6a0e8e3b1499
|
3 |
+
size 5445
|
runs/Oct06_19-11-59_g3032/events.out.tfevents.1665108761.g3032.23320.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:107db106a7fc4542dfd83e94fa8034c2dc483e704719e01c453fff1d3bf6ba50
|
3 |
+
size 9672
|
runs/Oct06_19-17-45_g3032/1665109103.4926863/events.out.tfevents.1665109103.g3032.27064.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8229df30619a00c33c41ddfb778f156d2bc66ec685efbe4ca5c709c7fd766cee
|
3 |
+
size 5445
|
runs/Oct06_19-17-45_g3032/events.out.tfevents.1665109103.g3032.27064.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3f43ca4e46e6836d849ecdb2e63823c073d26ccfd9f6baa38a58d9c888c94e81
|
3 |
+
size 7963
|
runs/Oct06_19-28-35_g3032/1665109837.9003603/events.out.tfevents.1665109837.g3032.33986.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:795ff56dcf50348e5e4ecef82b2cbca20303c2cc9af6e4a41ceb6d5d4d5c9225
|
3 |
+
size 5442
|
runs/Oct06_19-28-35_g3032/events.out.tfevents.1665109837.g3032.33986.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6d043159665911d780bd6ac89ed5c793942c90c9572359f46a9351243b453432
|
3 |
+
size 12578
|
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": 30,
|
6 |
+
"strategy": "LongestFirst",
|
7 |
+
"stride": 0
|
8 |
+
},
|
9 |
+
"padding": {
|
10 |
+
"strategy": {
|
11 |
+
"Fixed": 30
|
12 |
+
},
|
13 |
+
"direction": "Right",
|
14 |
+
"pad_to_multiple_of": null,
|
15 |
+
"pad_id": 1,
|
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 3375
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4ad05716db5af86285603505223deba5abc2e9308e619964e8bfd3e7878770b5
|
3 |
size 3375
|