haruyuu commited on
Commit
bb3872b
1 Parent(s): 6794d65

Upload 5 files

Browse files
Files changed (2) hide show
  1. config.json +1 -1
  2. tokenizer_config.json +1 -0
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "haruyuu/viT5_han-vie",
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,