nroggendorff commited on
Commit
6a5bc8a
1 Parent(s): 340c3d1

Training loss: 27.7508

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +1 -7
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -44,16 +44,10 @@
44
  "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": false,
46
  "eos_token": "</s>",
 
47
  "mask_token": "<mask>",
48
- "max_length": 512,
49
  "model_max_length": 1000000000000000019884624838656,
50
- "pad_to_multiple_of": null,
51
  "pad_token": "<pad>",
52
- "pad_token_type_id": 0,
53
- "padding_side": "right",
54
- "stride": 0,
55
  "tokenizer_class": "PreTrainedTokenizerFast",
56
- "truncation_side": "right",
57
- "truncation_strategy": "longest_first",
58
  "unk_token": "<unk>"
59
  }
 
44
  "bos_token": "<s>",
45
  "clean_up_tokenization_spaces": false,
46
  "eos_token": "</s>",
47
+ "extra_special_tokens": {},
48
  "mask_token": "<mask>",
 
49
  "model_max_length": 1000000000000000019884624838656,
 
50
  "pad_token": "<pad>",
 
 
 
51
  "tokenizer_class": "PreTrainedTokenizerFast",
 
 
52
  "unk_token": "<unk>"
53
  }