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
- -
Model size
3B params
Tensor type
BF16
·
Hardware compatibility
Log In to add your hardware
Quantized
Model tree for justindal/llama3.2-3b-leetcoder
Base model
meta-llama/Llama-3.2-3B-Instruct