Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +73 -0
- emma-500-llama2-7b-Q2_K.gguf +3 -0
- emma-500-llama2-7b-Q3_K_L.gguf +3 -0
- emma-500-llama2-7b-Q3_K_M.gguf +3 -0
- emma-500-llama2-7b-Q3_K_S.gguf +3 -0
- emma-500-llama2-7b-Q4_0.gguf +3 -0
- emma-500-llama2-7b-Q4_K_M.gguf +3 -0
- emma-500-llama2-7b-Q4_K_S.gguf +3 -0
- emma-500-llama2-7b-Q5_0.gguf +3 -0
- emma-500-llama2-7b-Q5_K_M.gguf +3 -0
- emma-500-llama2-7b-Q5_K_S.gguf +3 -0
- emma-500-llama2-7b-Q6_K.gguf +3 -0
- emma-500-llama2-7b-Q8_0.gguf +3 -0
.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 |
+
emma-500-llama2-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
emma-500-llama2-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
emma-500-llama2-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
emma-500-llama2-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
emma-500-llama2-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
emma-500-llama2-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
emma-500-llama2-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
emma-500-llama2-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
emma-500-llama2-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
emma-500-llama2-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
emma-500-llama2-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
emma-500-llama2-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,73 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: llama2
|
3 |
+
datasets:
|
4 |
+
- MaLA-LM/mala-monolingual-split
|
5 |
+
base_model: MaLA-LM/emma-500-llama2-7b
|
6 |
+
library_name: transformers
|
7 |
+
tags:
|
8 |
+
- TensorBlock
|
9 |
+
- GGUF
|
10 |
+
---
|
11 |
+
|
12 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
13 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
14 |
+
</div>
|
15 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
16 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
17 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
18 |
+
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>
|
19 |
+
</p>
|
20 |
+
</div>
|
21 |
+
</div>
|
22 |
+
|
23 |
+
## MaLA-LM/emma-500-llama2-7b - GGUF
|
24 |
+
|
25 |
+
This repo contains GGUF format model files for [MaLA-LM/emma-500-llama2-7b](https://huggingface.co/MaLA-LM/emma-500-llama2-7b).
|
26 |
+
|
27 |
+
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).
|
28 |
+
|
29 |
+
## Prompt template
|
30 |
+
|
31 |
+
```
|
32 |
+
|
33 |
+
```
|
34 |
+
|
35 |
+
## Model file specification
|
36 |
+
|
37 |
+
| Filename | Quant type | File Size | Description |
|
38 |
+
| -------- | ---------- | --------- | ----------- |
|
39 |
+
| [emma-500-llama2-7b-Q2_K.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q2_K.gguf) | Q2_K | 2.359 GB | smallest, significant quality loss - not recommended for most purposes |
|
40 |
+
| [emma-500-llama2-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q3_K_S.gguf) | Q3_K_S | 2.746 GB | very small, high quality loss |
|
41 |
+
| [emma-500-llama2-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q3_K_M.gguf) | Q3_K_M | 3.072 GB | very small, high quality loss |
|
42 |
+
| [emma-500-llama2-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q3_K_L.gguf) | Q3_K_L | 3.350 GB | small, substantial quality loss |
|
43 |
+
| [emma-500-llama2-7b-Q4_0.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q4_0.gguf) | Q4_0 | 3.563 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
44 |
+
| [emma-500-llama2-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q4_K_S.gguf) | Q4_K_S | 3.592 GB | small, greater quality loss |
|
45 |
+
| [emma-500-llama2-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q4_K_M.gguf) | Q4_K_M | 3.801 GB | medium, balanced quality - recommended |
|
46 |
+
| [emma-500-llama2-7b-Q5_0.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q5_0.gguf) | Q5_0 | 4.332 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
47 |
+
| [emma-500-llama2-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q5_K_S.gguf) | Q5_K_S | 4.332 GB | large, low quality loss - recommended |
|
48 |
+
| [emma-500-llama2-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q5_K_M.gguf) | Q5_K_M | 4.455 GB | large, very low quality loss - recommended |
|
49 |
+
| [emma-500-llama2-7b-Q6_K.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q6_K.gguf) | Q6_K | 5.149 GB | very large, extremely low quality loss |
|
50 |
+
| [emma-500-llama2-7b-Q8_0.gguf](https://huggingface.co/tensorblock/emma-500-llama2-7b-GGUF/tree/main/emma-500-llama2-7b-Q8_0.gguf) | Q8_0 | 6.669 GB | very large, extremely low quality loss - not recommended |
|
51 |
+
|
52 |
+
|
53 |
+
## Downloading instruction
|
54 |
+
|
55 |
+
### Command line
|
56 |
+
|
57 |
+
Firstly, install Huggingface Client
|
58 |
+
|
59 |
+
```shell
|
60 |
+
pip install -U "huggingface_hub[cli]"
|
61 |
+
```
|
62 |
+
|
63 |
+
Then, downoad the individual model file the a local directory
|
64 |
+
|
65 |
+
```shell
|
66 |
+
huggingface-cli download tensorblock/emma-500-llama2-7b-GGUF --include "emma-500-llama2-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
67 |
+
```
|
68 |
+
|
69 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
70 |
+
|
71 |
+
```shell
|
72 |
+
huggingface-cli download tensorblock/emma-500-llama2-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
73 |
+
```
|
emma-500-llama2-7b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52826d25a522d6d05f80363b892ac070601c6ff9a2c7820286a047c63f1e848d
|
3 |
+
size 2532864416
|
emma-500-llama2-7b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e1a85224dc3e2e74f728a4bb05b5d1526aba836e5950d6a5404cc025b0d27a22
|
3 |
+
size 3597111712
|
emma-500-llama2-7b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56a64ace026209ddb2d61698eb668c43327cf9b973ec1504dad9617b7119a4ba
|
3 |
+
size 3298005408
|
emma-500-llama2-7b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:209a4ddd9cb3450b3fa0faecbd29a279be022dc75df5808f7783191be5cd7dfd
|
3 |
+
size 2948305312
|
emma-500-llama2-7b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d8525003b18f6cbb688c8a113b022d79e0987f8a370b28d34858d1c23965770
|
3 |
+
size 3825807776
|
emma-500-llama2-7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7698e64a088f03dcde402d94f66968d15eca8c9c81bc52f24d3338bc184452e8
|
3 |
+
size 4081004960
|
emma-500-llama2-7b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6c38772432b4bee1ea50d2eead1b2de6517c6da03d3a8be33c3a811a527849ed
|
3 |
+
size 3856740768
|
emma-500-llama2-7b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dbfe90ccdbcf6d80210664aa8e8d3f2ad1e5787ff501398734c86b27d452321
|
3 |
+
size 4651692448
|
emma-500-llama2-7b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9d568b957f44800d706168feeb5610479759972203205177b8f24d000201c7b1
|
3 |
+
size 4783157664
|
emma-500-llama2-7b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d77bf10325ba36614fb5afc5c82d6e314b06c6afe3c07679d11ffeede3f417f8
|
3 |
+
size 4651692448
|
emma-500-llama2-7b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52d5d6baed1af9dea2f933ed96582fe61478e2e3bff4f979b8701630913fe636
|
3 |
+
size 5529194912
|
emma-500-llama2-7b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6231affb25b3d4fca13a001802e21b8dcbd585dc56f5e00ffe51b3986d215204
|
3 |
+
size 7161090464
|