Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,31 @@ language:
|
|
12 |
- en
|
13 |
---
|
14 |
|
15 |
-
#
|
16 |
|
17 |
- **Developed by:** TBuscagliaXsolla
|
18 |
-
- **
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
22 |
|
23 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
|
|
|
12 |
- en
|
13 |
---
|
14 |
|
15 |
+
# Xwen-Coder-7b
|
16 |
|
17 |
- **Developed by:** TBuscagliaXsolla
|
18 |
+
- **Finetuned fromm:** unsloth/qwen2.5-coder-7b-instruct-bnb-4bit
|
19 |
+
|
20 |
+
## Available Formats
|
21 |
+
|
22 |
+
### LORA Safetensors and Tokenizer
|
23 |
+
|
24 |
+
- [tokenizer.json](tokenizer.json)
|
25 |
+
- [adapter_model.safetensors](adapter_model.safetensors)
|
26 |
+
|
27 |
+
### Merged F16 for VLLM
|
28 |
+
|
29 |
+
- [pytorch_model.bin.index.json](pytorch_model.bin.index.json)
|
30 |
+
|
31 |
+
### Merged GGUF Formats
|
32 |
+
|
33 |
+
- [unsloth.Q8_0.gguf](unsloth.Q8_0.gguf)
|
34 |
+
- [unsloth.Q4_K_M.gguf](unsloth.Q4_K_M.gguf)
|
35 |
+
- [unsloth.Q5_K_M.gguf](unsloth.Q5_K_M.gguf)
|
36 |
+
|
37 |
+
## Unsloth Shoutout
|
38 |
|
39 |
This qwen2 model was trained 2x faster with [Unsloth](https://github.com/unslothai/unsloth) and Huggingface's TRL library.
|
40 |
|
41 |
[<img src="https://raw.githubusercontent.com/unslothai/unsloth/main/images/unsloth%20made%20with%20love.png" width="200"/>](https://github.com/unslothai/unsloth)
|
42 |
+
|