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