LSX-UniWue/LLaMmlein_120M_prerelease

Model

4

stars

18

commits

2

linked in READMEs

Oct 20, 2025

updated

endpoints_compatible
llama
safetensors
text-generation
text-generation-inference
transformers

README

LLäMmlein 120M

This is a German Tinyllama 120M language model trained from scratch using the Tinyllama codebase on the German portion of RedPajama V2. Find more details on our page and our preprint

Next to the final model, we publish intermediate training checkpoints for our base models as separate branches of the model repository. These can be accessed via the drop-down menu labeled "main" in the top left corner of the "Files and versions" section.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/LLaMmlein_120M")

tokenizer = AutoTokenizer.from_pretrained("LSX-UniWue/LLaMmlein_120M")

Performance

We evaluated our model on the SuperGLEBer benchmark. Data Take Down

Contributors

JanPf

12 commits

Julia287

6 commits

LSX-UniWue/LLaMmlein_120M_prerelease

Model

4

stars

18

commits

2

linked in READMEs

Oct 20, 2025

updated

endpoints_compatible
llama
safetensors
text-generation
text-generation-inference
transformers

README

LLäMmlein 120M

This is a German Tinyllama 120M language model trained from scratch using the Tinyllama codebase on the German portion of RedPajama V2. Find more details on our page and our preprint

Next to the final model, we publish intermediate training checkpoints for our base models as separate branches of the model repository. These can be accessed via the drop-down menu labeled "main" in the top left corner of the "Files and versions" section.

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/LLaMmlein_120M")

tokenizer = AutoTokenizer.from_pretrained("LSX-UniWue/LLaMmlein_120M")

Performance

We evaluated our model on the SuperGLEBer benchmark. Data Take Down

Contributors

JanPf

12 commits

Julia287

6 commits