morriszms commited on
Commit
b7b446b
·
verified ·
1 Parent(s): 74fd05c

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
+ testmod-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ testmod-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ testmod-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ testmod-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ testmod-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ testmod-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ testmod-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ testmod-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ testmod-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ testmod-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ testmod-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ testmod-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - conversational
4
+ - TensorBlock
5
+ - GGUF
6
+ pipeline_tag: text-generation
7
+ library_name: transformers
8
+ base_model: dierce/testmod
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
+ ## dierce/testmod - GGUF
23
+
24
+ This repo contains GGUF format model files for [dierce/testmod](https://huggingface.co/dierce/testmod).
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
+ {system_prompt}<|endoftext|>{prompt}<|endoftext|>
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [testmod-Q2_K.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q2_K.gguf) | Q2_K | 0.081 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [testmod-Q3_K_S.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q3_K_S.gguf) | Q3_K_S | 0.090 GB | very small, high quality loss |
46
+ | [testmod-Q3_K_M.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q3_K_M.gguf) | Q3_K_M | 0.098 GB | very small, high quality loss |
47
+ | [testmod-Q3_K_L.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q3_K_L.gguf) | Q3_K_L | 0.102 GB | small, substantial quality loss |
48
+ | [testmod-Q4_0.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q4_0.gguf) | Q4_0 | 0.107 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [testmod-Q4_K_S.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q4_K_S.gguf) | Q4_K_S | 0.107 GB | small, greater quality loss |
50
+ | [testmod-Q4_K_M.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q4_K_M.gguf) | Q4_K_M | 0.113 GB | medium, balanced quality - recommended |
51
+ | [testmod-Q5_0.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q5_0.gguf) | Q5_0 | 0.122 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [testmod-Q5_K_S.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q5_K_S.gguf) | Q5_K_S | 0.122 GB | large, low quality loss - recommended |
53
+ | [testmod-Q5_K_M.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q5_K_M.gguf) | Q5_K_M | 0.127 GB | large, very low quality loss - recommended |
54
+ | [testmod-Q6_K.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q6_K.gguf) | Q6_K | 0.138 GB | very large, extremely low quality loss |
55
+ | [testmod-Q8_0.gguf](https://huggingface.co/tensorblock/testmod-GGUF/blob/main/testmod-Q8_0.gguf) | Q8_0 | 0.178 GB | very large, extremely low quality loss - not recommended |
56
+
57
+
58
+ ## Downloading instruction
59
+
60
+ ### Command line
61
+
62
+ Firstly, install Huggingface Client
63
+
64
+ ```shell
65
+ pip install -U "huggingface_hub[cli]"
66
+ ```
67
+
68
+ Then, downoad the individual model file the a local directory
69
+
70
+ ```shell
71
+ huggingface-cli download tensorblock/testmod-GGUF --include "testmod-Q2_K.gguf" --local-dir MY_LOCAL_DIR
72
+ ```
73
+
74
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
75
+
76
+ ```shell
77
+ huggingface-cli download tensorblock/testmod-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
testmod-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:887e79a8a3a79253e5fe8adb84206e188819c3e5bad6e2ba8bb737324581c2a6
3
+ size 81196704
testmod-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2d861e098114677c76820d36145ac8c10718a8069b1287cfc0a0140992afe556
3
+ size 102092640
testmod-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a5bc4973e6b06267f7073ca41767a34fce4c1fddd0c65f1cd98f54c53a21a000
3
+ size 97668960
testmod-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d5c7e76112fedf0afb34508bff7cd6a01223959f6a3b1ed4b4102673921a4071
3
+ size 90148704
testmod-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d8c4facd1fffc3bb45f2507854601fae75c5f6574a9178adf929935588eb9a18
3
+ size 106555296
testmod-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:42605368cc807607f116819f02cc2a1f513588029cbd222042dec6f83b85fc01
3
+ size 112859040
testmod-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6699dd84aafd322ed1414975ae3e3411e2ed0ae11190ece9320990998ba9a5c6
3
+ size 106850208
testmod-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:db7543504d9eab355498beb59ddf0a2fd71297530c9e41ca464d470da915c0f5
3
+ size 121996800
testmod-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:04e2d4e6ed6441d77455cc8666546f92604879f6251aed85eb9c358465cd972c
3
+ size 126696960
testmod-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aff0fa723ef88e98391a8281e06503cf604dd6caf1121150ba7272997648e56e
3
+ size 121996800
testmod-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:60b964e37e98eafe03f0c241f4b04816ddd0fcee1515ca14ff84ba6c12181c2b
3
+ size 138403392
testmod-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8bc9894462bd95689b0a3179591227338c8fbaeda551efa7f6c60a405bfdfa3b
3
+ size 177669120