morriszms commited on
Commit
00546a5
·
verified ·
1 Parent(s): b57eb43

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-1L-mini-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-1L-mini-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-1L-mini-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-1L-mini-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-1L-mini-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-1L-mini-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-1L-mini-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-1L-mini-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-1L-mini-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-1L-mini-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-1L-mini-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-1L-mini-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,93 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - generated_from_trainer
4
+ - TensorBlock
5
+ - GGUF
6
+ datasets:
7
+ - roneneldan/TinyStories
8
+ metrics:
9
+ - accuracy
10
+ base_model: nilq/mistral-1L-mini
11
+ model-index:
12
+ - name: mistral-1L-mini
13
+ results:
14
+ - task:
15
+ type: text-generation
16
+ name: Causal Language Modeling
17
+ dataset:
18
+ name: roneneldan/TinyStories
19
+ type: roneneldan/TinyStories
20
+ metrics:
21
+ - type: accuracy
22
+ value: 0.4719044781443692
23
+ name: Accuracy
24
+ ---
25
+
26
+ <div style="width: auto; margin-left: auto; margin-right: auto">
27
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
28
+ </div>
29
+ <div style="display: flex; justify-content: space-between; width: 100%;">
30
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
31
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
32
+ 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>
33
+ </p>
34
+ </div>
35
+ </div>
36
+
37
+ ## nilq/mistral-1L-mini - GGUF
38
+
39
+ This repo contains GGUF format model files for [nilq/mistral-1L-mini](https://huggingface.co/nilq/mistral-1L-mini).
40
+
41
+ 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).
42
+
43
+ <div style="text-align: left; margin: 20px 0;">
44
+ <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;">
45
+ Run them on the TensorBlock client using your local machine ↗
46
+ </a>
47
+ </div>
48
+
49
+ ## Prompt template
50
+
51
+ ```
52
+
53
+ ```
54
+
55
+ ## Model file specification
56
+
57
+ | Filename | Quant type | File Size | Description |
58
+ | -------- | ---------- | --------- | ----------- |
59
+ | [mistral-1L-mini-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q2_K.gguf) | Q2_K | 0.004 GB | smallest, significant quality loss - not recommended for most purposes |
60
+ | [mistral-1L-mini-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q3_K_S.gguf) | Q3_K_S | 0.004 GB | very small, high quality loss |
61
+ | [mistral-1L-mini-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q3_K_M.gguf) | Q3_K_M | 0.004 GB | very small, high quality loss |
62
+ | [mistral-1L-mini-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q3_K_L.gguf) | Q3_K_L | 0.004 GB | small, substantial quality loss |
63
+ | [mistral-1L-mini-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q4_0.gguf) | Q4_0 | 0.004 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
64
+ | [mistral-1L-mini-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q4_K_S.gguf) | Q4_K_S | 0.004 GB | small, greater quality loss |
65
+ | [mistral-1L-mini-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q4_K_M.gguf) | Q4_K_M | 0.004 GB | medium, balanced quality - recommended |
66
+ | [mistral-1L-mini-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q5_0.gguf) | Q5_0 | 0.004 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
67
+ | [mistral-1L-mini-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q5_K_S.gguf) | Q5_K_S | 0.004 GB | large, low quality loss - recommended |
68
+ | [mistral-1L-mini-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q5_K_M.gguf) | Q5_K_M | 0.004 GB | large, very low quality loss - recommended |
69
+ | [mistral-1L-mini-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q6_K.gguf) | Q6_K | 0.005 GB | very large, extremely low quality loss |
70
+ | [mistral-1L-mini-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-1L-mini-GGUF/blob/main/mistral-1L-mini-Q8_0.gguf) | Q8_0 | 0.005 GB | very large, extremely low quality loss - not recommended |
71
+
72
+
73
+ ## Downloading instruction
74
+
75
+ ### Command line
76
+
77
+ Firstly, install Huggingface Client
78
+
79
+ ```shell
80
+ pip install -U "huggingface_hub[cli]"
81
+ ```
82
+
83
+ Then, downoad the individual model file the a local directory
84
+
85
+ ```shell
86
+ huggingface-cli download tensorblock/mistral-1L-mini-GGUF --include "mistral-1L-mini-Q2_K.gguf" --local-dir MY_LOCAL_DIR
87
+ ```
88
+
89
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
90
+
91
+ ```shell
92
+ huggingface-cli download tensorblock/mistral-1L-mini-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
93
+ ```
mistral-1L-mini-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:030add2e0e98d8ff95e1a0c0b07d4b2af045fcc510c995597bebd5e6016da20d
3
+ size 4068256
mistral-1L-mini-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9bd319615514b2c7b84eaf692811290905568cd41b5fa73d4866e0e949d33c21
3
+ size 4070944
mistral-1L-mini-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d05048b770b637efc0e71a9fe284b2e07700bd214de304bae1e3ca680ae5d04
3
+ size 4070176
mistral-1L-mini-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:711a766ac011fa0fb9f6cefe772eb0ecc6f4e90b57bb9b19285a74670ccdcb4a
3
+ size 4068256
mistral-1L-mini-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:caada38fa3de8416a307c744c8fd6fb691873280fa35b38dcb28acaa19d06f9c
3
+ size 4068256
mistral-1L-mini-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ff8a467c238df311cdf4e8ee26ea1eb495baaaa85bf1c55eaf3cd81d7802ba8
3
+ size 4332704
mistral-1L-mini-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8dd85f36bb7e6c43e556bd2c3251ed010db767f08b79087788c6bb4d1f36fa7
3
+ size 4328992
mistral-1L-mini-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f526eb860a807137d41d66bfd3d26c8d89d3d6883bd81e4030b09e5c99c6c62f
3
+ size 4328864
mistral-1L-mini-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9b02a82234f48bd15d21ff6f3f4a90d18450b3aac6653d060a2049215c7e2e6
3
+ size 4462368
mistral-1L-mini-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9925db8a2ff1fd0efb82542c57e09e5c74339e7300a926ba5faa1c59c5d420b5
3
+ size 4459168
mistral-1L-mini-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9a77b171b3f0c90058bea75ee30e7104292ac2df570d7d1a70cddbdc21638006
3
+ size 5110688
mistral-1L-mini-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1718d7009967745922977e914c585ee45bcb5ef303b9b0cb24ef466f5458eb4e
3
+ size 5110688