Downloads · 30 days
0
AKnvd/SLM
SLM is a text generation model from AKnvd. Use it when you need the model to write or continue text. The card lists the license as mit.
Small language model trained for [your use case].
Downloads · 30 days
0
Access
Public
Updated Jun 20, 2026
Repo size
—
Likes
0
Public
Click a slice to open those files.
Other1.5 KB · 82%
From the Hugging Face model README
Small language model trained for [your use case].
from transformers import AutoModelForCausalLM, AutoTokenizer
model = AutoModelForCausalLM.from_pretrained("AKnvd/SLM")
tokenizer = AutoTokenizer.from_pretrained("AKnvd/SLM")