MyeongHo0621 commited on
Commit
b8fe197
·
verified ·
1 Parent(s): 436ed61

Upload tokenizer from checkpoint-6250 (Trained with Unsloth)

Browse files
Files changed (2) hide show
  1. tokenizer.json +1 -6
  2. tokenizer_config.json +2 -5
tokenizer.json CHANGED
@@ -1,11 +1,6 @@
1
  {
2
  "version": "1.0",
3
- "truncation": {
4
- "direction": "Right",
5
- "max_length": 2048,
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
@@ -50,15 +50,12 @@
50
  "eos_token": "<|im_end|>",
51
  "extra_special_tokens": {},
52
  "legacy": true,
53
- "max_length": 2048,
54
- "model_max_length": 1000000000000000019884624838656,
55
  "pad_token": "</s>",
 
56
  "sp_model_kwargs": {},
57
  "spaces_between_special_tokens": false,
58
- "stride": 0,
59
  "tokenizer_class": "LlamaTokenizerFast",
60
- "truncation_side": "right",
61
- "truncation_strategy": "longest_first",
62
  "trust_remote_code": false,
63
  "unk_token": "<unk>",
64
  "use_default_system_prompt": false,
 
50
  "eos_token": "<|im_end|>",
51
  "extra_special_tokens": {},
52
  "legacy": true,
53
+ "model_max_length": 4096,
 
54
  "pad_token": "</s>",
55
+ "padding_side": "right",
56
  "sp_model_kwargs": {},
57
  "spaces_between_special_tokens": false,
 
58
  "tokenizer_class": "LlamaTokenizerFast",
 
 
59
  "trust_remote_code": false,
60
  "unk_token": "<unk>",
61
  "use_default_system_prompt": false,