Instructions to use qwertyuiopasdfg/MAP_MODEL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use qwertyuiopasdfg/MAP_MODEL with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("Skywork-Reward-V2-Llama-3.1-8B") model = PeftModel.from_pretrained(base_model, "qwertyuiopasdfg/MAP_MODEL") - Transformers
How to use qwertyuiopasdfg/MAP_MODEL with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("qwertyuiopasdfg/MAP_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!