Edit model card

itorgov/model-101

The Model itorgov/model-101 was converted to MLX format from TinyLlama/TinyLlama-1.1B-Chat-v1.0 using mlx-lm version 0.18.1.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("itorgov/model-101")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
5
Safetensors
Model size
1.1B params
Tensor type
FP16
·
Inference API
Unable to determine this model’s pipeline type. Check the docs .

Datasets used to train itorgov/model-101