alizee-coder-devstral-1-small

78
license:apache-2.0
by
stmasson
Language Model
OTHER
New
78 downloads
Early-stage
Edge AI:
Mobile
Laptop
Server
Unknown
Mobile
Laptop
Server
Quick Summary

AI model with specialized capabilities.

Code Examples

Inference (Instruct Format)python
prompt = """<s>[INST] Solve this programming problem with detailed reasoning:

Write a function that checks if a number is prime.

[/INST]"""

inputs = tokenizer(prompt, return_tensors="pt").to(model.device)
outputs = model.generate(**inputs, max_new_tokens=1024, temperature=0.1)
response = tokenizer.decode(outputs[0], skip_special_tokens=True)
Framework Versionsbibtex
@misc{alizee-coder-devstral,
  author = {stmasson},
  title = {Alizee-Coder-Devstral-1-Small: Code Generation with Reasoning},
  year = {2024},
  publisher = {Hugging Face},
  url = {https://huggingface.co/stmasson/alizee-coder-devstral-1-small}
}

Deploy This Model

Production-ready deployment in minutes

Together.ai

Instant API access to this model

Fastest API

Production-ready inference API. Start free, scale to millions.

Try Free API

Replicate

One-click model deployment

Easiest Setup

Run models in the cloud with simple API. No DevOps required.

Deploy Now

Disclosure: We may earn a commission from these partners. This helps keep LLMYourWay free.