Instructions to use AGENTDARS/Reviewer-7B with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use AGENTDARS/Reviewer-7B 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-7B/snapshots/393119fcd6a873e5776c79b0db01c96911f5f0fc/") model = PeftModel.from_pretrained(base_model, "AGENTDARS/Reviewer-7B") - Notebooks
- Google Colab
- Kaggle
Ctrl+K
This model has 1 file scanned as unsafe.