Instructions to use Fayaz/qwen-extraction-finetuned with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Fayaz/qwen-extraction-finetuned with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Lunzima/NQLSG-Qwen2.5-14B-MegaFusion-v8.7") model = PeftModel.from_pretrained(base_model, "Fayaz/qwen-extraction-finetuned") - Notebooks
- Google Colab
- Kaggle
Ctrl+K