LLäMmlein 🐑
Collection
https://www.informatik.uni-wuerzburg.de/datascience/projects/nlp/llammlein/
•
4 items
•
Updated
•
5
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!
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/LLaMmlein_120M")
tokenizer = AutoTokenizer.from_pretrained("LSX-UniWue/LLaMmlein_120M")
We evaluated our model on the SuperGLEBer benchmark.