ModelHub XC bb2e296c5a 初始化项目,由ModelHub XC社区提供模型
Model: mehmetkeremturkcan/SmollerLM2-10M-sftb
Source: Original Platform
2026-04-11 12:37:01 +08:00

base_model, library_name, model_name, tags, licence
base_model library_name model_name tags licence
mehmetkeremturkcan/SmollerLM2-10M transformers SmollerLM2-10M-sftb
generated_from_trainer
trl
sft
license

Model Card for SmollerLM2-10M-sftb

This model is a fine-tuned version of mehmetkeremturkcan/SmollerLM2-10M. 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="mehmetkeremturkcan/SmollerLM2-10M-sftb", device="cuda")
output = generator([{"role": "user", "content": question}], max_new_tokens=128, return_full_text=False)[0]
print(output["generated_text"])

Training procedure

Visualize in Weights & Biases

This model was trained with SFT.

Framework versions

  • TRL: 0.14.0
  • Transformers: 4.48.1
  • Pytorch: 2.5.1
  • Datasets: 3.2.0
  • Tokenizers: 0.21.0

Citations

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}}
}
Description
Model synced from source: mehmetkeremturkcan/SmollerLM2-10M-sftb
Readme 1.6 MiB
Languages
Text 100%