Text Generation
PEFT
Safetensors
English
lora
fine-tuned-model
instruction-tuning
adaptation
parameter-efficient-finetuning
conversational
Instructions to use npc0/directional-embedder-v0.3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use npc0/directional-embedder-v0.3 with PEFT:
Task type is invalid.
- Notebooks
- Google Colab
- Kaggle
File size: 400 Bytes
1abad69 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": null,
"clean_up_tokenization_spaces": false,
"eos_token": "<|im_end|>",
"errors": "replace",
"is_local": false,
"local_files_only": false,
"model_max_length": 96,
"pad_token": "<|endoftext|>",
"padding_side": "left",
"split_special_tokens": false,
"tokenizer_class": "Qwen2Tokenizer",
"unk_token": null
}
|