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="Aarushhh/yuno-225M-python")
# Load model directly
from transformers import AutoTokenizer, AutoModelForCausalLM

tokenizer = AutoTokenizer.from_pretrained("Aarushhh/yuno-225M-python")
model = AutoModelForCausalLM.from_pretrained("Aarushhh/yuno-225M-python")
Quick Links

A (very) small code LLM.

it has been trained on working python code snippets

it is a base model, it has not been instruction fine tuned.

MODEL CARD WIP

Downloads last month
11
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

Model tree for Aarushhh/yuno-225M-python

Finetunes
1 model