YAML Metadata
Warning:
empty or missing yaml metadata in repo card
(https://huggingface.co/docs/hub/model-cards#model-card-metadata)
Quantization made by Richard Erkhov.
simpo-math-model - GGUF
- Model creator: https://huggingface.co/rawsh/
- Original model: https://huggingface.co/rawsh/simpo-math-model/
Name | Quant method | Size |
---|---|---|
simpo-math-model.Q2_K.gguf | Q2_K | 0.32GB |
simpo-math-model.IQ3_XS.gguf | IQ3_XS | 0.32GB |
simpo-math-model.IQ3_S.gguf | IQ3_S | 0.32GB |
simpo-math-model.Q3_K_S.gguf | Q3_K_S | 0.32GB |
simpo-math-model.IQ3_M.gguf | IQ3_M | 0.32GB |
simpo-math-model.Q3_K.gguf | Q3_K | 0.33GB |
simpo-math-model.Q3_K_M.gguf | Q3_K_M | 0.33GB |
simpo-math-model.Q3_K_L.gguf | Q3_K_L | 0.34GB |
simpo-math-model.IQ4_XS.gguf | IQ4_XS | 0.33GB |
simpo-math-model.Q4_0.gguf | Q4_0 | 0.33GB |
simpo-math-model.IQ4_NL.gguf | IQ4_NL | 0.33GB |
simpo-math-model.Q4_K_S.gguf | Q4_K_S | 0.36GB |
simpo-math-model.Q4_K.gguf | Q4_K | 0.37GB |
simpo-math-model.Q4_K_M.gguf | Q4_K_M | 0.37GB |
simpo-math-model.Q4_1.gguf | Q4_1 | 0.35GB |
simpo-math-model.Q5_0.gguf | Q5_0 | 0.37GB |
simpo-math-model.Q5_K_S.gguf | Q5_K_S | 0.38GB |
simpo-math-model.Q5_K.gguf | Q5_K | 0.39GB |
simpo-math-model.Q5_K_M.gguf | Q5_K_M | 0.39GB |
simpo-math-model.Q5_1.gguf | Q5_1 | 0.39GB |
simpo-math-model.Q6_K.gguf | Q6_K | 0.47GB |
simpo-math-model.Q8_0.gguf | Q8_0 | 0.49GB |
Original model description:
base_model: rawsh/mirrorqwen2.5-0.5b-SFT library_name: transformers model_name: simpo-math-model tags: - generated_from_trainer - trl - cpo - unsloth licence: license
Model Card for simpo-math-model
This model is a fine-tuned version of rawsh/mirrorqwen2.5-0.5b-SFT. It has been trained using TRL.
Quick start
from transformers import pipeline
question = "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="rawsh/simpo-math-model", 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 CPO, a method introduced in Contrastive Preference Optimization: Pushing the Boundaries of LLM Performance in Machine Translation.
Framework versions
- TRL: 0.12.0
- Transformers: 4.46.2
- Pytorch: 2.4.1
- Datasets: 3.1.0
- Tokenizers: 0.20.3
Citations
Cite CPO as:
@inproceedings{xu2024contrastive,
title = {{Contrastive Preference Optimization: Pushing the Boundaries of LLM Performance in Machine Translation}},
author = {Haoran Xu and Amr Sharaf and Yunmo Chen and Weiting Tan and Lingfeng Shen and Benjamin Van Durme and Kenton Murray and Young Jin Kim},
year = 2024,
booktitle = {Forty-first International Conference on Machine Learning, {ICML} 2024, Vienna, Austria, July 21-27, 2024},
publisher = {OpenReview.net},
url = {https://openreview.net/forum?id=51iwkioZpn}
}
Cite TRL as:
@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édec},
year = 2020,
journal = {GitHub repository},
publisher = {GitHub},
howpublished = {\url{https://github.com/huggingface/trl}}
}
- Downloads last month
- 232
Hardware compatibility
Log In
to view the estimation
Inference Providers
NEW
This model isn't deployed by any Inference Provider.
🙋
Ask for provider support