Haicaochi commited on
Commit
0794f08
·
verified ·
1 Parent(s): bbf99da

Upload best model and training config

Browse files
model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:e5c7ed1cedee50d292db08999ebcf4f2d2ebae950f8a8106f22598444fb4dfb0
3
  size 903834408
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a17e904838eb6b98616bb53fd69cb2c479d6a4a2304e344b595186dc335deca9
3
  size 903834408
special_tokens_map.json CHANGED
@@ -97,7 +97,25 @@
97
  "<extra_id_94>",
98
  "<extra_id_95>"
99
  ],
100
- "eos_token": "</s>",
101
- "pad_token": "<pad>",
102
- "unk_token": "<unk>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
103
  }
 
97
  "<extra_id_94>",
98
  "<extra_id_95>"
99
  ],
100
+ "eos_token": {
101
+ "content": "</s>",
102
+ "lstrip": false,
103
+ "normalized": false,
104
+ "rstrip": false,
105
+ "single_word": false
106
+ },
107
+ "pad_token": {
108
+ "content": "<pad>",
109
+ "lstrip": false,
110
+ "normalized": false,
111
+ "rstrip": false,
112
+ "single_word": false
113
+ },
114
+ "unk_token": {
115
+ "content": "<unk>",
116
+ "lstrip": false,
117
+ "normalized": false,
118
+ "rstrip": false,
119
+ "single_word": false
120
+ }
121
  }
tokenizer_config.json CHANGED
@@ -896,9 +896,16 @@
896
  "eos_token": "</s>",
897
  "extra_ids": 96,
898
  "extra_special_tokens": {},
 
899
  "model_max_length": 1000000000000000019884624838656,
 
900
  "pad_token": "<pad>",
 
 
901
  "sp_model_kwargs": {},
 
902
  "tokenizer_class": "T5Tokenizer",
 
 
903
  "unk_token": "<unk>"
904
  }
 
896
  "eos_token": "</s>",
897
  "extra_ids": 96,
898
  "extra_special_tokens": {},
899
+ "max_length": 768,
900
  "model_max_length": 1000000000000000019884624838656,
901
+ "pad_to_multiple_of": null,
902
  "pad_token": "<pad>",
903
+ "pad_token_type_id": 0,
904
+ "padding_side": "right",
905
  "sp_model_kwargs": {},
906
+ "stride": 0,
907
  "tokenizer_class": "T5Tokenizer",
908
+ "truncation_side": "right",
909
+ "truncation_strategy": "longest_first",
910
  "unk_token": "<unk>"
911
  }
training_config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
- "model_checkpoint": "VietAI/vit5-base-vietnews-summarization",
3
- "learning_rate": 6e-06,
4
  "num_train_epochs": 6,
5
  "batch_size": 2,
6
  "max_input_length": 512,
 
1
  {
2
+ "model_checkpoint": "Haicaochi/vit5-base",
3
+ "learning_rate": 2.1666666666666667e-05,
4
  "num_train_epochs": 6,
5
  "batch_size": 2,
6
  "max_input_length": 512,