Instructions to use ujjwal5454/lora3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use ujjwal5454/lora3 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("ujjwal5454/lora3", dtype="auto") - Notebooks
- Google Colab
- Kaggle
File size: 298 Bytes
950cefd | 1 2 3 4 5 6 7 8 9 10 11 12 13 | {
"add_prefix_space": false,
"backend": "tokenizers",
"bos_token": "<|im_start|>",
"eos_token": "</s>",
"errors": "replace",
"is_local": false,
"model_max_length": 1000000000000000019884624838656,
"pad_token": "<pad>",
"tokenizer_class": "GPT2Tokenizer",
"unk_token": "<unk>"
}
|