Text Generation
PEFT
Safetensors
Indonesian
English
Arabic
ai-agent
lora
qwen
self-hosted
open-source
free
rag
epistemology
indonesia
islamic-epistemology
local-ai
agentic-ai
conversational
Instructions to use Tiranyx/sidix-lora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Tiranyx/sidix-lora with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-7B-Instruct") model = PeftModel.from_pretrained(base_model, "Tiranyx/sidix-lora") - Notebooks
- Google Colab
- Kaggle
| { | |
| "add_prefix_space": false, | |
| "backend": "tokenizers", | |
| "bos_token": null, | |
| "clean_up_tokenization_spaces": false, | |
| "eos_token": "<|im_end|>", | |
| "errors": "replace", | |
| "model_max_length": 131072, | |
| "pad_token": "<|im_end|>", | |
| "split_special_tokens": false, | |
| "tokenizer_class": "Qwen2Tokenizer", | |
| "unk_token": null | |
| } |