Tristan Druyen
commited on
Commit
•
dcc5e7c
1
Parent(s):
5937ba5
Improve README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,31 @@
|
|
1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
base_model: NousResearch/Nous-Hermes-2-SOLAR-10.7B
|
3 |
+
tags:
|
4 |
+
- yi
|
5 |
+
- instruct
|
6 |
+
- finetune
|
7 |
+
- chatml
|
8 |
+
- gpt4
|
9 |
+
- synthetic data
|
10 |
+
- distillation
|
11 |
+
model-index:
|
12 |
+
- name: Nous-Hermes-2-SOLAR-10.7B-iMat-GGUF
|
13 |
+
results: []
|
14 |
license: apache-2.0
|
15 |
+
language:
|
16 |
+
- en
|
17 |
+
datasets:
|
18 |
+
- teknium/OpenHermes-2.5
|
19 |
---
|
20 |
+
|
21 |
+
# NousResearch/Nous-Hermes-2-SOLAR-10.7B
|
22 |
+
|
23 |
+
Source Model: [NousResearch/Nous-Hermes-2-SOLAR-10.7B](https://huggingface.co/NousResearch/Nous-Hermes-2-SOLAR-10.7B)
|
24 |
+
|
25 |
+
Quantized with [llama.cpp](https://github.com/ggerganov/llama.cpp) commit [46acb3676718b983157058aecf729a2064fc7d34](https://github.com/ggerganov/llama.cpp/commit/46acb3676718b983157058aecf729a2064fc7d34)
|
26 |
+
|
27 |
+
Imatrix was generated from the f16 gguf via this command:
|
28 |
+
|
29 |
+
./imatrix -c 512 -m $out_path/$base_quant_name -f $llama_cpp_path/groups_merged.txt -o $out_path/imat-f16-gmerged.dat
|
30 |
+
|
31 |
+
Using the dataset from [here](https://github.com/ggerganov/llama.cpp/discussions/5263#discussioncomment-8395384)
|