Akhilsplendid
commited on
Commit
•
92fb8d4
1
Parent(s):
8054001
Training complete!
Browse files- config.json +1 -1
- generation_config.json +1 -1
- pytorch_model.bin +1 -1
- runs/May23_12-50-33_dbb155595257/1684846667.705254/events.out.tfevents.1684846667.dbb155595257.196.1 +3 -0
- runs/May23_12-50-33_dbb155595257/events.out.tfevents.1684846667.dbb155595257.196.0 +3 -0
- tokenizer.json +2 -16
- training_args.bin +1 -1
config.json
CHANGED
@@ -64,7 +64,7 @@
|
|
64 |
}
|
65 |
},
|
66 |
"torch_dtype": "float32",
|
67 |
-
"transformers_version": "4.29.
|
68 |
"use_cache": true,
|
69 |
"vocab_size": 50264
|
70 |
}
|
|
|
64 |
}
|
65 |
},
|
66 |
"torch_dtype": "float32",
|
67 |
+
"transformers_version": "4.29.2",
|
68 |
"use_cache": true,
|
69 |
"vocab_size": 50264
|
70 |
}
|
generation_config.json
CHANGED
@@ -12,5 +12,5 @@
|
|
12 |
"no_repeat_ngram_size": 3,
|
13 |
"num_beams": 4,
|
14 |
"pad_token_id": 1,
|
15 |
-
"transformers_version": "4.29.
|
16 |
}
|
|
|
12 |
"no_repeat_ngram_size": 3,
|
13 |
"num_beams": 4,
|
14 |
"pad_token_id": 1,
|
15 |
+
"transformers_version": "4.29.2"
|
16 |
}
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 1625537293
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a550d8798216fe554730bf1979a37170af5a6045a55083a55fb85edd9b000176
|
3 |
size 1625537293
|
runs/May23_12-50-33_dbb155595257/1684846667.705254/events.out.tfevents.1684846667.dbb155595257.196.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0173cf8d38bd692a4aa02aba4d9feac88c2b18b4efba675c33dbe211b1432b28
|
3 |
+
size 5880
|
runs/May23_12-50-33_dbb155595257/events.out.tfevents.1684846667.dbb155595257.196.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5716a8cec154ebfd47a5e786ee78c643a5a666b23530fd197ca299086bd44437
|
3 |
+
size 5326
|
tokenizer.json
CHANGED
@@ -1,21 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
-
"truncation":
|
4 |
-
|
5 |
-
"max_length": 1024,
|
6 |
-
"strategy": "LongestFirst",
|
7 |
-
"stride": 0
|
8 |
-
},
|
9 |
-
"padding": {
|
10 |
-
"strategy": {
|
11 |
-
"Fixed": 1024
|
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,
|
|
|
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 3899
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1cd74abf5f9160c1dd1e1fa76e1b8cddf6c0c3b0933801737014b658961c2cec
|
3 |
size 3899
|