Text Classification
PEFT
Safetensors
rag-gym
retrieval-augmented-generation
agent
lora
process-supervision
reward-model
Instructions to use RAG-Gym/RAG-HotpotQA-PRM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RAG-Gym/RAG-HotpotQA-PRM with PEFT:
from peft import PeftModel from transformers import AutoModelForSequenceClassification base_model = AutoModelForSequenceClassification.from_pretrained("meta-llama/Meta-Llama-3.1-8B-Instruct") model = PeftModel.from_pretrained(base_model, "RAG-Gym/RAG-HotpotQA-PRM") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
2e33c3e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a7ca457c7450eeca5ef4897fd2532544830edbdd9db5e3c065afab574e7ff4e0
size 5752
|