Text Generation
PEFT
Safetensors
English
qwen3.5
qwen
lora
instruction-tuning
task-induction
in-context-learning
conversational
Instructions to use Davitotty1/Teleste-Learner-4B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Davitotty1/Teleste-Learner-4B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/Qwen3.5-4B") model = PeftModel.from_pretrained(base_model, "Davitotty1/Teleste-Learner-4B") - Notebooks
- Google Colab
- Kaggle
File size: 133 Bytes
61f501d | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:6a0316e38d81a31965b770393461dcc03612ac06e2733f8e1cc440d36a2ef189
size 19989442
|