morriszms commited on
Commit
8e38769
·
verified ·
1 Parent(s): e1701cd

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
+ StableBeluga-7B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ StableBeluga-7B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ StableBeluga-7B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ StableBeluga-7B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ StableBeluga-7B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ StableBeluga-7B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ StableBeluga-7B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ StableBeluga-7B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ StableBeluga-7B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ StableBeluga-7B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ StableBeluga-7B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ StableBeluga-7B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - conceptofmind/cot_submix_original
4
+ - conceptofmind/flan2021_submix_original
5
+ - conceptofmind/t0_submix_original
6
+ - conceptofmind/niv2_submix_original
7
+ language:
8
+ - en
9
+ pipeline_tag: text-generation
10
+ base_model: stabilityai/StableBeluga-7B
11
+ tags:
12
+ - TensorBlock
13
+ - GGUF
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## stabilityai/StableBeluga-7B - GGUF
28
+
29
+ This repo contains GGUF format model files for [stabilityai/StableBeluga-7B](https://huggingface.co/stabilityai/StableBeluga-7B).
30
+
31
+ 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).
32
+
33
+ ## Prompt template
34
+
35
+ ```
36
+
37
+ ```
38
+
39
+ ## Model file specification
40
+
41
+ | Filename | Quant type | File Size | Description |
42
+ | -------- | ---------- | --------- | ----------- |
43
+ | [StableBeluga-7B-Q2_K.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
44
+ | [StableBeluga-7B-Q3_K_S.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
45
+ | [StableBeluga-7B-Q3_K_M.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
46
+ | [StableBeluga-7B-Q3_K_L.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
47
+ | [StableBeluga-7B-Q4_0.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
48
+ | [StableBeluga-7B-Q4_K_S.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
49
+ | [StableBeluga-7B-Q4_K_M.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
50
+ | [StableBeluga-7B-Q5_0.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
51
+ | [StableBeluga-7B-Q5_K_S.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
52
+ | [StableBeluga-7B-Q5_K_M.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
53
+ | [StableBeluga-7B-Q6_K.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
54
+ | [StableBeluga-7B-Q8_0.gguf](https://huggingface.co/tensorblock/StableBeluga-7B-GGUF/tree/main/StableBeluga-7B-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
55
+
56
+
57
+ ## Downloading instruction
58
+
59
+ ### Command line
60
+
61
+ Firstly, install Huggingface Client
62
+
63
+ ```shell
64
+ pip install -U "huggingface_hub[cli]"
65
+ ```
66
+
67
+ Then, downoad the individual model file the a local directory
68
+
69
+ ```shell
70
+ huggingface-cli download tensorblock/StableBeluga-7B-GGUF --include "StableBeluga-7B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
71
+ ```
72
+
73
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/StableBeluga-7B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
77
+ ```
StableBeluga-7B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:137b8d5fa9e7bd55a94ef275d231e1976518c5336140134e5277f0be6890687a
3
+ size 2532864288
StableBeluga-7B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d6dd5a3e445527b19b4e12dbe8a690ab41554c40a0862016a19222c44c82da2d
3
+ size 3597111584
StableBeluga-7B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e9af79499c595e3a5d0d0a047f58a35cc02d052cc31d15f2beaaec2511c0bc7e
3
+ size 3298005280
StableBeluga-7B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a26f3e952ef1211826d16223388f7c3a01a4cf3f18e41ba81ab8a26654aa4133
3
+ size 2948305184
StableBeluga-7B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ddd29c92d5264373786a715e76dea136f2d7176f53e6f905853019f01e4fddd1
3
+ size 3825807648
StableBeluga-7B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db668ed178b82f8e11df3f608992cc7fab3a941614e8fd73d3d7aa52bfe495b4
3
+ size 4081004832
StableBeluga-7B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cd2780d495ecaca2d603b1ea6e309fa09c8267c9e163d53a5cd7d4b38379dca1
3
+ size 3856740640
StableBeluga-7B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5504f25732a98fa55ad78f472077768e30d38a5568f6d0b573586099248983ed
3
+ size 4651692320
StableBeluga-7B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d822ed9462bfa9e73e5105ad7b9ea69486e764052bd0f592ef26ed3589e10347
3
+ size 4783157536
StableBeluga-7B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:881a5067a508385efcc0b59541cd9a1c811518ca21ddca37419536028f7b4eb9
3
+ size 4651692320
StableBeluga-7B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:889e98641b5c862646d2a5a34d6b6b513d01fdd6c4d04c9860545266cb42723a
3
+ size 5529194784
StableBeluga-7B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:846711de451da521425877737e8b19f4cff2e7369084068c912703f36f5bfed2
3
+ size 7161090336