morriszms commited on
Commit
028cdce
·
verified ·
1 Parent(s): 1bccf43

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-tiny-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mistral-1L-tiny-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mistral-1L-tiny-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mistral-1L-tiny-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mistral-1L-tiny-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mistral-1L-tiny-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mistral-1L-tiny-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mistral-1L-tiny-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mistral-1L-tiny-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mistral-1L-tiny-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mistral-1L-tiny-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mistral-1L-tiny-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-tiny
11
+ model-index:
12
+ - name: mistral-1L-tiny
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.5792084706530948
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-tiny - GGUF
38
+
39
+ This repo contains GGUF format model files for [nilq/mistral-1L-tiny](https://huggingface.co/nilq/mistral-1L-tiny).
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-tiny-Q2_K.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q2_K.gguf) | Q2_K | 0.020 GB | smallest, significant quality loss - not recommended for most purposes |
60
+ | [mistral-1L-tiny-Q3_K_S.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q3_K_S.gguf) | Q3_K_S | 0.022 GB | very small, high quality loss |
61
+ | [mistral-1L-tiny-Q3_K_M.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q3_K_M.gguf) | Q3_K_M | 0.022 GB | very small, high quality loss |
62
+ | [mistral-1L-tiny-Q3_K_L.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q3_K_L.gguf) | Q3_K_L | 0.022 GB | small, substantial quality loss |
63
+ | [mistral-1L-tiny-Q4_0.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q4_0.gguf) | Q4_0 | 0.025 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
64
+ | [mistral-1L-tiny-Q4_K_S.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q4_K_S.gguf) | Q4_K_S | 0.025 GB | small, greater quality loss |
65
+ | [mistral-1L-tiny-Q4_K_M.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q4_K_M.gguf) | Q4_K_M | 0.025 GB | medium, balanced quality - recommended |
66
+ | [mistral-1L-tiny-Q5_0.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q5_0.gguf) | Q5_0 | 0.027 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
67
+ | [mistral-1L-tiny-Q5_K_S.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q5_K_S.gguf) | Q5_K_S | 0.027 GB | large, low quality loss - recommended |
68
+ | [mistral-1L-tiny-Q5_K_M.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q5_K_M.gguf) | Q5_K_M | 0.027 GB | large, very low quality loss - recommended |
69
+ | [mistral-1L-tiny-Q6_K.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q6_K.gguf) | Q6_K | 0.030 GB | very large, extremely low quality loss |
70
+ | [mistral-1L-tiny-Q8_0.gguf](https://huggingface.co/tensorblock/mistral-1L-tiny-GGUF/blob/main/mistral-1L-tiny-Q8_0.gguf) | Q8_0 | 0.038 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-tiny-GGUF --include "mistral-1L-tiny-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-tiny-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
93
+ ```
mistral-1L-tiny-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ec2e5fff640c0f50216e14ae6bb090ab752732cc1a9961d747f1986e254049
3
+ size 20408224
mistral-1L-tiny-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a8e3dd3e72186e5564c4367e04c814a7bea1774d903a08c954d9218d3857c437
3
+ size 22455200
mistral-1L-tiny-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0ad1e4b92a4f2fa53700b99c0f3b25056efc0666ffb2920c2d662081fa6194a1
3
+ size 22356896
mistral-1L-tiny-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07c017e50ac89800b1055764de81bf085049c73e24ebf5171e724f45cf98b863
3
+ size 22218656
mistral-1L-tiny-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e6a459841a45c0656d9d1410d286127ec8d67ccd960ffec75893b5f58072101a
3
+ size 24708000
mistral-1L-tiny-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dd80e8aacc3a03c2e851f4e581324f8f6cf28d10872233b04e0028eedceb41a
3
+ size 24876960
mistral-1L-tiny-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16fa2762119d39e47f37af3c75dfaa14a04c37dea560fd9acbef3c2aae1dbd89
3
+ size 24724384
mistral-1L-tiny-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:16cda34ed515e7bc9d12d4cbad507d159b22a95d2e63759383e7588e37883954
3
+ size 27050912
mistral-1L-tiny-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:71988c778085c51b0a902dc942b95c23501967f8e49b69379812f38daf65b5c0
3
+ size 27137952
mistral-1L-tiny-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdf302d3594f91c25ff1c1fb6b817c1a74720924a66f3c0775b91307d05af411
3
+ size 27050912
mistral-1L-tiny-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bafdb007008b4b9b7ed7cf20292ccaa7042f38e2690c2d9878a85e1bcd3ce8b8
3
+ size 29540256
mistral-1L-tiny-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9d997cb3fec10918a81b3367117d1d6d950ea506f2c89d2cfaa3a2ca20912f4d
3
+ size 38047648