初始化项目,由ModelHub XC社区提供模型
Model: bekoozkan/godot-qwen2.5-coder-3b-instruct Source: Original Platform
This commit is contained in:
26
README.md
Normal file
26
README.md
Normal 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.
|
||||
Reference in New Issue
Block a user