Model Information

Meta's meta-llama/Llama-3.2-3B-Instruct LoRA fine-tuned for LeetCode-style solutions.

Use with Python

from mlx_lm import load, generate
model, tokenizer = load("justindal/llama3.2-3b-leetcoder")
prompt = "Given an integer array nums, return indices of two numbers that add up to target."
response = generate(model, tokenizer, prompt=prompt)
print(response)
Downloads last month
-
Safetensors
Model size
3B params
Tensor type
BF16
·
MLX
Hardware compatibility
Log In to add your hardware

Quantized

Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for justindal/llama3.2-3b-leetcoder

Finetuned
(1592)
this model

Dataset used to train justindal/llama3.2-3b-leetcoder