Model reference · open weights

tam-taml-10mb-after-ppt-shuff-dyck-10mb-ckpt500_seed10

Available as managed deployment LLMs fpadovani · community Text gen 1 variants 707 dl/mo

tam-taml-10mb-after-ppt-shuff-dyck-10mb-ckpt500_seed10 is an open-weight language model from fpadovani. AxForge deploys and operates it for you on dedicated EU-owned hardware — with the licence handled where one is required.

Available as managed deployment — configured and operated for you on dedicated EU hardware, quoted per deployment.

What it is

Released byfpadovani
TypeLanguage models
TaskText gen
Parameters (lead)39M
Context512 tokens
Runs withtransformers
Based onfpadovani/tam-taml-10mb-ppt-shuff-dyck-10mb_seed10
Released2026-09-12
Popularity707 downloads / month
LicenceUnknown

About

What tam-taml-10mb-after-ppt-shuff-dyck-10mb-ckpt500_seed10 is

This model is a fine-tuned version of fpadovani/tam-taml-10mb-ppt-shuff-dyck-10mb_seed10. It has been trained using TRL.

Read the full model card

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="fpadovani/tam-taml-10mb-after-ppt-shuff-dyck-10mb-ckpt500_seed10", 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 SFT.

Framework versions

  • TRL: 0.23.0
  • Transformers: 4.56.2
  • Pytorch: 2.11.0
  • Datasets: 4.8.4
  • Tokenizers: 0.22.1

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{\'e}dec},
	year         = 2020,
	journal      = {GitHub repository},
	publisher    = {GitHub},
	howpublished = {\url{https://github.com/huggingface/trl}}
}

From the published model card. Full card on the HuggingFace links in the sidebar.

Using it via the API

Call it like any OpenAI endpoint

Once AxForge deploys tam-taml-10mb-after-ppt-shuff-dyck-10mb-ckpt500-seed10 for you, it answers on the OpenAI-compatible API — the same base URL and keys as every other model. (tam-taml-10mb-after-ppt-shuff-dyck-10mb-ckpt500-seed10 below is illustrative; you get the exact model name on deployment.)

$ curl -sS https://api.axforge.ai/v1/chat/completions \
  -H "Authorization: Bearer $AXFORGE_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"tam-taml-10mb-after-ppt-shuff-dyck-10mb-ckpt500-seed10","messages":[{"role":"user","content":"Hello"}]}'

Create an account — your API key is available in the console. 3M free tokens every 30 days with every new account.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms