Demosthene-OR
commited on
Commit
·
a7ca247
1
Parent(s):
6c2e58c
Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer.json +1 -8
- tokenizer_config.json +0 -4
- training_args.bin +1 -1
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "t5-small
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "t5-small",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
pytorch_model.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 242069785
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:946826d9443ec469fcc6811e8445adca200905d71faa1b1d3c99f8eab87fad11
|
3 |
size 242069785
|
tokenizer.json
CHANGED
@@ -1,14 +1,7 @@
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
-
"padding":
|
5 |
-
"strategy": "BatchLongest",
|
6 |
-
"direction": "Right",
|
7 |
-
"pad_to_multiple_of": null,
|
8 |
-
"pad_id": 0,
|
9 |
-
"pad_type_id": 0,
|
10 |
-
"pad_token": "<pad>"
|
11 |
-
},
|
12 |
"added_tokens": [
|
13 |
{
|
14 |
"id": 0,
|
|
|
1 |
{
|
2 |
"version": "1.0",
|
3 |
"truncation": null,
|
4 |
+
"padding": null,
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
5 |
"added_tokens": [
|
6 |
{
|
7 |
"id": 0,
|
tokenizer_config.json
CHANGED
@@ -104,12 +104,8 @@
|
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
107 |
-
"max_length": null,
|
108 |
"model_max_length": 512,
|
109 |
-
"pad_to_multiple_of": null,
|
110 |
"pad_token": "<pad>",
|
111 |
-
"pad_token_type_id": 0,
|
112 |
-
"padding_side": "right",
|
113 |
"tokenizer_class": "T5Tokenizer",
|
114 |
"unk_token": "<unk>"
|
115 |
}
|
|
|
104 |
"clean_up_tokenization_spaces": true,
|
105 |
"eos_token": "</s>",
|
106 |
"extra_ids": 100,
|
|
|
107 |
"model_max_length": 512,
|
|
|
108 |
"pad_token": "<pad>",
|
|
|
|
|
109 |
"tokenizer_class": "T5Tokenizer",
|
110 |
"unk_token": "<unk>"
|
111 |
}
|
training_args.bin
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 4219
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0cefb0a5d9b67b9fbc22e35b6693028466146086d73eef3bb9b30934d4bac540
|
3 |
size 4219
|