Create config.yaml
Browse files- config.yaml +41 -0
config.yaml
ADDED
|
@@ -0,0 +1,41 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
|
| 2 |
+
---
|
| 3 |
+
|
| 4 |
+
```yaml
|
| 5 |
+
datasets:
|
| 6 |
+
hotboxxgenn/mix-openhermes-openorca-platypus-airoboros-chatalpaca-opencode: { weight: 1.5 }
|
| 7 |
+
microsoft/rStar-Coder: { weight: 2 }
|
| 8 |
+
ed001/ds-coder-instruct-v1: { weight: 2 }
|
| 9 |
+
bigcode/starcoderdata: { weight: 1.8 }
|
| 10 |
+
bigcode/starcoder2data-extras: { weight: 1.5 }
|
| 11 |
+
codeparrot/self-instruct-starcoder: { weight: 1.5 }
|
| 12 |
+
mrtoy/mobile-ui-design: { weight: 1.8 }
|
| 13 |
+
YashJain/UI-Elements-Detection-Dataset: { weight: 1.8 }
|
| 14 |
+
tecky-tech/Tecky-UI-Elements-VLM: { weight: 2 }
|
| 15 |
+
Tesslate/UIGEN-T2: { weight: 2 }
|
| 16 |
+
FineWeb: { weight: 2 }
|
| 17 |
+
OpenWebMath: { weight: 2 }
|
| 18 |
+
UltraChat: { weight: 1.5 }
|
| 19 |
+
WizardCoderData: { weight: 2.2 }
|
| 20 |
+
|
| 21 |
+
language:
|
| 22 |
+
- en
|
| 23 |
+
|
| 24 |
+
base_model:
|
| 25 |
+
- mistralai/Mixtral-8x7B-v0.1
|
| 26 |
+
- OpenBuddy/openbuddy-openllama-7b-v12-bf16
|
| 27 |
+
- HuggingFaceH4/mistral-7b-grok
|
| 28 |
+
- togethercomputer/RedPajama-INCITE-7B-Chat
|
| 29 |
+
|
| 30 |
+
library_name: transformers
|
| 31 |
+
|
| 32 |
+
tags:
|
| 33 |
+
- coding
|
| 34 |
+
- ui
|
| 35 |
+
- chat
|
| 36 |
+
- math
|
| 37 |
+
- factual
|
| 38 |
+
- agent
|
| 39 |
+
- multimodal
|
| 40 |
+
|
| 41 |
+
new_version: 1.1
|