Hippius
maincontainerPublictransformers

acdc/albedo-qwen3.6-35b-x34

sha256:ba178f30d0816af2478ad256de0ce38b2152b0dc199cbcf8482c6b7e19b65474·Indexed Jul 3, 2026

Layers

9

Total size

19.2 MB

Files

9

Quantization

README.md

2.2 KB

Model Card for a1p9_minall_w50_dpo_lr1e6_sdpa_adamw

This model is a fine-tuned version of None. 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="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 DPO, a method introduced in Direct Preference Optimization: Your Language Model is Secretly a Reward Model.

Framework versions

  • TRL: 1.7.0
  • Transformers: 5.12.1
  • Pytorch: 2.12.1
  • Datasets: 5.0.0
  • Tokenizers: 0.22.2

Citations

Cite DPO as:

@inproceedings{rafailov2023direct,
    title        = {{Direct Preference Optimization: Your Language Model is Secretly a Reward Model}},
    author       = {Rafael Rafailov and Archit Sharma and Eric Mitchell and Christopher D. Manning and Stefano Ermon and Chelsea Finn},
    year         = 2023,
    booktitle    = {Advances in Neural Information Processing Systems 36: Annual Conference on Neural Information Processing Systems 2023, NeurIPS 2023, New Orleans, LA, USA, December 10 - 16, 2023},
    url          = {http://papers.nips.cc/paper_files/paper/2023/hash/a85b405ed65c6477a4fe8302b5e06ce7-Abstract-Conference.html},
    editor       = {Alice Oh and Tristan Naumann and Amir Globerson and Kate Saenko and Moritz Hardt and Sergey Levine},
}

Cite TRL as:

@software{vonwerra2020trl,
  title   = {{TRL: Transformers Reinforcement Learning}},
  author  = {von Werra, Leandro and Belkada, Younes and Tunstall, Lewis and Beeching, Edward and Thrush, Tristan and Lambert, Nathan and Huang, Shengyi and Rasul, Kashif and Gallouédec, Quentin},
  license = {Apache-2.0},
  url     = {https://github.com/huggingface/trl},
  year    = {2020}
}

Model architecture

config.json
Architecture
Qwen3_5MoeForConditionalGeneration
Model type
qwen3_5_moe

Files

9 items
  • tokenizer.json

    06b9509352d2

    19.1 MB

  • model.safetensors.index.json

    24195e840fc1

    94.9 KB

  • chat_template.jinja

    e84f32a23fdd

    7.6 KB

  • config.json

    f04370f42e87

    3.2 KB

  • README.md

    f3314b79b0ec

    2.2 KB

  • tokenizer_config.json

    792fa3f0cb88

    1.1 KB

  • preprocessor_config.json

    dc9c8630fb98

    337 B

  • video_preprocessor_config.json

    55b3c577a270

    332 B

  • generation_config.json

    2a9c067fc2d6

    178 B