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