morriszms commited on
Commit
c2a507e
·
verified ·
1 Parent(s): d790147

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
+ mistral_v1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral_v1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral_v1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral_v1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral_v1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral_v1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral_v1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral_v1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral_v1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral_v1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral_v1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral_v1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,179 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: vikash06/mistral_v1
7
+ model-index:
8
+ - name: mistral_v1
9
+ results:
10
+ - task:
11
+ type: text-generation
12
+ name: Text Generation
13
+ dataset:
14
+ name: AI2 Reasoning Challenge (25-Shot)
15
+ type: ai2_arc
16
+ config: ARC-Challenge
17
+ split: test
18
+ args:
19
+ num_few_shot: 25
20
+ metrics:
21
+ - type: acc_norm
22
+ value: 47.01
23
+ name: normalized accuracy
24
+ source:
25
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=vikash06/mistral_v1
26
+ name: Open LLM Leaderboard
27
+ - task:
28
+ type: text-generation
29
+ name: Text Generation
30
+ dataset:
31
+ name: HellaSwag (10-Shot)
32
+ type: hellaswag
33
+ split: validation
34
+ args:
35
+ num_few_shot: 10
36
+ metrics:
37
+ - type: acc_norm
38
+ value: 67.58
39
+ name: normalized accuracy
40
+ source:
41
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=vikash06/mistral_v1
42
+ name: Open LLM Leaderboard
43
+ - task:
44
+ type: text-generation
45
+ name: Text Generation
46
+ dataset:
47
+ name: MMLU (5-Shot)
48
+ type: cais/mmlu
49
+ config: all
50
+ split: test
51
+ args:
52
+ num_few_shot: 5
53
+ metrics:
54
+ - type: acc
55
+ value: 48.68
56
+ name: accuracy
57
+ source:
58
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=vikash06/mistral_v1
59
+ name: Open LLM Leaderboard
60
+ - task:
61
+ type: text-generation
62
+ name: Text Generation
63
+ dataset:
64
+ name: TruthfulQA (0-shot)
65
+ type: truthful_qa
66
+ config: multiple_choice
67
+ split: validation
68
+ args:
69
+ num_few_shot: 0
70
+ metrics:
71
+ - type: mc2
72
+ value: 37.53
73
+ source:
74
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=vikash06/mistral_v1
75
+ name: Open LLM Leaderboard
76
+ - task:
77
+ type: text-generation
78
+ name: Text Generation
79
+ dataset:
80
+ name: Winogrande (5-shot)
81
+ type: winogrande
82
+ config: winogrande_xl
83
+ split: validation
84
+ args:
85
+ num_few_shot: 5
86
+ metrics:
87
+ - type: acc
88
+ value: 64.8
89
+ name: accuracy
90
+ source:
91
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=vikash06/mistral_v1
92
+ name: Open LLM Leaderboard
93
+ - task:
94
+ type: text-generation
95
+ name: Text Generation
96
+ dataset:
97
+ name: GSM8k (5-shot)
98
+ type: gsm8k
99
+ config: main
100
+ split: test
101
+ args:
102
+ num_few_shot: 5
103
+ metrics:
104
+ - type: acc
105
+ value: 9.48
106
+ name: accuracy
107
+ source:
108
+ url: https://huggingface.co/spaces/HuggingFaceH4/open_llm_leaderboard?query=vikash06/mistral_v1
109
+ name: Open LLM Leaderboard
110
+ ---
111
+
112
+ <div style="width: auto; margin-left: auto; margin-right: auto">
113
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
114
+ </div>
115
+ <div style="display: flex; justify-content: space-between; width: 100%;">
116
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
117
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
118
+ 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>
119
+ </p>
120
+ </div>
121
+ </div>
122
+
123
+ ## vikash06/mistral_v1 - GGUF
124
+
125
+ This repo contains GGUF format model files for [vikash06/mistral_v1](https://huggingface.co/vikash06/mistral_v1).
126
+
127
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](https://github.com/ggerganov/llama.cpp/commit/a6744e43e80f4be6398fc7733a01642c846dce1d).
128
+
129
+ <div style="text-align: left; margin: 20px 0;">
130
+ <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;">
131
+ Run them on the TensorBlock client using your local machine ↗
132
+ </a>
133
+ </div>
134
+
135
+ ## Prompt template
136
+
137
+ ```
138
+
139
+ ```
140
+
141
+ ## Model file specification
142
+
143
+ | Filename | Quant type | File Size | Description |
144
+ | -------- | ---------- | --------- | ----------- |
145
+ | [mistral_v1-Q2_K.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
146
+ | [mistral_v1-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
147
+ | [mistral_v1-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
148
+ | [mistral_v1-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
149
+ | [mistral_v1-Q4_0.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
150
+ | [mistral_v1-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
151
+ | [mistral_v1-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
152
+ | [mistral_v1-Q5_0.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
153
+ | [mistral_v1-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
154
+ | [mistral_v1-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
155
+ | [mistral_v1-Q6_K.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
156
+ | [mistral_v1-Q8_0.gguf](https://huggingface.co/tensorblock/mistral_v1-GGUF/blob/main/mistral_v1-Q8_0.gguf) | Q8_0 | 7.696 GB | very large, extremely low quality loss - not recommended |
157
+
158
+
159
+ ## Downloading instruction
160
+
161
+ ### Command line
162
+
163
+ Firstly, install Huggingface Client
164
+
165
+ ```shell
166
+ pip install -U "huggingface_hub[cli]"
167
+ ```
168
+
169
+ Then, downoad the individual model file the a local directory
170
+
171
+ ```shell
172
+ huggingface-cli download tensorblock/mistral_v1-GGUF --include "mistral_v1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
173
+ ```
174
+
175
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
176
+
177
+ ```shell
178
+ huggingface-cli download tensorblock/mistral_v1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
179
+ ```
mistral_v1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bd1620e8ef5e56ff063d4254e11959f1b871ec10e2156fd9d38e217c56687094
3
+ size 2719242176
mistral_v1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b55c23f87b2c3dbff926b57c35e03a7fb69c6a151fccf224a03603fe03a22467
3
+ size 3822024640
mistral_v1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4cf293d12cc102e1ab369e5fca197003d36f7bf25eb6a08a2632597e65861499
3
+ size 3518986176
mistral_v1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ba9c416e45f2018ab236ef443fe261b7d328f9b2a72d9d09d4ff701960edf8
3
+ size 3164567488
mistral_v1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a470ba19efc5edd740bb7fad475f6c99e47cddf21c343e58dc09492b1421abd
3
+ size 4108916672
mistral_v1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:26989e645f4e7276d1bf7810fd2a16c24606d036ec3c2bea7e5eeab7018d1825
3
+ size 4368439232
mistral_v1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6efcec953623ad5a01fbeb89ef723ec1dc665d7c4ecdb2983a6d6ef2a737e1a7
3
+ size 4140373952
mistral_v1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e7cf280b16cba98a471053596125a969866b8cd8348759b3015374932d1e734f
3
+ size 4997715904
mistral_v1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1aa48d1e6f3f5d664e5aa40e03f05fe13455866125c696efad4a2f787992faea
3
+ size 5131409344
mistral_v1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a86ef1a2514d5a89adaeb2ba8f20d0170755f8e0875c46d5c57abc0453d334a1
3
+ size 4997715904
mistral_v1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3910ed97ee8e9555c7968294c370cd54a0d75c01a170f0c298f6ffb8ff5c1633
3
+ size 5942065088
mistral_v1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ca46221c13b4d0a9093e500ab7a48318830149901bb738d728a3c05f1e58f2c
3
+ size 7695857600