Kairo GPT

From-scratch GPT-style causal LM (8 layers, 512 dim, 8 heads, 32000 BPE vocab), trained as the "brain" behind the Kairo Voice assistant.

Load with:

from transformers import AutoModelForCausalLM, AutoTokenizer

model = AutoModelForCausalLM.from_pretrained("QDHShamiro/Kairo", trust_remote_code=True)
tokenizer = AutoTokenizer.from_pretrained("QDHShamiro/Kairo")
Downloads last month
130
Safetensors
Model size
58.2M params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Space using QDHShamiro/Kairo 1