File size: 987 Bytes
4ee72c5 3b789d2 919aae8 55596b3 919aae8 feefec0 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
---
license: other
license_name: deepseek
license_link: https://github.com/deepseek-ai/DeepSeek-Coder/blob/main/LICENSE-MODEL
---
(Note: From short testing, this Alt version generated much better code)
Alternate version of DeepMagic-Coder-7b which can be found bellow.
- https://huggingface.co/rombodawg/DeepMagic-Coder-7b

This version uses a diffrent config setup, with the actual base model of the two merges as the "base_model". Test both for yourself and see which is better at coding. Benchmarks coming soon.
Config can be found bellow:
```yaml
models:
- model: deepseek-ai_deepseek-coder-6.7b-instruct
parameters:
weight: 1
- model: ise-uiuc_Magicoder-S-DS-6.7B
parameters:
weight: 1
merge_method: task_arithmetic
base_model: deepseek-ai_deepseek-coder-6.7b-base
parameters:
normalize: true
int8_mask: true
dtype: float16
```
|