Instructions to use AndreiBrisan/tiny-chatbot-model-dpo with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use AndreiBrisan/tiny-chatbot-model-dpo with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("AndreiBrisan/tiny-chatbot-model-dpo", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 368 Bytes
a7d1f2d d1a7f94 a7d1f2d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"add_prefix_space": null,
"backend": "tokenizers",
"bos_token": "<s>",
"clean_up_tokenization_spaces": false,
"eos_token": "</s>",
"is_local": true,
"model_max_length": 2048,
"pad_token": "</s>",
"padding_side": "right",
"sp_model_kwargs": {},
"tokenizer_class": "LlamaTokenizer",
"unk_token": "<unk>",
"use_default_system_prompt": false
}
|