27 lines
758 B
Markdown
27 lines
758 B
Markdown
---
|
|
tags:
|
|
- gguf
|
|
- llama.cpp
|
|
- unsloth
|
|
license: apache-2.0
|
|
base_model:
|
|
- Qwen/Qwen2.5-Coder-3B-Instruct
|
|
pipeline_tag: text-generation
|
|
---
|
|
This model is a fine-tuned version of Qwen2.5-Coder-3B-Instruct, optimized for Godot Engine and GDScript-related coding tasks.
|
|
|
|
|
|
# godot-qwen2.5-coder-3b-instruct : GGUF
|
|
|
|
This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
|
|
|
|
**Example usage**:
|
|
- For text only LLMs: `llama-cli -hf bekoozkan/godot-qwen2.5-coder-3b-instruct --jinja`
|
|
- For multimodal models: `llama-mtmd-cli -hf bekoozkan/godot-qwen2.5-coder-3b-instruct --jinja`
|
|
|
|
## Available Model files:
|
|
- `qwen2.5-coder-3b-instruct.Q2_K_L.gguf`
|
|
|
|
## Ollama
|
|
An Ollama Modelfile is included for easy deployment.
|