Files
llama3.2_1b_uncensored_pent…/tokenizer_config.json
ModelHub XC e00b2095a8 初始化项目,由ModelHub XC社区提供模型
Model: jtatman/llama3.2_1b_uncensored_pentest_grpo-merged
Source: Original Platform
2026-06-16 03:42:17 +08:00

17 lines
405 B
JSON

{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"model_specific_special_tokens": {},
"pad_token": "<|finetune_right_pad_id|>",
"padding_side": "left",
"tokenizer_class": "TokenizersBackend"
}