Instructions to use rishavranaut/Qwen_less_data_SUPNT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use rishavranaut/Qwen_less_data_SUPNT with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Qwen/Qwen2-7B") model = PeftModel.from_pretrained(base_model, "rishavranaut/Qwen_less_data_SUPNT") - Notebooks
- Google Colab
- Kaggle
Welcome to the community
The community tab is the place to discuss and collaborate with the HF community!