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