prithviraj-maurya
commited on
Commit
•
3c4fd25
1
Parent(s):
f299e05
Training in progress, epoch 1
Browse files- pytorch_model.bin +2 -2
- tokenizer.json +1 -8
- tokenizer_config.json +1 -1
- 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
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f032b8ab153f20fa3e1e27550a687d6b0ee44bff53c8cd71e2ca0556e7de6db
|
3 |
+
size 891703374
|
tokenizer.json
CHANGED
@@ -6,14 +6,7 @@
|
|
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,
|
|
|
6 |
"strategy": "LongestFirst",
|
7 |
"stride": 0
|
8 |
},
|
9 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
"added_tokens": [
|
11 |
{
|
12 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -930,7 +930,7 @@
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
-
"model_max_length":
|
934 |
"pad_token": "<pad>",
|
935 |
"return_tensors": "pt",
|
936 |
"tokenizer_class": "T5Tokenizer",
|
|
|
930 |
"clean_up_tokenization_spaces": true,
|
931 |
"eos_token": "</s>",
|
932 |
"extra_ids": 100,
|
933 |
+
"model_max_length": 128,
|
934 |
"pad_token": "<pad>",
|
935 |
"return_tensors": "pt",
|
936 |
"tokenizer_class": "T5Tokenizer",
|
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:1f2e664940cb27b58ced20fa11760e17a73a26e336ac5ff377915850943cc747
|
3 |
size 4664
|