Text Generation
MLX
Safetensors
English
llama
tinyllama
conversational
Edit model card

meirm/TinyLlama-1.1B-textsql

The Model meirm/TinyLlama-1.1B-textsql was converted to MLX format from mlx-community/TinyLlama-1.1B-Chat-v1.0-4bit using mlx-lm version 0.14.3.

Use with mlx

pip install mlx-lm
from mlx_lm import load, generate

model, tokenizer = load("meirm/TinyLlama-1.1B-textsql")
response = generate(model, tokenizer, prompt="hello", verbose=True)
Downloads last month
229
Safetensors
Model size
1.1B params
Tensor type
FP16
·
BF16
·
Inference API
Input a message to start chatting with meirm/TinyLlama-1.1B-textsql.
Inference API (serverless) does not yet support mlx models for this pipeline type.

Datasets used to train meirm/TinyLlama-1.1B-textsql