LLäMmlein2Vec 🐑
Collection
4 items
•
Updated
•
1
LLäMmlein2Vec 7B is a German encoder language model derived from our German decoder-only model LLäMmlein 7B via LLM2Vec.
Find more details in our preprint!
We provide three transformed models:
LLäMmlein 7B ← You are here
You can use LLäMmlein2Vec with the llm2vec
library.
import torch
from llm2vec import LLM2Vec
model_id = "LSX-UniWue/LLaMmlein2Vec_7B"
l2v = LLM2Vec.from_pretrained(
model_id,
device_map="cuda" if torch.cuda.is_available() else "cpu",
torch_dtype=torch.bfloat16,
)
We release the ModernGBERT models under a research-only RAIL-M license. See license.md for details.
Base model
LSX-UniWue/LLaMmlein_7B