morriszms commited on
Commit
34d7075
1 Parent(s): 389a103

Upload folder using huggingface_hub

Browse files
.gitattributes CHANGED
@@ -33,3 +33,15 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
 
 
 
 
 
 
 
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ gemma-7b-openhermes-v0.80-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemma-7b-openhermes-v0.80-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemma-7b-openhermes-v0.80-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemma-7b-openhermes-v0.80-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemma-7b-openhermes-v0.80-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemma-7b-openhermes-v0.80-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemma-7b-openhermes-v0.80-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemma-7b-openhermes-v0.80-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemma-7b-openhermes-v0.80-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemma-7b-openhermes-v0.80-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemma-7b-openhermes-v0.80-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemma-7b-openhermes-v0.80-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ language:
4
+ - en
5
+ license: gemma
6
+ tags:
7
+ - gemma
8
+ - pytorch
9
+ - instruct
10
+ - finetune
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: lemon-mint/gemma-7b-openhermes-v0.80
14
+ pipeline_tag: text-generation
15
+ datasets:
16
+ - teknium/OpenHermes-2.5
17
+ ---
18
+
19
+ <div style="width: auto; margin-left: auto; margin-right: auto">
20
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
21
+ </div>
22
+ <div style="display: flex; justify-content: space-between; width: 100%;">
23
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
24
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
25
+ Feedback and support: TensorBlock's <a href="https://x.com/tensorblock_aoi">Twitter/X</a>, <a href="https://t.me/TensorBlock">Telegram Group</a> and <a href="https://x.com/tensorblock_aoi">Discord server</a>
26
+ </p>
27
+ </div>
28
+ </div>
29
+
30
+ ## lemon-mint/gemma-7b-openhermes-v0.80 - GGUF
31
+
32
+ This repo contains GGUF format model files for [lemon-mint/gemma-7b-openhermes-v0.80](https://huggingface.co/lemon-mint/gemma-7b-openhermes-v0.80).
33
+
34
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4011](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+ <bos><start_of_turn>user
40
+ {prompt}<end_of_turn>
41
+ <start_of_turn>model
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [gemma-7b-openhermes-v0.80-Q2_K.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q2_K.gguf) | Q2_K | 3.242 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [gemma-7b-openhermes-v0.80-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q3_K_S.gguf) | Q3_K_S | 3.709 GB | very small, high quality loss |
50
+ | [gemma-7b-openhermes-v0.80-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q3_K_M.gguf) | Q3_K_M | 4.069 GB | very small, high quality loss |
51
+ | [gemma-7b-openhermes-v0.80-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q3_K_L.gguf) | Q3_K_L | 4.386 GB | small, substantial quality loss |
52
+ | [gemma-7b-openhermes-v0.80-Q4_0.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q4_0.gguf) | Q4_0 | 4.668 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [gemma-7b-openhermes-v0.80-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q4_K_S.gguf) | Q4_K_S | 4.700 GB | small, greater quality loss |
54
+ | [gemma-7b-openhermes-v0.80-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q4_K_M.gguf) | Q4_K_M | 4.964 GB | medium, balanced quality - recommended |
55
+ | [gemma-7b-openhermes-v0.80-Q5_0.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q5_0.gguf) | Q5_0 | 5.570 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [gemma-7b-openhermes-v0.80-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q5_K_S.gguf) | Q5_K_S | 5.570 GB | large, low quality loss - recommended |
57
+ | [gemma-7b-openhermes-v0.80-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q5_K_M.gguf) | Q5_K_M | 5.723 GB | large, very low quality loss - recommended |
58
+ | [gemma-7b-openhermes-v0.80-Q6_K.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q6_K.gguf) | Q6_K | 6.529 GB | very large, extremely low quality loss |
59
+ | [gemma-7b-openhermes-v0.80-Q8_0.gguf](https://huggingface.co/tensorblock/gemma-7b-openhermes-v0.80-GGUF/tree/main/gemma-7b-openhermes-v0.80-Q8_0.gguf) | Q8_0 | 8.454 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/gemma-7b-openhermes-v0.80-GGUF --include "gemma-7b-openhermes-v0.80-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/gemma-7b-openhermes-v0.80-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
gemma-7b-openhermes-v0.80-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa36209ebd1ebc00c4d72189c33e57b1ade1c3c7cfbacea638f6b2bf41ef29b7
3
+ size 3481447328
gemma-7b-openhermes-v0.80-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c3ab7a8198c9a734581d50bbfdc51c894d0893d627d4e91e5689341d3ff896e
3
+ size 4709067680
gemma-7b-openhermes-v0.80-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:402affc9c4b8d091a020df39b28705b5f796a9df348dba540b623de721d6d691
3
+ size 4369329056
gemma-7b-openhermes-v0.80-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:925e5370f9de6861441535ca701202bea9e67f75bc2d2a74afb770fabb761c0f
3
+ size 3982404512
gemma-7b-openhermes-v0.80-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c5182ad1ea0efb5c4292c451ba9686067ffbf78a8f39600ab24dd1e726d1781
3
+ size 5011844000
gemma-7b-openhermes-v0.80-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:68a4ccb5143e6af080664a5608c47223047030769b0a0af5fc6ad50730bf5676
3
+ size 5329759136
gemma-7b-openhermes-v0.80-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a534eb32ac03ec4bdf044883b0556b7c4206c2ef571d9440d5108c60dc96803c
3
+ size 5046447008
gemma-7b-openhermes-v0.80-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3347c4c9b22a468980c7fe795fddd37b904cdbfad587985b23175db1c8e81b4a
3
+ size 5980728224
gemma-7b-openhermes-v0.80-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11103bd6b5e94d240b22b02e22fd9f135ace610a17ce9fbe4ffe6912c9f64e15
3
+ size 6144502688
gemma-7b-openhermes-v0.80-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:21cfdf3856855f1aae23c7cba9b53048a6a9b68417f9203d117682e773e421e4
3
+ size 5980728224
gemma-7b-openhermes-v0.80-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bad4a96f8df295e9caf00fb2b78a3505c1405887d7a70f8e144b852d9287945f
3
+ size 7010167712
gemma-7b-openhermes-v0.80-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56fb560aa65017728b341fc2fa9d2051435ca751b07a3115e863b833a3dcd0a0
3
+ size 9077844896