morriszms commited on
Commit
80e0b70
·
verified ·
1 Parent(s): 54ac4e2

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
+ where-llambo-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ where-llambo-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ where-llambo-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ where-llambo-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ where-llambo-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ where-llambo-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ where-llambo-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ where-llambo-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ where-llambo-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ where-llambo-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ where-llambo-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ where-llambo-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ base_model: amazingvince/where-llambo-7b
4
+ tags:
5
+ - TensorBlock
6
+ - GGUF
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## amazingvince/where-llambo-7b - GGUF
21
+
22
+ This repo contains GGUF format model files for [amazingvince/where-llambo-7b](https://huggingface.co/amazingvince/where-llambo-7b).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|system|>
36
+ {system_prompt}</s>
37
+ <|user|>
38
+ {prompt}</s>
39
+ <|assistant|>
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [where-llambo-7b-Q2_K.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [where-llambo-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
48
+ | [where-llambo-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q3_K_M.gguf) | Q3_K_M | 3.278 GB | very small, high quality loss |
49
+ | [where-llambo-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
50
+ | [where-llambo-7b-Q4_0.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [where-llambo-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
52
+ | [where-llambo-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q4_K_M.gguf) | Q4_K_M | 4.069 GB | medium, balanced quality - recommended |
53
+ | [where-llambo-7b-Q5_0.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q5_0.gguf) | Q5_0 | 4.655 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [where-llambo-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q5_K_S.gguf) | Q5_K_S | 4.655 GB | large, low quality loss - recommended |
55
+ | [where-llambo-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q5_K_M.gguf) | Q5_K_M | 4.780 GB | large, very low quality loss - recommended |
56
+ | [where-llambo-7b-Q6_K.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q6_K.gguf) | Q6_K | 5.535 GB | very large, extremely low quality loss |
57
+ | [where-llambo-7b-Q8_0.gguf](https://huggingface.co/tensorblock/where-llambo-7b-GGUF/blob/main/where-llambo-7b-Q8_0.gguf) | Q8_0 | 7.168 GB | very large, extremely low quality loss - not recommended |
58
+
59
+
60
+ ## Downloading instruction
61
+
62
+ ### Command line
63
+
64
+ Firstly, install Huggingface Client
65
+
66
+ ```shell
67
+ pip install -U "huggingface_hub[cli]"
68
+ ```
69
+
70
+ Then, downoad the individual model file the a local directory
71
+
72
+ ```shell
73
+ huggingface-cli download tensorblock/where-llambo-7b-GGUF --include "where-llambo-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
74
+ ```
75
+
76
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/where-llambo-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
where-llambo-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed4edf7fcbacd2f959007398b38b9a0718d4af95d98aa13f32684613c3d75654
3
+ size 2719845024
where-llambo-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:938c92f5d6bda629dcdbd5a4e11060be5c07ba2a7d0289fe8539f4fe7cbae79f
3
+ size 3822680736
where-llambo-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0477fe1b206e89c1d46447db57a11f1543eb0789551f8139bb62693a6fe3f13c
3
+ size 3519642272
where-llambo-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77cfde39db1f92c74b21a3f66c31aa3bf9ea85707b735b2f393b454f30bc6be3
3
+ size 3165223584
where-llambo-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:741fee4ec233b3bbd134827f0688fa858b6f20ed1c38d43d1a07a0191ddeefe0
3
+ size 4109642400
where-llambo-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:255ebe7c25072c38584d78fc6c3e962b4df609136d2a327488f80df006a41e53
3
+ size 4369164960
where-llambo-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:47a00a4b3069feb466324096f481f16e0698ed32a86683e88fac44873d4a430a
3
+ size 4141099680
where-llambo-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cca57adbaf869e92cc743a572d317765dd0b87a66821330cde35d6bfbf10451f
3
+ size 4998507168
where-llambo-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d49d923c7ea211a86a509cb08d3b3aff5620a6119cdf37abf91538e5e348c20d
3
+ size 5132200608
where-llambo-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053c218a52d3c1b9e11ca8306b274939f7fed32182d6c86888aebbfaf4092cb7
3
+ size 4998507168
where-llambo-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9398da4966f7e204738af09776ebb904adec0d2e1bbb1cd4593a3d15231e4838
3
+ size 5942925984
where-llambo-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a4c185c1376e391219c74458dfc167800963631f1cf578dab45a23ce5e2a90c2
3
+ size 7696972448