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