Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +86 -0
- redpajama-3b-chat-Q2_K.gguf +3 -0
- redpajama-3b-chat-Q3_K_L.gguf +3 -0
- redpajama-3b-chat-Q3_K_M.gguf +3 -0
- redpajama-3b-chat-Q3_K_S.gguf +3 -0
- redpajama-3b-chat-Q4_0.gguf +3 -0
- redpajama-3b-chat-Q4_K_M.gguf +3 -0
- redpajama-3b-chat-Q4_K_S.gguf +3 -0
- redpajama-3b-chat-Q5_0.gguf +3 -0
- redpajama-3b-chat-Q5_K_M.gguf +3 -0
- redpajama-3b-chat-Q5_K_S.gguf +3 -0
- redpajama-3b-chat-Q6_K.gguf +3 -0
- redpajama-3b-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 |
+
redpajama-3b-chat-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
redpajama-3b-chat-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
redpajama-3b-chat-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
redpajama-3b-chat-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
redpajama-3b-chat-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
redpajama-3b-chat-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
redpajama-3b-chat-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
redpajama-3b-chat-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
redpajama-3b-chat-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
redpajama-3b-chat-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
redpajama-3b-chat-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
redpajama-3b-chat-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-2.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
- zh
|
6 |
+
- ja
|
7 |
+
tags:
|
8 |
+
- sft
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
pipeline_tag: text-generation
|
12 |
+
widget:
|
13 |
+
- text: <|prompter|>What is a meme, and what's the history behind this word?<|endoftext|><|assistant|>
|
14 |
+
- text: <|prompter|>What's the Earth total population<|endoftext|><|assistant|>
|
15 |
+
- text: <|prompter|>Write a story about future of AI development<|endoftext|><|assistant|>
|
16 |
+
datasets:
|
17 |
+
- OpenAssistant/oasst1
|
18 |
+
- databricks/databricks-dolly-15k
|
19 |
+
- anon8231489123/ShareGPT_Vicuna_unfiltered
|
20 |
+
- LIUM/tedlium
|
21 |
+
- theblackcat102/joke_explaination
|
22 |
+
base_model: ikala/redpajama-3b-chat
|
23 |
+
---
|
24 |
+
|
25 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
26 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
27 |
+
</div>
|
28 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
29 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
30 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
31 |
+
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>
|
32 |
+
</p>
|
33 |
+
</div>
|
34 |
+
</div>
|
35 |
+
|
36 |
+
## ikala/redpajama-3b-chat - GGUF
|
37 |
+
|
38 |
+
This repo contains GGUF format model files for [ikala/redpajama-3b-chat](https://huggingface.co/ikala/redpajama-3b-chat).
|
39 |
+
|
40 |
+
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).
|
41 |
+
|
42 |
+
## Prompt template
|
43 |
+
|
44 |
+
```
|
45 |
+
|
46 |
+
```
|
47 |
+
|
48 |
+
## Model file specification
|
49 |
+
|
50 |
+
| Filename | Quant type | File Size | Description |
|
51 |
+
| -------- | ---------- | --------- | ----------- |
|
52 |
+
| [redpajama-3b-chat-Q2_K.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q2_K.gguf) | Q2_K | 1.012 GB | smallest, significant quality loss - not recommended for most purposes |
|
53 |
+
| [redpajama-3b-chat-Q3_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q3_K_S.gguf) | Q3_K_S | 1.163 GB | very small, high quality loss |
|
54 |
+
| [redpajama-3b-chat-Q3_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q3_K_M.gguf) | Q3_K_M | 1.376 GB | very small, high quality loss |
|
55 |
+
| [redpajama-3b-chat-Q3_K_L.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q3_K_L.gguf) | Q3_K_L | 1.492 GB | small, substantial quality loss |
|
56 |
+
| [redpajama-3b-chat-Q4_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q4_0.gguf) | Q4_0 | 1.490 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
57 |
+
| [redpajama-3b-chat-Q4_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q4_K_S.gguf) | Q4_K_S | 1.502 GB | small, greater quality loss |
|
58 |
+
| [redpajama-3b-chat-Q4_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q4_K_M.gguf) | Q4_K_M | 1.664 GB | medium, balanced quality - recommended |
|
59 |
+
| [redpajama-3b-chat-Q5_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q5_0.gguf) | Q5_0 | 1.798 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
60 |
+
| [redpajama-3b-chat-Q5_K_S.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q5_K_S.gguf) | Q5_K_S | 1.798 GB | large, low quality loss - recommended |
|
61 |
+
| [redpajama-3b-chat-Q5_K_M.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q5_K_M.gguf) | Q5_K_M | 1.927 GB | large, very low quality loss - recommended |
|
62 |
+
| [redpajama-3b-chat-Q6_K.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q6_K.gguf) | Q6_K | 2.125 GB | very large, extremely low quality loss |
|
63 |
+
| [redpajama-3b-chat-Q8_0.gguf](https://huggingface.co/tensorblock/redpajama-3b-chat-GGUF/tree/main/redpajama-3b-chat-Q8_0.gguf) | Q8_0 | 2.751 GB | very large, extremely low quality loss - not recommended |
|
64 |
+
|
65 |
+
|
66 |
+
## Downloading instruction
|
67 |
+
|
68 |
+
### Command line
|
69 |
+
|
70 |
+
Firstly, install Huggingface Client
|
71 |
+
|
72 |
+
```shell
|
73 |
+
pip install -U "huggingface_hub[cli]"
|
74 |
+
```
|
75 |
+
|
76 |
+
Then, downoad the individual model file the a local directory
|
77 |
+
|
78 |
+
```shell
|
79 |
+
huggingface-cli download tensorblock/redpajama-3b-chat-GGUF --include "redpajama-3b-chat-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
80 |
+
```
|
81 |
+
|
82 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
83 |
+
|
84 |
+
```shell
|
85 |
+
huggingface-cli download tensorblock/redpajama-3b-chat-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
86 |
+
```
|
redpajama-3b-chat-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6effb1b2edf879bb5a9ea9ee4d071c2022e8d616b1f7438de20d5aa0a83322d6
|
3 |
+
size 1086167360
|
redpajama-3b-chat-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:98539d47b55ffac98694acdd74b62b26d04463476f7df39ff1ce4dd86837eff6
|
3 |
+
size 1602231040
|
redpajama-3b-chat-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:07abc0ffb55dab831d3f4b2453abe5065b1a95524b02cd1c1543597b49bcf352
|
3 |
+
size 1477712640
|
redpajama-3b-chat-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f3989dab35d8fcfe5dd2c50da750f9c8dd1ed23fbac534c2e791c60b8588903
|
3 |
+
size 1248336640
|
redpajama-3b-chat-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:18cc3779611c5a4566333f0a6da17c76457c06434d901a46271cf2bae80c5972
|
3 |
+
size 1599668160
|
redpajama-3b-chat-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0ae4df159e9c5d0e39906a5cf8affa8acc649e0e36811d79eb422a8706bddb8d
|
3 |
+
size 1786445760
|
redpajama-3b-chat-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3006b78945ff8a8760bffdf95f75ce3a90b9acd496e88aa7bffb8957011a6974
|
3 |
+
size 1612775360
|
redpajama-3b-chat-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:63f18b4e82b2522b2df6d41f326371dc0efc223d15b6716b8c416c9019910662
|
3 |
+
size 1930333120
|
redpajama-3b-chat-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b860197293f14df8cc000c478a164e7447cd9adef68e9dbaabe5421def81711
|
3 |
+
size 2069597120
|
redpajama-3b-chat-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f66b552b478fbe6ab704364978c979126305f7daa66beceecff601357b68317a
|
3 |
+
size 1930333120
|
redpajama-3b-chat-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ce59c89c7de846addb28cdf84eeed825edaa331ec6efe87406ad36fe69bea8b6
|
3 |
+
size 2281664640
|
redpajama-3b-chat-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a07efe6a257c00309136eaf8843f5fc4e1a2af0d6de2e37ac779a54e8aa1a896
|
3 |
+
size 2953506560
|