File size: 459 Bytes
d02de7c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"name_or_path": "Hibernates-2B-R1-V1",
"padding_side": "left",
"truncation_side": "right",
"model_max_length": 4096,
"use_fast": true,
"clean_up_tokenization_spaces": true,
"model_type": "custom",
"add_prefix_space": false,
"trim_offsets": true,
"do_lower_case": false,
"unicode_normalizer": "nfkc",
"special_tokens_map_file": "special_tokens_map.json",
"tokenizer_class": "PreTrainedTokenizerFast"
}
|