morriszms commited on
Commit
72d5758
·
verified ·
1 Parent(s): 5627c39

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
+ eCeLLM-M-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ eCeLLM-M-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ eCeLLM-M-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ eCeLLM-M-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ eCeLLM-M-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ eCeLLM-M-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ eCeLLM-M-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ eCeLLM-M-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ eCeLLM-M-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ eCeLLM-M-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ eCeLLM-M-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ eCeLLM-M-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ datasets:
4
+ - NingLab/ECInstruct
5
+ base_model: NingLab/eCeLLM-M
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
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
+ ## NingLab/eCeLLM-M - GGUF
23
+
24
+ This repo contains GGUF format model files for [NingLab/eCeLLM-M](https://huggingface.co/NingLab/eCeLLM-M).
25
+
26
+ The files were quantized using machines provided by [TensorBlock](https://tensorblock.co/), and they are compatible with llama.cpp as of [commit b4242](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
+ <s>[INST] {prompt} [/INST]
38
+ ```
39
+
40
+ ## Model file specification
41
+
42
+ | Filename | Quant type | File Size | Description |
43
+ | -------- | ---------- | --------- | ----------- |
44
+ | [eCeLLM-M-Q2_K.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
45
+ | [eCeLLM-M-Q3_K_S.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
46
+ | [eCeLLM-M-Q3_K_M.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
47
+ | [eCeLLM-M-Q3_K_L.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
48
+ | [eCeLLM-M-Q4_0.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
49
+ | [eCeLLM-M-Q4_K_S.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
50
+ | [eCeLLM-M-Q4_K_M.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
51
+ | [eCeLLM-M-Q5_0.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
52
+ | [eCeLLM-M-Q5_K_S.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
53
+ | [eCeLLM-M-Q5_K_M.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
54
+ | [eCeLLM-M-Q6_K.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
55
+ | [eCeLLM-M-Q8_0.gguf](https://huggingface.co/tensorblock/eCeLLM-M-GGUF/blob/main/eCeLLM-M-Q8_0.gguf) | Q8_0 | 7.696 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/eCeLLM-M-GGUF --include "eCeLLM-M-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/eCeLLM-M-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
78
+ ```
eCeLLM-M-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2413ba668254bc9eede8552658e5b03afeb809ed7e27598ed6a3828d9988818a
3
+ size 2719243072
eCeLLM-M-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f2d979a9f114200a4f0d294b8ab5077d27625f3c49cfdbb30bb0c497989c5ff9
3
+ size 3822025536
eCeLLM-M-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aa6539c30da803d0bac8469d3381f9f3c45a3bb0e0947ed00b077ad003825301
3
+ size 3518987072
eCeLLM-M-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57b739587959085680a61c72779e18f400825a2451ef027736960623faeb031c
3
+ size 3164568384
eCeLLM-M-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b3c874ad6ece4299b08b1b03e62a79bf7ab21b551d38af2dfca37bb784ce5c93
3
+ size 4108917568
eCeLLM-M-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:11a53febb980c645070476cb1b916d947afe5b81cfea2cd49b8120f9f87f4e30
3
+ size 4368440128
eCeLLM-M-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:586203e7b015f012611123ee78e00cb1e09ef1a4d7977aeaaf38cc59bcd109a6
3
+ size 4140374848
eCeLLM-M-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:17ead9279be2da45044a005f6df250d82ab3ae70d5c34552b61e5641e7e6814a
3
+ size 4997716800
eCeLLM-M-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:00128492daac6848dc3cba86bf737365ed7d2e811dd52ce92c78b72ee4a32872
3
+ size 5131410240
eCeLLM-M-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:50b78b8f5e3acb343e51d7d439fa8d475c1f94ca9713886e141bed52d34e7e9f
3
+ size 4997716800
eCeLLM-M-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d95d444c8def47860d8e114775e31b68549ab2badb752ad7fc72993a83cbc6bf
3
+ size 5942065984
eCeLLM-M-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:52294e1c914b063e0e256cd7636b9e2d5876f372b726cea41343e9a08ffd6393
3
+ size 7695858496