Feature Extraction
PEFT
Safetensors
Arabic
llama-factory
lora
Generated from Trainer
summarization
news-classification
feature
extraction
NER
Named
Entity
named-entity-recognition
Qwen2.5
Qwen1.5B
knowledge-distillation
Llama-4-Scout
LLama
Llama4
Teacher-model
Student-model
Instructions to use Alawy21/News_analyzer_Qwen2.5_1.5B_Finetuning with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Alawy21/News_analyzer_Qwen2.5_1.5B_Finetuning with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("Qwen/Qwen2.5-1.5B-Instruct") model = PeftModel.from_pretrained(base_model, "Alawy21/News_analyzer_Qwen2.5_1.5B_Finetuning") - Notebooks
- Google Colab
- Kaggle
Ctrl+K