Text Generation
PEFT
Safetensors
English
Hindi
agriculture
india
advisory
qwen
qwen2.5
lora
krishi-anuman-x
sih25099
conversational
Instructions to use Veeda241/krishi-anuman-qwen-1.5b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Veeda241/krishi-anuman-qwen-1.5b with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("unsloth/qwen2.5-1.5b-instruct-unsloth-bnb-4bit") model = PeftModel.from_pretrained(base_model, "Veeda241/krishi-anuman-qwen-1.5b") - Notebooks
- Google Colab
- Kaggle
Ctrl+K