Upload 5 files
Browse files- config.json +1 -1
- tokenizer_config.json +1 -0
config.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"_name_or_path": "
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
|
|
1 |
{
|
2 |
+
"_name_or_path": "/kaggle/input/vit5-v2/vit5_han-vie_v2/checkpoint-63000",
|
3 |
"architectures": [
|
4 |
"T5ForConditionalGeneration"
|
5 |
],
|
tokenizer_config.json
CHANGED
@@ -100,6 +100,7 @@
|
|
100 |
"clean_up_tokenization_spaces": true,
|
101 |
"eos_token": "</s>",
|
102 |
"extra_ids": 96,
|
|
|
103 |
"max_length": 512,
|
104 |
"model_max_length": 1000000000000000019884624838656,
|
105 |
"pad_to_multiple_of": null,
|
|
|
100 |
"clean_up_tokenization_spaces": true,
|
101 |
"eos_token": "</s>",
|
102 |
"extra_ids": 96,
|
103 |
+
"legacy": true,
|
104 |
"max_length": 512,
|
105 |
"model_max_length": 1000000000000000019884624838656,
|
106 |
"pad_to_multiple_of": null,
|