morriszms commited on
Commit
fca34f6
1 Parent(s): 4627f4f

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
+ ghost-7b-v0.9.1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ ghost-7b-v0.9.1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ ghost-7b-v0.9.1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ ghost-7b-v0.9.1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ ghost-7b-v0.9.1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ ghost-7b-v0.9.1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ ghost-7b-v0.9.1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ ghost-7b-v0.9.1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ ghost-7b-v0.9.1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ ghost-7b-v0.9.1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ ghost-7b-v0.9.1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ ghost-7b-v0.9.1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,195 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ - vi
5
+ license: mit
6
+ library_name: transformers
7
+ tags:
8
+ - ghost
9
+ - TensorBlock
10
+ - GGUF
11
+ pipeline_tag: text-generation
12
+ widget:
13
+ - text: How many helicopters can a human eat in one sitting
14
+ output:
15
+ text: Ahoy, me matey! A human can eat approximately one helicopter in one sitting,
16
+ but only if they're a giant sea monster with a stomach the size of a small country.
17
+ 🤢🤢 So, it's not advisable to try this, pirate! 🏰🛢️
18
+ base_model: ghost-x/ghost-7b-v0.9.1
19
+ model-index:
20
+ - name: ghost-7b-v0.9.1
21
+ results:
22
+ - task:
23
+ type: text-generation
24
+ name: Text Generation
25
+ dataset:
26
+ name: AI2 Reasoning Challenge (25-Shot)
27
+ type: ai2_arc
28
+ config: ARC-Challenge
29
+ split: test
30
+ args:
31
+ num_few_shot: 25
32
+ metrics:
33
+ - type: acc_norm
34
+ value: 55.38
35
+ name: normalized accuracy
36
+ source:
37
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lamhieu/ghost-7b-v0.9.1
38
+ name: Open LLM Leaderboard
39
+ - task:
40
+ type: text-generation
41
+ name: Text Generation
42
+ dataset:
43
+ name: HellaSwag (10-Shot)
44
+ type: hellaswag
45
+ split: validation
46
+ args:
47
+ num_few_shot: 10
48
+ metrics:
49
+ - type: acc_norm
50
+ value: 77.03
51
+ name: normalized accuracy
52
+ source:
53
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lamhieu/ghost-7b-v0.9.1
54
+ name: Open LLM Leaderboard
55
+ - task:
56
+ type: text-generation
57
+ name: Text Generation
58
+ dataset:
59
+ name: MMLU (5-Shot)
60
+ type: cais/mmlu
61
+ config: all
62
+ split: test
63
+ args:
64
+ num_few_shot: 5
65
+ metrics:
66
+ - type: acc
67
+ value: 54.78
68
+ name: accuracy
69
+ source:
70
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lamhieu/ghost-7b-v0.9.1
71
+ name: Open LLM Leaderboard
72
+ - task:
73
+ type: text-generation
74
+ name: Text Generation
75
+ dataset:
76
+ name: TruthfulQA (0-shot)
77
+ type: truthful_qa
78
+ config: multiple_choice
79
+ split: validation
80
+ args:
81
+ num_few_shot: 0
82
+ metrics:
83
+ - type: mc2
84
+ value: 43.96
85
+ source:
86
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lamhieu/ghost-7b-v0.9.1
87
+ name: Open LLM Leaderboard
88
+ - task:
89
+ type: text-generation
90
+ name: Text Generation
91
+ dataset:
92
+ name: Winogrande (5-shot)
93
+ type: winogrande
94
+ config: winogrande_xl
95
+ split: validation
96
+ args:
97
+ num_few_shot: 5
98
+ metrics:
99
+ - type: acc
100
+ value: 72.53
101
+ name: accuracy
102
+ source:
103
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lamhieu/ghost-7b-v0.9.1
104
+ name: Open LLM Leaderboard
105
+ - task:
106
+ type: text-generation
107
+ name: Text Generation
108
+ dataset:
109
+ name: GSM8k (5-shot)
110
+ type: gsm8k
111
+ config: main
112
+ split: test
113
+ args:
114
+ num_few_shot: 5
115
+ metrics:
116
+ - type: acc
117
+ value: 26.91
118
+ name: accuracy
119
+ source:
120
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=lamhieu/ghost-7b-v0.9.1
121
+ name: Open LLM Leaderboard
122
+ ---
123
+
124
+ <div style="width: auto; margin-left: auto; margin-right: auto">
125
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
126
+ </div>
127
+ <div style="display: flex; justify-content: space-between; width: 100%;">
128
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
129
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
130
+ 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>
131
+ </p>
132
+ </div>
133
+ </div>
134
+
135
+ ## ghost-x/ghost-7b-v0.9.1 - GGUF
136
+
137
+ This repo contains GGUF format model files for [ghost-x/ghost-7b-v0.9.1](https://huggingface.co/ghost-x/ghost-7b-v0.9.1).
138
+
139
+ 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).
140
+
141
+ <div style="text-align: left; margin: 20px 0;">
142
+ <a href="https://tensorblock.co/waitlist/client" style="display: inline-block; padding: 10px 20px; background-color: #007bff; color: white; text-decoration: none; border-radius: 5px; font-weight: bold;">
143
+ Run them on the TensorBlock client using your local machine ↗
144
+ </a>
145
+ </div>
146
+
147
+ ## Prompt template
148
+
149
+ ```
150
+ <|system|>
151
+ {system_prompt}</s>
152
+ <|user|>
153
+ {prompt}</s>
154
+ <|assistant|>
155
+ ```
156
+
157
+ ## Model file specification
158
+
159
+ | Filename | Quant type | File Size | Description |
160
+ | -------- | ---------- | --------- | ----------- |
161
+ | [ghost-7b-v0.9.1-Q2_K.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
162
+ | [ghost-7b-v0.9.1-Q3_K_S.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
163
+ | [ghost-7b-v0.9.1-Q3_K_M.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
164
+ | [ghost-7b-v0.9.1-Q3_K_L.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
165
+ | [ghost-7b-v0.9.1-Q4_0.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
166
+ | [ghost-7b-v0.9.1-Q4_K_S.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
167
+ | [ghost-7b-v0.9.1-Q4_K_M.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
168
+ | [ghost-7b-v0.9.1-Q5_0.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
169
+ | [ghost-7b-v0.9.1-Q5_K_S.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
170
+ | [ghost-7b-v0.9.1-Q5_K_M.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
171
+ | [ghost-7b-v0.9.1-Q6_K.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
172
+ | [ghost-7b-v0.9.1-Q8_0.gguf](https://huggingface.co/tensorblock/ghost-7b-v0.9.1-GGUF/blob/main/ghost-7b-v0.9.1-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
173
+
174
+
175
+ ## Downloading instruction
176
+
177
+ ### Command line
178
+
179
+ Firstly, install Huggingface Client
180
+
181
+ ```shell
182
+ pip install -U "huggingface_hub[cli]"
183
+ ```
184
+
185
+ Then, downoad the individual model file the a local directory
186
+
187
+ ```shell
188
+ huggingface-cli download tensorblock/ghost-7b-v0.9.1-GGUF --include "ghost-7b-v0.9.1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
189
+ ```
190
+
191
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
192
+
193
+ ```shell
194
+ huggingface-cli download tensorblock/ghost-7b-v0.9.1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
195
+ ```
ghost-7b-v0.9.1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f128807796879c6b48c0657748f64325653759bafc9643092ede0ab5aac51284
3
+ size 2719242880
ghost-7b-v0.9.1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb9c2be6b4eadd17f61c51e6f90001a227cbcb82f3a6a3692e310a009b79d782
3
+ size 3822025344
ghost-7b-v0.9.1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3a91adf85e70a70593fe72b4cc6ffabdbb49c89a277cf49853d53e166ad1d09
3
+ size 3518986880
ghost-7b-v0.9.1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b085381c8970e849344322597c450cb84a48d153d80263d121acee3792600c12
3
+ size 3164568192
ghost-7b-v0.9.1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f15e613cc5e88afca37d24ff843f70f1e4004ff10a39280078ae6b5e9802b910
3
+ size 4108917376
ghost-7b-v0.9.1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:03493ff6d9fd9f745de9c5b0bb125a3a550b14ad35f78d62ce72952d58a9858c
3
+ size 4368439936
ghost-7b-v0.9.1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b6db554a50bf6e823178da6d8b1b44f0c3660c2ee121cf951d8e072f9c58187b
3
+ size 4140374656
ghost-7b-v0.9.1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc2a83c071aeade1283dce41ad11251f951398f4d22b555cfe14cb5da5894ed6
3
+ size 4997716608
ghost-7b-v0.9.1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9043921e10cfbac96367a38f63656da96cdd1fc95e0b4107a1ba3192b166c69e
3
+ size 5131410048
ghost-7b-v0.9.1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92f1bfa7fb5278d7605b932773214092e5eb73112d99196b179fcdeb822aa623
3
+ size 4997716608
ghost-7b-v0.9.1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2faaeaea10f861ff8974a4c673d77dc60b0f0695a5686726a62a08b36352fd06
3
+ size 5942065792
ghost-7b-v0.9.1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:939fa9a29d137ab1c87c4f3ac801b7ecb9571a8616c2b2fd4024a7a858173815
3
+ size 7695858304