morriszms commited on
Commit
bb01d7f
·
verified ·
1 Parent(s): d07d148

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
+ gemmainstructwithcontext-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gemmainstructwithcontext-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gemmainstructwithcontext-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gemmainstructwithcontext-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gemmainstructwithcontext-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gemmainstructwithcontext-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gemmainstructwithcontext-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gemmainstructwithcontext-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gemmainstructwithcontext-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gemmainstructwithcontext-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gemmainstructwithcontext-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gemmainstructwithcontext-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - trl
5
+ - sft
6
+ - TensorBlock
7
+ - GGUF
8
+ base_model: MaheshKumarK/gemmainstructwithcontext
9
+ ---
10
+
11
+ <div style="width: auto; margin-left: auto; margin-right: auto">
12
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
13
+ </div>
14
+ <div style="display: flex; justify-content: space-between; width: 100%;">
15
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
16
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
17
+ 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>
18
+ </p>
19
+ </div>
20
+ </div>
21
+
22
+ ## MaheshKumarK/gemmainstructwithcontext - GGUF
23
+
24
+ This repo contains GGUF format model files for [MaheshKumarK/gemmainstructwithcontext](https://huggingface.co/MaheshKumarK/gemmainstructwithcontext).
25
+
26
+ 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).
27
+
28
+ <div style="text-align: left; margin: 20px 0;">
29
+ <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;">
30
+ Run them on the TensorBlock client using your local machine ↗
31
+ </a>
32
+ </div>
33
+
34
+ ## Prompt template
35
+
36
+ ```
37
+ <bos><start_of_turn>user
38
+ {prompt}<end_of_turn>
39
+ <start_of_turn>model
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [gemmainstructwithcontext-Q2_K.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q2_K.gguf) | Q2_K | 1.230 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [gemmainstructwithcontext-Q3_K_S.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q3_K_S.gguf) | Q3_K_S | 1.361 GB | very small, high quality loss |
48
+ | [gemmainstructwithcontext-Q3_K_M.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q3_K_M.gguf) | Q3_K_M | 1.462 GB | very small, high quality loss |
49
+ | [gemmainstructwithcontext-Q3_K_L.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q3_K_L.gguf) | Q3_K_L | 1.550 GB | small, substantial quality loss |
50
+ | [gemmainstructwithcontext-Q4_0.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q4_0.gguf) | Q4_0 | 1.630 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [gemmainstructwithcontext-Q4_K_S.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q4_K_S.gguf) | Q4_K_S | 1.639 GB | small, greater quality loss |
52
+ | [gemmainstructwithcontext-Q4_K_M.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q4_K_M.gguf) | Q4_K_M | 1.709 GB | medium, balanced quality - recommended |
53
+ | [gemmainstructwithcontext-Q5_0.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q5_0.gguf) | Q5_0 | 1.883 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [gemmainstructwithcontext-Q5_K_S.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q5_K_S.gguf) | Q5_K_S | 1.883 GB | large, low quality loss - recommended |
55
+ | [gemmainstructwithcontext-Q5_K_M.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q5_K_M.gguf) | Q5_K_M | 1.923 GB | large, very low quality loss - recommended |
56
+ | [gemmainstructwithcontext-Q6_K.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q6_K.gguf) | Q6_K | 2.151 GB | very large, extremely low quality loss |
57
+ | [gemmainstructwithcontext-Q8_0.gguf](https://huggingface.co/tensorblock/gemmainstructwithcontext-GGUF/blob/main/gemmainstructwithcontext-Q8_0.gguf) | Q8_0 | 2.784 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/gemmainstructwithcontext-GGUF --include "gemmainstructwithcontext-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/gemmainstructwithcontext-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
gemmainstructwithcontext-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2664662df7e541afdadb760eaad9a2345fbbeb15323f478709241ace384ce265
3
+ size 1229829696
gemmainstructwithcontext-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8daef34f42b85e3d273c170ec72bb072e23256d282b0a3fd39d6a2decf847a40
3
+ size 1550435904
gemmainstructwithcontext-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7770a45f61e9232a1e24d09a44f882ba3419792569099c9b5ad3f5c1d6195c3c
3
+ size 1461667392
gemmainstructwithcontext-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:be4b9732263214ee6f9197cf12b98d87ea2365e36d6eec78aea07d3d0a4b9e4c
3
+ size 1360660032
gemmainstructwithcontext-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:576485f5e4f279a071f74534a8c83707ed4f167b1e951cd5f0923d146ff31001
3
+ size 1629509184
gemmainstructwithcontext-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23d4949e3b2c9551a89a5b9a062445309957d20998e73403c62f4dc698e0a424
3
+ size 1708582464
gemmainstructwithcontext-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1359e462f88f6031255c437ce18858ba07e04256c1f931769b07f6440834318a
3
+ size 1638651456
gemmainstructwithcontext-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d1e8ac451698d7de59b0ea76773a0dda9930ef8714077734dab98f2e17e38b3
3
+ size 1882543680
gemmainstructwithcontext-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:44eb61b5b7afa872599ded9f902d55ff7ab4f6142d290518e67ea5382b1de480
3
+ size 1923278400
gemmainstructwithcontext-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5842e1e3082b0f5a12bf94e94773d6962c4780d7cf0511e12bc142d4dcd717e
3
+ size 1882543680
gemmainstructwithcontext-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e611660bfe8fa8f07c023b1ef777e480d1d3398c0f3ccdbdbdf6d7a562dde75
3
+ size 2151392832
gemmainstructwithcontext-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4f6e593250783a0c6023bca94fe343404fd51b1c401caf8c160cc3c7791b9f80
3
+ size 2784495168