Update README.md
Browse files
README.md
CHANGED
|
@@ -3,7 +3,13 @@ tags:
|
|
| 3 |
- gguf
|
| 4 |
- llama.cpp
|
| 5 |
- unsloth
|
| 6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
---
|
| 8 |
|
| 9 |
# Socrate_4b : GGUF
|
|
@@ -14,12 +20,8 @@ This model was finetuned and converted to GGUF format using [Unsloth](https://gi
|
|
| 14 |
- For text only LLMs: `llama-cli -hf XenocodeRCE/Socrate_4b --jinja`
|
| 15 |
- For multimodal models: `llama-mtmd-cli -hf XenocodeRCE/Socrate_4b --jinja`
|
| 16 |
|
| 17 |
-
## Available Model files:
|
| 18 |
-
- `qwen3-4b-instruct-2507.Q5_K_M.gguf`
|
| 19 |
-
- `qwen3-4b-instruct-2507.Q8_0.gguf`
|
| 20 |
-
- `qwen3-4b-instruct-2507.Q4_K_M.gguf`
|
| 21 |
|
| 22 |
## Ollama
|
| 23 |
An Ollama Modelfile is included for easy deployment.
|
| 24 |
This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
|
| 25 |
-
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
| 3 |
- gguf
|
| 4 |
- llama.cpp
|
| 5 |
- unsloth
|
| 6 |
+
license: mit
|
| 7 |
+
datasets:
|
| 8 |
+
- XenocodeRCE/Daemon
|
| 9 |
+
language:
|
| 10 |
+
- fr
|
| 11 |
+
base_model:
|
| 12 |
+
- Qwen/Qwen3-4B-Instruct-2507
|
| 13 |
---
|
| 14 |
|
| 15 |
# Socrate_4b : GGUF
|
|
|
|
| 20 |
- For text only LLMs: `llama-cli -hf XenocodeRCE/Socrate_4b --jinja`
|
| 21 |
- For multimodal models: `llama-mtmd-cli -hf XenocodeRCE/Socrate_4b --jinja`
|
| 22 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
|
| 24 |
## Ollama
|
| 25 |
An Ollama Modelfile is included for easy deployment.
|
| 26 |
This was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
|
| 27 |
+
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|