初始化项目,由ModelHub XC社区提供模型

Model: bekoozkan/godot-qwen2.5-coder-3b-instruct
Source: Original Platform
This commit is contained in:
ModelHub XC
2026-05-09 19:39:14 +08:00
commit 20a053c961
17 changed files with 151971 additions and 0 deletions

26
README.md Normal file
View File

@@ -0,0 +1,26 @@
---
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.