Text Generation
PEFT
Safetensors
lora
adapter
causal-lm
qwen
instruction-tuning
summary
building-energy
Instructions to use meftah416/qwen3-1.7B-bang-summary with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use meftah416/qwen3-1.7B-bang-summary with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen3-1.7B") model = PeftModel.from_pretrained(base_model, "meftah416/qwen3-1.7B-bang-summary") - Notebooks
- Google Colab
- Kaggle
Ctrl+K