thomasbeste commited on
Commit
ffeac26
·
verified ·
1 Parent(s): 9882e67

Upload tokenizer_config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. tokenizer_config.json +7 -6
tokenizer_config.json CHANGED
@@ -65,13 +65,14 @@
65
  "cls_token": "[CLS]",
66
  "extra_special_tokens": {},
67
  "mask_token": "[MASK]",
68
- "max_length": 256,
69
  "model_max_length": 8192,
70
  "pad_token": "[PAD]",
71
  "sep_token": "[SEP]",
72
- "stride": 0,
73
  "tokenizer_class": "PreTrainedTokenizerFast",
74
- "truncation_side": "right",
75
- "truncation_strategy": "longest_first",
76
- "unk_token": "[UNK]"
77
- }
 
 
 
 
65
  "cls_token": "[CLS]",
66
  "extra_special_tokens": {},
67
  "mask_token": "[MASK]",
 
68
  "model_max_length": 8192,
69
  "pad_token": "[PAD]",
70
  "sep_token": "[SEP]",
 
71
  "tokenizer_class": "PreTrainedTokenizerFast",
72
+ "unk_token": "[UNK]",
73
+ "model_type": "modernbert",
74
+ "model_input_names": [
75
+ "input_ids",
76
+ "attention_mask"
77
+ ]
78
+ }