ThuyNT03 commited on
Commit
75d4058
1 Parent(s): 8c66bb0

Training in progress, step 500

Browse files
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:b6fd6f433f9ab573b7e497ffa3b1a4e59c17b9671cd7aca6c6b78cee7f71e00f
3
  size 903892625
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a04fcde7955d6d263595b502bc1179a57347194214bd3be364018f131b0429db
3
  size 903892625
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 256,
6
- "strategy": "LongestFirst",
7
- "stride": 0
8
- },
9
  "padding": null,
10
  "added_tokens": [
11
  {
 
1
  {
2
  "version": "1.0",
3
+ "truncation": null,
 
 
 
 
 
4
  "padding": null,
5
  "added_tokens": [
6
  {
tokenizer_config.json CHANGED
@@ -100,9 +100,13 @@
100
  "clean_up_tokenization_spaces": true,
101
  "eos_token": "</s>",
102
  "extra_ids": 96,
 
103
  "model_max_length": 1000000000000000019884624838656,
104
  "pad_token": "<pad>",
105
  "sp_model_kwargs": {},
 
106
  "tokenizer_class": "T5Tokenizer",
 
 
107
  "unk_token": "<unk>"
108
  }
 
100
  "clean_up_tokenization_spaces": true,
101
  "eos_token": "</s>",
102
  "extra_ids": 96,
103
+ "max_length": 256,
104
  "model_max_length": 1000000000000000019884624838656,
105
  "pad_token": "<pad>",
106
  "sp_model_kwargs": {},
107
+ "stride": 0,
108
  "tokenizer_class": "T5Tokenizer",
109
+ "truncation_side": "right",
110
+ "truncation_strategy": "longest_first",
111
  "unk_token": "<unk>"
112
  }
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:34a250eeb4037dff19aae8c51b47db0f6997bfa626d54592384b26917bb84342
3
  size 4219
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9b88389282e5f423c7ebf1e83756e35af47b43cdb33c8f966ca7e2835379187
3
  size 4219