acavataio
synapse-metareview-lora
Dedicated Endpoints
Run this model inference on single tenant GPU with unmatched speed and reliability at scale.
Container
Run this model inference with full control and performance in your environment.
Get help setting up a custom Dedicated Endpoints.
Talk with our engineer to get a quote for reserved GPU instances with discounts.
README
Quick start
python
from transformers import pipelinequestion = "If you had a time machine, but could only go to the past or the future once and never return, which would you choose and why?"generator = pipeline("text-generation", model="None", device="cuda")output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]print(output["generated_text"])
Training procedure
This model was trained with ORPO, a method introduced in ORPO: Monolithic Preference Optimization without Reference Model.
Framework versions
- PEFT 0.15.2
- TRL: 0.19.1
- Transformers: 4.51.3
- Pytorch: 2.7.0
- Datasets: 3.1.0
- Tokenizers: 0.21.4
Citations
Cite ORPO as:
bibtex
@article{hong2024orpo,title = {{ORPO: Monolithic Preference Optimization without Reference Model}},author = {Jiwoo Hong and Noah Lee and James Thorne},year = 2024,eprint = {arXiv:2403.07691}}
Cite TRL as:
bibtex
@misc{vonwerra2022trl,title = {{TRL: Transformer Reinforcement Learning}},author = {Leandro von Werra and Younes Belkada and Lewis Tunstall and Edward Beeching and Tristan Thrush and Nathan Lambert and Shengyi Huang and Kashif Rasul and Quentin Gallou{\'e}dec},year = 2020,journal = {GitHub repository},publisher = {GitHub},howpublished = {\url{https://github.com/huggingface/trl}}}
Model provider
acavataio
Model tree
Base
Qwen/Qwen3-14B
Adapter
this model
Modalities
Input
Text
Output
Text
Pricing
Dedicated Endpoints
View detailsSupported Functionality
Model APIs
Dedicated Endpoints
Container
More information