How to use from the
Use from the
llama-cpp-python library
# !pip install llama-cpp-python

from llama_cpp import Llama

llm = Llama.from_pretrained(
	repo_id="NadevA23/Viydax-Coder-7b-v1",
	filename="viydax-coder-7b-v1-q8_0.gguf",
)
llm.create_chat_completion(
	messages = [
		{
			"role": "user",
			"content": "What is the capital of France?"
		}
	]
)

Descriptions Vidyax-Coder-7B-v1 is the first official AI model for the Vidyax Programming Language.

This model is fine-tuned from Qwen2.5-Coder-7B-Instruct using QLoRA and is designed to understand Vidyax syntax, generate code, explain language features, and assist developers building applications with Vidyax.

Features • Vidyax code generation • Code completion • Error explanation • Refactoring • Documentation assistance

Downloads last month
79
Safetensors
Model size
8B params
Tensor type
BF16
·
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support

Model tree for NadevA23/Viydax-Coder-7b-v1

Base model

Qwen/Qwen2.5-7B
Adapter
(717)
this model
Adapters
1 model