How to use from the
Use from the
Transformers library
# Use a pipeline as a high-level helper
from transformers import pipeline

pipe = pipeline("text-generation", model="kulia-moon/tiny2GPT")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("kulia-moon/tiny2GPT")
model = AutoModelForCausalLM.from_pretrained("kulia-moon/tiny2GPT")
Quick Links

I split the two models ONNX and Safetensor, please do not confuse the two models as one tiny2GPT model

Downloads last month
8
Safetensors
Model size
0.1B params
Tensor type
F32
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for kulia-moon/tiny2GPT

Finetuned
(2142)
this model
Quantizations
1 model

Collection including kulia-moon/tiny2GPT