LLäMmlein 🐑
Collection
https://www.informatik.uni-wuerzburg.de/datascience/projects/nlp/llammlein/
•
8 items
•
Updated
•
9
This is a German 7B LLaMA language model trained from scratch using our adapted Tinyllama codebase on the German portion of RedPajama V2. Find more details on our page and our preprint!
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("LSX-UniWue/LLaMmlein_7B")
tokenizer = AutoTokenizer.from_pretrained("LSX-UniWue/LLaMmlein_7B")