add measurement.json
Browse files- README.md +31 -0
- measurement.json +0 -0
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
base_model: rombodawg/Rombos-Coder-V2.5-Qwen-32b
|
| 3 |
+
license: apache-2.0
|
| 4 |
+
license_link: https://huggingface.co/Qwen/Qwen2.5-Coder-32B-Instruct/blob/main/LICENSE
|
| 5 |
+
pipeline_tag: text-generation
|
| 6 |
+
quantized_by: Apel-sin
|
| 7 |
+
library_name: transformers
|
| 8 |
+
tags:
|
| 9 |
+
- code
|
| 10 |
+
- codeqwen
|
| 11 |
+
- chat
|
| 12 |
+
- qwen
|
| 13 |
+
- qwen-coder
|
| 14 |
+
---
|
| 15 |
+
# Rombos-Coder-V2.5-Qwen-32b
|
| 16 |
+
|
| 17 |
+

|
| 18 |
+
|
| 19 |
+
Rombos-Coder-V2.5-Qwen-32b is a continues finetuned version of Qwen2.5-Coder-32B-Instruct. I took it upon myself to merge the instruct model with the base model myself using the *Ties* merge method as demonstrated in my own "Continuous Finetuning" method (Linked bellow).
|
| 20 |
+
|
| 21 |
+
https://docs.google.com/document/d/1OjbjU5AOz4Ftn9xHQrX3oFQGhQ6RDUuXQipnQ9gn6tU/edit?usp=sharing
|
| 22 |
+
|
| 23 |
+
This version of the model shows higher performance than the original instruct and base models.
|
| 24 |
+
|
| 25 |
+
Quants: (Coming soon)
|
| 26 |
+
|
| 27 |
+
GGUF:
|
| 28 |
+
|
| 29 |
+
EXL2:
|
| 30 |
+
|
| 31 |
+
Benchmarks: (Coming soon)
|
measurement.json
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|