Tristan Druyen commited on
Commit
0d50841
1 Parent(s): 68fda5f

Improve README.md

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -1,3 +1,31 @@
1
  ---
 
 
 
 
 
 
 
 
 
 
 
 
2
  license: apache-2.0
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: NousResearch/Nous-Hermes-2-Yi-34B
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-Yi-34B-iMat-GGUF
13
+ results: []
14
  license: apache-2.0
15
+ language:
16
+ - en
17
+ datasets:
18
+ - teknium/OpenHermes-2.5
19
  ---
20
+
21
+ # Nous-Hermes-2-Yi-34B-iMat-GGUF
22
+
23
+ Source Model: [NousResearch/Nous-Hermes-2-Yi-34B](https://huggingface.co/NousResearch/Nous-Hermes-2-Yi-34B)
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)