Text Classification
PEFT
Safetensors
rag-gym
retrieval-augmented-generation
agent
lora
process-supervision
reward-model
Instructions to use RAG-Gym/Direct-HotpotQA-PRM with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use RAG-Gym/Direct-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/Direct-HotpotQA-PRM") - Notebooks
- Google Colab
- Kaggle
File size: 129 Bytes
e670ba6 | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:8fc14801c9f085a9806ee9f532e2a89fed07c9b81458906981f61be20543cd0d
size 5688
|