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