Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +80 -0
- cendol-llama2-7b-chat-Q2_K.gguf +3 -0
- cendol-llama2-7b-chat-Q3_K_L.gguf +3 -0
- cendol-llama2-7b-chat-Q3_K_M.gguf +3 -0
- cendol-llama2-7b-chat-Q3_K_S.gguf +3 -0
- cendol-llama2-7b-chat-Q4_0.gguf +3 -0
- cendol-llama2-7b-chat-Q4_K_M.gguf +3 -0
- cendol-llama2-7b-chat-Q4_K_S.gguf +3 -0
- cendol-llama2-7b-chat-Q5_0.gguf +3 -0
- cendol-llama2-7b-chat-Q5_K_M.gguf +3 -0
- cendol-llama2-7b-chat-Q5_K_S.gguf +3 -0
- cendol-llama2-7b-chat-Q6_K.gguf +3 -0
- cendol-llama2-7b-chat-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 |
+
cendol-llama2-7b-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
cendol-llama2-7b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
cendol-llama2-7b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
cendol-llama2-7b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
cendol-llama2-7b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
cendol-llama2-7b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
cendol-llama2-7b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
cendol-llama2-7b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
cendol-llama2-7b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
cendol-llama2-7b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
cendol-llama2-7b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
cendol-llama2-7b-chat-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 |
+
- id
|
| 5 |
+
- su
|
| 6 |
+
- jv
|
| 7 |
+
base_model: indonlp/cendol-llama2-7b-chat
|
| 8 |
+
tags:
|
| 9 |
+
- TensorBlock
|
| 10 |
+
- GGUF
|
| 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 |
+
## indonlp/cendol-llama2-7b-chat - GGUF
|
| 25 |
+
|
| 26 |
+
This repo contains GGUF format model files for [indonlp/cendol-llama2-7b-chat](https://huggingface.co/indonlp/cendol-llama2-7b-chat).
|
| 27 |
+
|
| 28 |
+
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).
|
| 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 |
+
| [cendol-llama2-7b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q2_K.gguf) | Q2_K | 2.533 GB | smallest, significant quality loss - not recommended for most purposes |
|
| 47 |
+
| [cendol-llama2-7b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q3_K_S.gguf) | Q3_K_S | 2.948 GB | very small, high quality loss |
|
| 48 |
+
| [cendol-llama2-7b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q3_K_M.gguf) | Q3_K_M | 3.298 GB | very small, high quality loss |
|
| 49 |
+
| [cendol-llama2-7b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q3_K_L.gguf) | Q3_K_L | 3.597 GB | small, substantial quality loss |
|
| 50 |
+
| [cendol-llama2-7b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q4_0.gguf) | Q4_0 | 3.826 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
| 51 |
+
| [cendol-llama2-7b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q4_K_S.gguf) | Q4_K_S | 3.857 GB | small, greater quality loss |
|
| 52 |
+
| [cendol-llama2-7b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q4_K_M.gguf) | Q4_K_M | 4.081 GB | medium, balanced quality - recommended |
|
| 53 |
+
| [cendol-llama2-7b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q5_0.gguf) | Q5_0 | 4.652 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
| 54 |
+
| [cendol-llama2-7b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q5_K_S.gguf) | Q5_K_S | 4.652 GB | large, low quality loss - recommended |
|
| 55 |
+
| [cendol-llama2-7b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q5_K_M.gguf) | Q5_K_M | 4.783 GB | large, very low quality loss - recommended |
|
| 56 |
+
| [cendol-llama2-7b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q6_K.gguf) | Q6_K | 5.529 GB | very large, extremely low quality loss |
|
| 57 |
+
| [cendol-llama2-7b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/cendol-llama2-7b-chat-GGUF/blob/main/cendol-llama2-7b-chat-Q8_0.gguf) | Q8_0 | 7.161 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/cendol-llama2-7b-chat-GGUF --include "cendol-llama2-7b-chat-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/cendol-llama2-7b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
| 80 |
+
```
|
cendol-llama2-7b-chat-Q2_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:dcff66dddf67079163e4d9d4f101e544381f4f5048acee317c122e36670555a0
|
| 3 |
+
size 2532868928
|
cendol-llama2-7b-chat-Q3_K_L.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6de95a929b3d713dc89976bf63e937f5483edc76647e38cefabbe4098e86faaa
|
| 3 |
+
size 3597116640
|
cendol-llama2-7b-chat-Q3_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2b96c53538748c8e1a66ced039a7c3f79eb636a0025d40bd9c451d8a35962bff
|
| 3 |
+
size 3298010336
|
cendol-llama2-7b-chat-Q3_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ca8dacf79be9fae91241dd4de39e51539a68a3e8c99ca2bd6c8c285e19061da5
|
| 3 |
+
size 2948310240
|
cendol-llama2-7b-chat-Q4_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6a9526a68acdbc4b64105d034b3a18b49d7549a460c2fb5f80aaeae3fd43272c
|
| 3 |
+
size 3825813248
|
cendol-llama2-7b-chat-Q4_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:64ae8d4a4f99a6eb0bbc672244cd5c06fddb96bf2705a512037f47ca55e4815a
|
| 3 |
+
size 4081010432
|
cendol-llama2-7b-chat-Q4_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e1b88a3e15dad0caf9b5f590c0e2a786503bfdce259e86cfee9d2bdd8e6f9d8b
|
| 3 |
+
size 3856746240
|
cendol-llama2-7b-chat-Q5_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8604b6b0cbc3a251c2b52e6bb5c9c08c70e7e5430597cda4f25aec8bd31c23f7
|
| 3 |
+
size 4651698432
|
cendol-llama2-7b-chat-Q5_K_M.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:12edef2ebe432fa071aa1ce49fcf07c1dda7b773ebd3aa6fee7ddd122b91cffe
|
| 3 |
+
size 4783163648
|
cendol-llama2-7b-chat-Q5_K_S.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:6bc6619fe4bac748650a5cb3657bdaf828d667063de7c99e88d3a05182ef6563
|
| 3 |
+
size 4651698432
|
cendol-llama2-7b-chat-Q6_K.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5aa2168883c34c8a203287cb3742c85f68e75ba59fbe52796cae1b6c5ead96b8
|
| 3 |
+
size 5529201440
|
cendol-llama2-7b-chat-Q8_0.gguf
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e03a8975cd57b032b644b0047a67b33d3f80e03703d48f175bfab3c796f3b11b
|
| 3 |
+
size 7161098976
|