artificialguybr
commited on
Commit
•
d4ced46
1
Parent(s):
d37b196
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,34 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
base_model: artificialguybr/QWEN-2.5-0.5B-Synthia-I
|
3 |
+
datasets:
|
4 |
+
- migtissera/Synthia-v1.5-I
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
library_name: transformers
|
8 |
+
license: apache-2.0
|
9 |
+
quantized_by: artificialguybr
|
10 |
+
tags:
|
11 |
+
- instruct
|
12 |
+
- finetune
|
13 |
+
- chatml
|
14 |
+
- gpt4
|
15 |
+
- synthetic data
|
16 |
+
- distillation
|
17 |
+
---
|
18 |
+
## About
|
19 |
+
|
20 |
+
<!-- ### quantize_version: 2 -->
|
21 |
+
<!-- ### output_tensor_quantised: 1 -->
|
22 |
+
<!-- ### convert_type: hf -->
|
23 |
+
<!-- ### vocab_type: -->
|
24 |
+
<!-- ### tags: -->
|
25 |
+
Thanks [Redmond.AI](https://redmond.ai/) for GPU Sponsor!
|
26 |
+
|
27 |
+
|
28 |
+
Quantization for: https://huggingface.co/artificialguybr/QWEN-2.5-0.5B-Synthia-I
|
29 |
+
|
30 |
+
## How to use
|
31 |
+
|
32 |
+
If you are unsure how to use GGUF files, look at the [TheBloke
|
33 |
+
READMEs](https://huggingface.co/TheBloke/CodeLlama-70B-Python-GGUF) for
|
34 |
+
more details, including on how to concatenate multi-part files.
|