nroggendorff commited on
Commit
e8b9dba
1 Parent(s): 10360e8

Training loss: 4.8677

Browse files
Files changed (2) hide show
  1. tokenizer.json +0 -0
  2. tokenizer_config.json +3 -0
tokenizer.json CHANGED
The diff for this file is too large to render. See raw diff
 
tokenizer_config.json CHANGED
@@ -77,7 +77,10 @@
77
  "mask_token": "<mask>",
78
  "max_length": 128,
79
  "model_max_length": 1000000000000000019884624838656,
 
80
  "pad_token": "<pad>",
 
 
81
  "stride": 0,
82
  "tokenizer_class": "PreTrainedTokenizerFast",
83
  "truncation_side": "right",
 
77
  "mask_token": "<mask>",
78
  "max_length": 128,
79
  "model_max_length": 1000000000000000019884624838656,
80
+ "pad_to_multiple_of": null,
81
  "pad_token": "<pad>",
82
+ "pad_token_type_id": 0,
83
+ "padding_side": "right",
84
  "stride": 0,
85
  "tokenizer_class": "PreTrainedTokenizerFast",
86
  "truncation_side": "right",