OP-Llama-8B

OP-Llama-8B is the OP-CAD instruction model used for operation-oriented CAD code generation.

Resources:

Usage

from transformers import AutoModelForCausalLM, AutoTokenizer

model_id = "Biabai/op-llama-8b"
tokenizer = AutoTokenizer.from_pretrained(model_id)
model = AutoModelForCausalLM.from_pretrained(model_id, device_map="auto")

The evaluation scripts in the OP-CAD repository can also call the model through a vLLM OpenAI-compatible server.

Downloads last month

-

Downloads are not tracked for this model. How to track
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support