Quantization made by Richard Erkhov.
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!
1from transformers import AutoModelForCausalLM, AutoTokenizer
2
3model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/LLaMmlein_120M")
4
5tokenizer = AutoTokenizer.from_pretrained("LSX-UniWue/LLaMmlein_120M")
We evaluated our model on the
SuperGLEBer benchmark.