Instructions to use Judiht/Qwen2_5-0_5B_data34K_20260201_225818 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Judiht/Qwen2_5-0_5B_data34K_20260201_225818 with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2.5-0.5B") model = PeftModel.from_pretrained(base_model, "Judiht/Qwen2_5-0_5B_data34K_20260201_225818") - Transformers
How to use Judiht/Qwen2_5-0_5B_data34K_20260201_225818 with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("Judiht/Qwen2_5-0_5B_data34K_20260201_225818", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!