GembyTiny πŸ€–

GembyTiny is a lightweight ~120M parameter causal language model built for chat. Custom transformer with RoPE embeddings, SwiGLU activations, and RMSNorm.

Quick Start

from transformers import pipeline

pipe = pipeline(
    "text-generation",
    model="Hwiiiiiiii/gemby-130-tiny",
    trust_remote_code=True,
)

messages = [{"role": "user", "content": "Hello!"}]
result = pipe(messages, max_new_tokens=100, do_sample=True, temperature=0.7)
print(result[0]["generated_text"][-1]["content"])

License

Apache 2.0

Downloads last month
253
Safetensors
Model size
0.2B params
Tensor type
F32
Β·
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support