XenocodeRCE commited on
Commit
43399fb
·
verified ·
1 Parent(s): 11494e2

Add README

Browse files
Files changed (1) hide show
  1. README.md +17 -16
README.md CHANGED
@@ -1,24 +1,25 @@
1
  ---
2
- base_model: unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit
3
  tags:
4
- - text-generation-inference
5
- - transformers
6
  - unsloth
7
- - qwen3
8
- - trl
9
- license: mit
10
- language:
11
- - fr
12
- datasets:
13
- - XenocodeRCE/Daemon
14
  ---
15
 
16
- # Uploaded model
 
 
17
 
18
- - **Developed by:** XenocodeRCE
19
- - **License:** apache-2.0
20
- - **Finetuned from model :** unsloth/qwen3-4b-instruct-2507-unsloth-bnb-4bit
21
 
22
- This qwen3 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth)
 
 
 
23
 
24
- [<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
 
 
 
 
1
  ---
 
2
  tags:
3
+ - gguf
4
+ - llama.cpp
5
  - unsloth
6
+
 
 
 
 
 
 
7
  ---
8
 
9
+ # Socrate_4b : GGUF
10
+
11
+ This model was finetuned and converted to GGUF format using [Unsloth](https://github.com/unslothai/unsloth).
12
 
13
+ **Example usage**:
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)