muverqqw commited on
Commit
0b496b6
·
verified ·
1 Parent(s): 046a24b

Finished 2000 Steps

Browse files
Files changed (2) hide show
  1. pytorch_model.bin +1 -1
  2. tokenizer_config.json +7 -0
pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:747f9683116b08ab4351409f7ce914a6ab4b7613d44fbc6db669137b7d41cc10
3
  size 3032738375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bcc5faf99e3706d893f8cfa54121871aa4da887bcd61fefab6bd4a2f22dea35f
3
  size 3032738375
tokenizer_config.json CHANGED
@@ -77,8 +77,15 @@
77
  "clean_up_tokenization_spaces": true,
78
  "eos_token": "<EOS>",
79
  "extra_special_tokens": {},
 
80
  "model_max_length": 1000000000000000019884624838656,
 
81
  "pad_token": "<PAD>",
 
 
 
82
  "tokenizer_class": "PreTrainedTokenizerFast",
 
 
83
  "unk_token": "<UNK>"
84
  }
 
77
  "clean_up_tokenization_spaces": true,
78
  "eos_token": "<EOS>",
79
  "extra_special_tokens": {},
80
+ "max_length": 2048,
81
  "model_max_length": 1000000000000000019884624838656,
82
+ "pad_to_multiple_of": null,
83
  "pad_token": "<PAD>",
84
+ "pad_token_type_id": 0,
85
+ "padding_side": "right",
86
+ "stride": 0,
87
  "tokenizer_class": "PreTrainedTokenizerFast",
88
+ "truncation_side": "right",
89
+ "truncation_strategy": "longest_first",
90
  "unk_token": "<UNK>"
91
  }