Text Generation
PEFT
Safetensors
Transformers
English
lora
sft
trl
conversational
lora_practice / tokenizer_config.json
sagedsama's picture
This is just my first lora practice and test
54b98b7 verified
raw
history blame contribute delete
354 Bytes
{
"backend": "tokenizers",
"bos_token": "<|begin_of_text|>",
"clean_up_tokenization_spaces": true,
"eos_token": "<|eot_id|>",
"is_local": false,
"local_files_only": false,
"model_input_names": [
"input_ids",
"attention_mask"
],
"model_max_length": 131072,
"pad_token": "<|eot_id|>",
"tokenizer_class": "TokenizersBackend"
}