morriszms commited on
Commit
2763dd8
1 Parent(s): fcd9358

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
+ smol_llama-81M-tied-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ smol_llama-81M-tied-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ smol_llama-81M-tied-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ smol_llama-81M-tied-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ smol_llama-81M-tied-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ smol_llama-81M-tied-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ smol_llama-81M-tied-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ smol_llama-81M-tied-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ smol_llama-81M-tied-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ smol_llama-81M-tied-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ smol_llama-81M-tied-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ smol_llama-81M-tied-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,127 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ thumbnail: https://i.ibb.co/TvyMrRc/rsz-smol-llama-banner.png
4
+ language:
5
+ - en
6
+ inference:
7
+ parameters:
8
+ max_new_tokens: 64
9
+ do_sample: true
10
+ temperature: 0.8
11
+ repetition_penalty: 1.15
12
+ no_repeat_ngram_size: 4
13
+ eta_cutoff: 0.0006
14
+ renormalize_logits: true
15
+ widget:
16
+ - text: My name is El Microondas the Wise and
17
+ example_title: El Microondas
18
+ - text: Kennesaw State University is a public
19
+ example_title: Kennesaw State University
20
+ - text: Bungie Studios is an American video game developer. They are most famous for
21
+ developing the award winning Halo series of video games. They also made Destiny.
22
+ The studio was founded
23
+ example_title: Bungie
24
+ - text: The Mona Lisa is a world-renowned painting created by
25
+ example_title: Mona Lisa
26
+ - text: The Harry Potter series, written by J.K. Rowling, begins with the book titled
27
+ example_title: Harry Potter Series
28
+ - text: 'Question: I have cities, but no houses. I have mountains, but no trees. I
29
+ have water, but no fish. What am I?
30
+
31
+ Answer:'
32
+ example_title: Riddle
33
+ - text: The process of photosynthesis involves the conversion of
34
+ example_title: Photosynthesis
35
+ - text: Jane went to the store to buy some groceries. She picked up apples, oranges,
36
+ and a loaf of bread. When she got home, she realized she forgot
37
+ example_title: Story Continuation
38
+ - text: 'Problem 2: If a train leaves Station A at 9:00 AM and travels at 60 mph,
39
+ and another train leaves Station B at 10:00 AM and travels at 80 mph, when will
40
+ they meet if the distance between the stations is 300 miles?
41
+
42
+ To determine'
43
+ example_title: Math Problem
44
+ - text: In the context of computer programming, an algorithm is
45
+ example_title: Algorithm Definition
46
+ pipeline_tag: text-generation
47
+ tags:
48
+ - smol_llama
49
+ - llama2
50
+ - TensorBlock
51
+ - GGUF
52
+ datasets:
53
+ - JeanKaddour/minipile
54
+ - pszemraj/simple_wikipedia_LM
55
+ - BEE-spoke-data/wikipedia-20230901.en-deduped
56
+ - mattymchen/refinedweb-3m
57
+ base_model: BEE-spoke-data/smol_llama-81M-tied
58
+ ---
59
+
60
+ <div style="width: auto; margin-left: auto; margin-right: auto">
61
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
62
+ </div>
63
+ <div style="display: flex; justify-content: space-between; width: 100%;">
64
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
65
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
66
+ 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>
67
+ </p>
68
+ </div>
69
+ </div>
70
+
71
+ ## BEE-spoke-data/smol_llama-81M-tied - GGUF
72
+
73
+ This repo contains GGUF format model files for [BEE-spoke-data/smol_llama-81M-tied](https://huggingface.co/BEE-spoke-data/smol_llama-81M-tied).
74
+
75
+ 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).
76
+
77
+ <div style="text-align: left; margin: 20px 0;">
78
+ <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;">
79
+ Run them on the TensorBlock client using your local machine ↗
80
+ </a>
81
+ </div>
82
+
83
+ ## Prompt template
84
+
85
+ ```
86
+
87
+ ```
88
+
89
+ ## Model file specification
90
+
91
+ | Filename | Quant type | File Size | Description |
92
+ | -------- | ---------- | --------- | ----------- |
93
+ | [smol_llama-81M-tied-Q2_K.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q2_K.gguf) | Q2_K | 0.039 GB | smallest, significant quality loss - not recommended for most purposes |
94
+ | [smol_llama-81M-tied-Q3_K_S.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q3_K_S.gguf) | Q3_K_S | 0.042 GB | very small, high quality loss |
95
+ | [smol_llama-81M-tied-Q3_K_M.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q3_K_M.gguf) | Q3_K_M | 0.045 GB | very small, high quality loss |
96
+ | [smol_llama-81M-tied-Q3_K_L.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q3_K_L.gguf) | Q3_K_L | 0.047 GB | small, substantial quality loss |
97
+ | [smol_llama-81M-tied-Q4_0.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q4_0.gguf) | Q4_0 | 0.049 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
98
+ | [smol_llama-81M-tied-Q4_K_S.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q4_K_S.gguf) | Q4_K_S | 0.050 GB | small, greater quality loss |
99
+ | [smol_llama-81M-tied-Q4_K_M.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q4_K_M.gguf) | Q4_K_M | 0.051 GB | medium, balanced quality - recommended |
100
+ | [smol_llama-81M-tied-Q5_0.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q5_0.gguf) | Q5_0 | 0.056 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
101
+ | [smol_llama-81M-tied-Q5_K_S.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q5_K_S.gguf) | Q5_K_S | 0.056 GB | large, low quality loss - recommended |
102
+ | [smol_llama-81M-tied-Q5_K_M.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q5_K_M.gguf) | Q5_K_M | 0.057 GB | large, very low quality loss - recommended |
103
+ | [smol_llama-81M-tied-Q6_K.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q6_K.gguf) | Q6_K | 0.063 GB | very large, extremely low quality loss |
104
+ | [smol_llama-81M-tied-Q8_0.gguf](https://huggingface.co/tensorblock/smol_llama-81M-tied-GGUF/blob/main/smol_llama-81M-tied-Q8_0.gguf) | Q8_0 | 0.081 GB | very large, extremely low quality loss - not recommended |
105
+
106
+
107
+ ## Downloading instruction
108
+
109
+ ### Command line
110
+
111
+ Firstly, install Huggingface Client
112
+
113
+ ```shell
114
+ pip install -U "huggingface_hub[cli]"
115
+ ```
116
+
117
+ Then, downoad the individual model file the a local directory
118
+
119
+ ```shell
120
+ huggingface-cli download tensorblock/smol_llama-81M-tied-GGUF --include "smol_llama-81M-tied-Q2_K.gguf" --local-dir MY_LOCAL_DIR
121
+ ```
122
+
123
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
124
+
125
+ ```shell
126
+ huggingface-cli download tensorblock/smol_llama-81M-tied-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
127
+ ```
smol_llama-81M-tied-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c9e05c30100f3284c2db6a980060797d9088026e473d08128719bc0526e32c0
3
+ size 41747712
smol_llama-81M-tied-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cb5d0fc44c8301aede1f3745b31b96b2559b9aeec76dee8cd985d9599ac0507
3
+ size 50816256
smol_llama-81M-tied-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fd2553cf9b5b8510cccdc55a94dd38259de57efa54f983bdd2232a469f1a89ff
3
+ size 48309504
smol_llama-81M-tied-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4a6451589f6591670e63161dd0d9a231e809f7aeac08581a88c1b9d0ee1fc669
3
+ size 45341952
smol_llama-81M-tied-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78e986cbf3181ff9a5c2bebfecb9bddb56dd4d36fae57e7cf9c1f8ef9c589181
3
+ size 52862208
smol_llama-81M-tied-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30031c50c275117791420aaab7c0bb9631d6df5781299c5565d46a582858b709
3
+ size 54382848
smol_llama-81M-tied-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6895577c707c3efc48346e52a91f9524a5c992f595d711c63877b8ad28f549c8
3
+ size 53157120
smol_llama-81M-tied-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25728535a5b2177cba0239bb74d23b69d739ea8379857b901d43044ff9378b0f
3
+ size 59940096
smol_llama-81M-tied-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4d7da5b3e04dfe7fa311d88fc200184540a62e904cbc55f0214cd568cc7e393
3
+ size 60723456
smol_llama-81M-tied-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53df8f0393e0d5345b6548c7a85aaf633e1f73e08ec1e305a6328a9ab14a29cb
3
+ size 59940096
smol_llama-81M-tied-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e85ede37adb6610d4784b872620fadbf79814c89e571c2669e673ed4ed67767
3
+ size 67460352
smol_llama-81M-tied-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7392d389e9be8a47bd4b85843524b459d2f5336aa8eb56658615da742636ae12
3
+ size 87149568