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