Commit ·
2935cba
1
Parent(s): e3c67e6
Training in progress, step 500
Browse files- config.json +1 -1
- pytorch_model.bin +1 -1
- tokenizer_config.json +4 -0
- training_args.bin +1 -1
config.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
{
|
| 2 |
-
"_name_or_path": "
|
| 3 |
"architectures": [
|
| 4 |
"T5ForConditionalGeneration"
|
| 5 |
],
|
|
|
|
| 1 |
{
|
| 2 |
+
"_name_or_path": "justinlamlamlam/essay_generator_v1",
|
| 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 307910149
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:323346cb9853baf928a518b8134c40049623b662a9ca2a7c79726996a0fc52d5
|
| 3 |
size 307910149
|
tokenizer_config.json
CHANGED
|
@@ -104,9 +104,13 @@
|
|
| 104 |
"clean_up_tokenization_spaces": true,
|
| 105 |
"eos_token": "</s>",
|
| 106 |
"extra_ids": 100,
|
|
|
|
| 107 |
"model_max_length": 512,
|
| 108 |
"pad_token": "<pad>",
|
| 109 |
"sp_model_kwargs": {},
|
|
|
|
| 110 |
"tokenizer_class": "T5Tokenizer",
|
|
|
|
|
|
|
| 111 |
"unk_token": "<unk>"
|
| 112 |
}
|
|
|
|
| 104 |
"clean_up_tokenization_spaces": true,
|
| 105 |
"eos_token": "</s>",
|
| 106 |
"extra_ids": 100,
|
| 107 |
+
"max_length": 512,
|
| 108 |
"model_max_length": 512,
|
| 109 |
"pad_token": "<pad>",
|
| 110 |
"sp_model_kwargs": {},
|
| 111 |
+
"stride": 0,
|
| 112 |
"tokenizer_class": "T5Tokenizer",
|
| 113 |
+
"truncation_side": "right",
|
| 114 |
+
"truncation_strategy": "longest_first",
|
| 115 |
"unk_token": "<unk>"
|
| 116 |
}
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4155
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:b4321d843ae76c886524f5b7b14f33335901287769d6e39ef2bb20305d387c0d
|
| 3 |
size 4155
|