morriszms commited on
Commit
73bb82f
·
verified ·
1 Parent(s): 8eb9954

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
+ mymodel_v2-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mymodel_v2-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mymodel_v2-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mymodel_v2-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mymodel_v2-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mymodel_v2-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mymodel_v2-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mymodel_v2-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mymodel_v2-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mymodel_v2-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mymodel_v2-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mymodel_v2-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ base_model: peterkang/mymodel_v2
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ ---
7
+
8
+ <div style="width: auto; margin-left: auto; margin-right: auto">
9
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
10
+ </div>
11
+ <div style="display: flex; justify-content: space-between; width: 100%;">
12
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
13
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
14
+ 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>
15
+ </p>
16
+ </div>
17
+ </div>
18
+
19
+ ## peterkang/mymodel_v2 - GGUF
20
+
21
+ This repo contains GGUF format model files for [peterkang/mymodel_v2](https://huggingface.co/peterkang/mymodel_v2).
22
+
23
+ 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).
24
+
25
+ <div style="text-align: left; margin: 20px 0;">
26
+ <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;">
27
+ Run them on the TensorBlock client using your local machine ↗
28
+ </a>
29
+ </div>
30
+
31
+ ## Prompt template
32
+
33
+ ```
34
+
35
+ ```
36
+
37
+ ## Model file specification
38
+
39
+ | Filename | Quant type | File Size | Description |
40
+ | -------- | ---------- | --------- | ----------- |
41
+ | [mymodel_v2-Q2_K.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q2_K.gguf) | Q2_K | 2.679 GB | smallest, significant quality loss - not recommended for most purposes |
42
+ | [mymodel_v2-Q3_K_S.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q3_K_S.gguf) | Q3_K_S | 3.107 GB | very small, high quality loss |
43
+ | [mymodel_v2-Q3_K_M.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q3_K_M.gguf) | Q3_K_M | 3.437 GB | very small, high quality loss |
44
+ | [mymodel_v2-Q3_K_L.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q3_K_L.gguf) | Q3_K_L | 3.719 GB | small, substantial quality loss |
45
+ | [mymodel_v2-Q4_0.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q4_0.gguf) | Q4_0 | 4.004 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
46
+ | [mymodel_v2-Q4_K_S.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q4_K_S.gguf) | Q4_K_S | 4.033 GB | small, greater quality loss |
47
+ | [mymodel_v2-Q4_K_M.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q4_K_M.gguf) | Q4_K_M | 4.245 GB | medium, balanced quality - recommended |
48
+ | [mymodel_v2-Q5_0.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q5_0.gguf) | Q5_0 | 4.847 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
49
+ | [mymodel_v2-Q5_K_S.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q5_K_S.gguf) | Q5_K_S | 4.847 GB | large, low quality loss - recommended |
50
+ | [mymodel_v2-Q5_K_M.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q5_K_M.gguf) | Q5_K_M | 4.972 GB | large, very low quality loss - recommended |
51
+ | [mymodel_v2-Q6_K.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q6_K.gguf) | Q6_K | 5.744 GB | very large, extremely low quality loss |
52
+ | [mymodel_v2-Q8_0.gguf](https://huggingface.co/tensorblock/mymodel_v2-GGUF/blob/main/mymodel_v2-Q8_0.gguf) | Q8_0 | 7.439 GB | very large, extremely low quality loss - not recommended |
53
+
54
+
55
+ ## Downloading instruction
56
+
57
+ ### Command line
58
+
59
+ Firstly, install Huggingface Client
60
+
61
+ ```shell
62
+ pip install -U "huggingface_hub[cli]"
63
+ ```
64
+
65
+ Then, downoad the individual model file the a local directory
66
+
67
+ ```shell
68
+ huggingface-cli download tensorblock/mymodel_v2-GGUF --include "mymodel_v2-Q2_K.gguf" --local-dir MY_LOCAL_DIR
69
+ ```
70
+
71
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/mymodel_v2-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
75
+ ```
mymodel_v2-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:daad869477c64268ad934621808215eff1cdf19a01fc217db99d92a9e99a9919
3
+ size 2876995456
mymodel_v2-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c65b9d0a9233dda95896a8b9ecb0b165b10c87ba7469d6cae17d5661278b6ac7
3
+ size 3993728896
mymodel_v2-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6cec210e71a298a5d2f01f07a3fb4adb9d3d5bca19d68cae521925fe68a971
3
+ size 3690690432
mymodel_v2-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84df96b9847b2d8e9a4adde2dc88bef897b98ff03f672593b6b74cb508b14f96
3
+ size 3336271744
mymodel_v2-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a65fc4fc999effa01d7c466376028621dcd8fab45ce5ed06a767c870428e8e0
3
+ size 4298864512
mymodel_v2-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bd0e4e72e508717de08e9f00366de3611f1c6cff14ebe4b43f99220f11da736
3
+ size 4558387072
mymodel_v2-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84e25d98423dfc8e246c3d522a9061c46d9baa2eb19adade599776882083427c
3
+ size 4330321792
mymodel_v2-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6b1210906e01c0a443bfa6f9f133a97322ece05529a0008442f90720f2448615
3
+ size 5204834176
mymodel_v2-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:53ef3f3203eacc50dd5a9e35b4bee74e5d4927f0abd65e667559567b34c87d6c
3
+ size 5338527616
mymodel_v2-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a834331f8c0736880b5613c8b7f91367988314d0d68e8a3a435d1cd1f6ffccc4
3
+ size 5204834176
mymodel_v2-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7dda63b5b57c59a8e1fe526c44e0e723b4ef29d1db6f5190db8f67bfb2acacd7
3
+ size 6167426944
mymodel_v2-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a20b6864d1180e088f98b214da627c6a53de2edbc5dc6b0c04806b1f9ea8149c
3
+ size 7987754880