morriszms commited on
Commit
5677046
·
verified ·
1 Parent(s): 3ca5c9c

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
+ gpt2-large-lora-sft1-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ gpt2-large-lora-sft1-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ gpt2-large-lora-sft1-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ gpt2-large-lora-sft1-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ gpt2-large-lora-sft1-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ gpt2-large-lora-sft1-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ gpt2-large-lora-sft1-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ gpt2-large-lora-sft1-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ gpt2-large-lora-sft1-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ gpt2-large-lora-sft1-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ gpt2-large-lora-sft1-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ gpt2-large-lora-sft1-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: Mikivis/gpt2-large-lora-sft1
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
+ ## Mikivis/gpt2-large-lora-sft1 - GGUF
21
+
22
+ This repo contains GGUF format model files for [Mikivis/gpt2-large-lora-sft1](https://huggingface.co/Mikivis/gpt2-large-lora-sft1).
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
+
36
+ ```
37
+
38
+ ## Model file specification
39
+
40
+ | Filename | Quant type | File Size | Description |
41
+ | -------- | ---------- | --------- | ----------- |
42
+ | [gpt2-large-lora-sft1-Q2_K.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q2_K.gguf) | Q2_K | 0.322 GB | smallest, significant quality loss - not recommended for most purposes |
43
+ | [gpt2-large-lora-sft1-Q3_K_S.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q3_K_S.gguf) | Q3_K_S | 0.367 GB | very small, high quality loss |
44
+ | [gpt2-large-lora-sft1-Q3_K_M.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q3_K_M.gguf) | Q3_K_M | 0.427 GB | very small, high quality loss |
45
+ | [gpt2-large-lora-sft1-Q3_K_L.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q3_K_L.gguf) | Q3_K_L | 0.460 GB | small, substantial quality loss |
46
+ | [gpt2-large-lora-sft1-Q4_0.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q4_0.gguf) | Q4_0 | 0.462 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
47
+ | [gpt2-large-lora-sft1-Q4_K_S.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q4_K_S.gguf) | Q4_K_S | 0.465 GB | small, greater quality loss |
48
+ | [gpt2-large-lora-sft1-Q4_K_M.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q4_K_M.gguf) | Q4_K_M | 0.511 GB | medium, balanced quality - recommended |
49
+ | [gpt2-large-lora-sft1-Q5_0.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q5_0.gguf) | Q5_0 | 0.552 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
50
+ | [gpt2-large-lora-sft1-Q5_K_S.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q5_K_S.gguf) | Q5_K_S | 0.552 GB | large, low quality loss - recommended |
51
+ | [gpt2-large-lora-sft1-Q5_K_M.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q5_K_M.gguf) | Q5_K_M | 0.589 GB | large, very low quality loss - recommended |
52
+ | [gpt2-large-lora-sft1-Q6_K.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q6_K.gguf) | Q6_K | 0.648 GB | very large, extremely low quality loss |
53
+ | [gpt2-large-lora-sft1-Q8_0.gguf](https://huggingface.co/tensorblock/gpt2-large-lora-sft1-GGUF/blob/main/gpt2-large-lora-sft1-Q8_0.gguf) | Q8_0 | 0.836 GB | very large, extremely low quality loss - not recommended |
54
+
55
+
56
+ ## Downloading instruction
57
+
58
+ ### Command line
59
+
60
+ Firstly, install Huggingface Client
61
+
62
+ ```shell
63
+ pip install -U "huggingface_hub[cli]"
64
+ ```
65
+
66
+ Then, downoad the individual model file the a local directory
67
+
68
+ ```shell
69
+ huggingface-cli download tensorblock/gpt2-large-lora-sft1-GGUF --include "gpt2-large-lora-sft1-Q2_K.gguf" --local-dir MY_LOCAL_DIR
70
+ ```
71
+
72
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/gpt2-large-lora-sft1-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
76
+ ```
gpt2-large-lora-sft1-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0195f162f8383c337f5e7e32e77d239cde1bea8c23d77b3939c003faa5ab7ad9
3
+ size 345513792
gpt2-large-lora-sft1-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:79102c7a4b88472a8c585150875bb932909557c508afd4c605235085efddf6d7
3
+ size 493512800
gpt2-large-lora-sft1-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfc19afec29c3024b1c05f0985c6a821edb880890ae48fd5cd06ba53f5ed1c34
3
+ size 458287200
gpt2-large-lora-sft1-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:84ef93aa41d7e56e743ddf619c765f85edb19ca85d2d82956ca044f945445633
3
+ size 393980000
gpt2-large-lora-sft1-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5fdec952bdcbfe1592fd3a90c78ecb016f0690367f69c98f3f94d04119aaea10
3
+ size 496526880
gpt2-large-lora-sft1-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:471655faa113443806bb2a0025655245f9b3e19038b36dcd18c11a297646d6ee
3
+ size 549058080
gpt2-large-lora-sft1-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d686b0ed1db478164addecd4f920fb78198324d5400c201534a012cb6244ece
3
+ size 499803680
gpt2-large-lora-sft1-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:67f5cc05d106e2cfce4c50e897c1d508fb98816ae12b88bcaa9c6eabe35c5086
3
+ size 593041600
gpt2-large-lora-sft1-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:753ee70c18be90515d0d06de7c76f425d0bf89fe97cf75895c70905a4ed2bf86
3
+ size 632209600
gpt2-large-lora-sft1-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ab4691989fda68193e7479dbde0f83bf610c34c7b8293ca7f7ba30c72ddfa9fd
3
+ size 593041600
gpt2-large-lora-sft1-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35e24047572b513404346dacfa1afed99d241c91a3807cbb9e98361764dcabee
3
+ size 695588480
gpt2-large-lora-sft1-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a7b2f05afa0c6ec9400ff8af188f6297d3258e150889a7e38923b4a21fc2960
3
+ size 898165440