Instructions to use AGENTDARS/Reviewer-32B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AGENTDARS/Reviewer-32B with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("/home/dars/.cache/huggingface/hub/models--deepseek-ai--DeepSeek-R1-Distill-Qwen-32B/snapshots/10d6a0388c80991c8fd8b54223146e7cbe33dfa5/") model = PeftModel.from_pretrained(base_model, "AGENTDARS/Reviewer-32B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
This model has 1 file scanned as unsafe.