morriszms commited on
Commit
37b0bc3
·
verified ·
1 Parent(s): 9988fac

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
+ mist-enko-lora-2950-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ mist-enko-lora-2950-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ mist-enko-lora-2950-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ mist-enko-lora-2950-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ mist-enko-lora-2950-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ mist-enko-lora-2950-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ mist-enko-lora-2950-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ mist-enko-lora-2950-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ mist-enko-lora-2950-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ mist-enko-lora-2950-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ mist-enko-lora-2950-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ mist-enko-lora-2950-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ - ko
6
+ tags:
7
+ - lora
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: madatnlp/mist-enko-lora-2950
11
+ ---
12
+
13
+ <div style="width: auto; margin-left: auto; margin-right: auto">
14
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
15
+ </div>
16
+ <div style="display: flex; justify-content: space-between; width: 100%;">
17
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
18
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
19
+ 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>
20
+ </p>
21
+ </div>
22
+ </div>
23
+
24
+ ## madatnlp/mist-enko-lora-2950 - GGUF
25
+
26
+ This repo contains GGUF format model files for [madatnlp/mist-enko-lora-2950](https://huggingface.co/madatnlp/mist-enko-lora-2950).
27
+
28
+ 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).
29
+
30
+ <div style="text-align: left; margin: 20px 0;">
31
+ <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;">
32
+ Run them on the TensorBlock client using your local machine ↗
33
+ </a>
34
+ </div>
35
+
36
+ ## Prompt template
37
+
38
+ ```
39
+
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [mist-enko-lora-2950-Q2_K.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [mist-enko-lora-2950-Q3_K_S.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
48
+ | [mist-enko-lora-2950-Q3_K_M.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
49
+ | [mist-enko-lora-2950-Q3_K_L.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
50
+ | [mist-enko-lora-2950-Q4_0.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [mist-enko-lora-2950-Q4_K_S.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
52
+ | [mist-enko-lora-2950-Q4_K_M.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
53
+ | [mist-enko-lora-2950-Q5_0.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [mist-enko-lora-2950-Q5_K_S.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
55
+ | [mist-enko-lora-2950-Q5_K_M.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
56
+ | [mist-enko-lora-2950-Q6_K.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
57
+ | [mist-enko-lora-2950-Q8_0.gguf](https://huggingface.co/tensorblock/mist-enko-lora-2950-GGUF/blob/main/mist-enko-lora-2950-Q8_0.gguf) | Q8_0 | 7.167 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/mist-enko-lora-2950-GGUF --include "mist-enko-lora-2950-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/mist-enko-lora-2950-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
mist-enko-lora-2950-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cb4731aa4b03af54e9a2f93f78e146d4504bc0ce98e7c9f1688193483733e803
3
+ size 2719242400
mist-enko-lora-2950-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8071a586f875972993a8044169ae18ddb53effdf3464c6a034d9e2253f3322cd
3
+ size 3822024864
mist-enko-lora-2950-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cf43be4c002fb5a410b54046bc3fb6d188f8155f0390c610ef121e9719ae5c03
3
+ size 3518986400
mist-enko-lora-2950-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e54ecd9b3ec61abfd547fc9a149a5bc38595b59d7350aa364f86f063413eccd1
3
+ size 3164567712
mist-enko-lora-2950-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:473dbc41627272f18cf1230fa8e7dd5247f97f6bc84b2dc13d8849166dbfff47
3
+ size 4108916896
mist-enko-lora-2950-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a8316b1769a941315ec6e4f2738389735df4bdc3ea8fb961fc0bfa0d7dca082
3
+ size 4368439456
mist-enko-lora-2950-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29276eb104d986d48f9c1fe2125e006038c315f835b246eaa6f58642e681b634
3
+ size 4140374176
mist-enko-lora-2950-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3623f47ea821dd6bdfbc75f7e4755fc87ea6874eed3d072cf254756e23bf25db
3
+ size 4997716128
mist-enko-lora-2950-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5f796b4adec5a774395705f188402813a58df887d00e248609e1ec5f520923fc
3
+ size 5131409568
mist-enko-lora-2950-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4bbe7ad86622cb8124e3585051f8df4251209f7f8fb6876f6f64e6795d3d1387
3
+ size 4997716128
mist-enko-lora-2950-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0b8d6859076fd0d324dd3654cec0f39d047cedc64b754c84a80145c78c906b
3
+ size 5942065312
mist-enko-lora-2950-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80673ef50652e7cf6d0c7bb61b51b6a963a44bca9d4725d8299c497a3734fd0a
3
+ size 7695857824