Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +84 -0
- urllm-ko_en-2.7b-Q2_K.gguf +3 -0
- urllm-ko_en-2.7b-Q3_K_L.gguf +3 -0
- urllm-ko_en-2.7b-Q3_K_M.gguf +3 -0
- urllm-ko_en-2.7b-Q3_K_S.gguf +3 -0
- urllm-ko_en-2.7b-Q4_0.gguf +3 -0
- urllm-ko_en-2.7b-Q4_K_M.gguf +3 -0
- urllm-ko_en-2.7b-Q4_K_S.gguf +3 -0
- urllm-ko_en-2.7b-Q5_0.gguf +3 -0
- urllm-ko_en-2.7b-Q5_K_M.gguf +3 -0
- urllm-ko_en-2.7b-Q5_K_S.gguf +3 -0
- urllm-ko_en-2.7b-Q6_K.gguf +3 -0
- urllm-ko_en-2.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 |
+
urllm-ko_en-2.7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
urllm-ko_en-2.7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
urllm-ko_en-2.7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
urllm-ko_en-2.7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
urllm-ko_en-2.7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
urllm-ko_en-2.7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
urllm-ko_en-2.7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
urllm-ko_en-2.7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
urllm-ko_en-2.7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
urllm-ko_en-2.7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
urllm-ko_en-2.7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
urllm-ko_en-2.7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,84 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
language:
|
4 |
+
- ko
|
5 |
+
- en
|
6 |
+
pipeline_tag: text-generation
|
7 |
+
tags:
|
8 |
+
- meta
|
9 |
+
- llama-2
|
10 |
+
- llama-2-ko-en
|
11 |
+
- sheared llama
|
12 |
+
- TensorBlock
|
13 |
+
- GGUF
|
14 |
+
base_model: URP/urllm-ko_en-2.7b
|
15 |
+
---
|
16 |
+
|
17 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
18 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
19 |
+
</div>
|
20 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
21 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
22 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
23 |
+
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>
|
24 |
+
</p>
|
25 |
+
</div>
|
26 |
+
</div>
|
27 |
+
|
28 |
+
## URP/urllm-ko_en-2.7b - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [URP/urllm-ko_en-2.7b](https://huggingface.co/URP/urllm-ko_en-2.7b).
|
31 |
+
|
32 |
+
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).
|
33 |
+
|
34 |
+
<div style="text-align: left; margin: 20px 0;">
|
35 |
+
<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;">
|
36 |
+
Run them on the TensorBlock client using your local machine ↗
|
37 |
+
</a>
|
38 |
+
</div>
|
39 |
+
|
40 |
+
## Prompt template
|
41 |
+
|
42 |
+
```
|
43 |
+
|
44 |
+
```
|
45 |
+
|
46 |
+
## Model file specification
|
47 |
+
|
48 |
+
| Filename | Quant type | File Size | Description |
|
49 |
+
| -------- | ---------- | --------- | ----------- |
|
50 |
+
| [urllm-ko_en-2.7b-Q2_K.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q2_K.gguf) | Q2_K | 1.086 GB | smallest, significant quality loss - not recommended for most purposes |
|
51 |
+
| [urllm-ko_en-2.7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q3_K_S.gguf) | Q3_K_S | 1.257 GB | very small, high quality loss |
|
52 |
+
| [urllm-ko_en-2.7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q3_K_M.gguf) | Q3_K_M | 1.394 GB | very small, high quality loss |
|
53 |
+
| [urllm-ko_en-2.7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q3_K_L.gguf) | Q3_K_L | 1.511 GB | small, substantial quality loss |
|
54 |
+
| [urllm-ko_en-2.7b-Q4_0.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q4_0.gguf) | Q4_0 | 1.611 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
55 |
+
| [urllm-ko_en-2.7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q4_K_S.gguf) | Q4_K_S | 1.623 GB | small, greater quality loss |
|
56 |
+
| [urllm-ko_en-2.7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q4_K_M.gguf) | Q4_K_M | 1.711 GB | medium, balanced quality - recommended |
|
57 |
+
| [urllm-ko_en-2.7b-Q5_0.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q5_0.gguf) | Q5_0 | 1.945 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
58 |
+
| [urllm-ko_en-2.7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q5_K_S.gguf) | Q5_K_S | 1.945 GB | large, low quality loss - recommended |
|
59 |
+
| [urllm-ko_en-2.7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q5_K_M.gguf) | Q5_K_M | 1.996 GB | large, very low quality loss - recommended |
|
60 |
+
| [urllm-ko_en-2.7b-Q6_K.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q6_K.gguf) | Q6_K | 2.299 GB | very large, extremely low quality loss |
|
61 |
+
| [urllm-ko_en-2.7b-Q8_0.gguf](https://huggingface.co/tensorblock/urllm-ko_en-2.7b-GGUF/blob/main/urllm-ko_en-2.7b-Q8_0.gguf) | Q8_0 | 2.978 GB | very large, extremely low quality loss - not recommended |
|
62 |
+
|
63 |
+
|
64 |
+
## Downloading instruction
|
65 |
+
|
66 |
+
### Command line
|
67 |
+
|
68 |
+
Firstly, install Huggingface Client
|
69 |
+
|
70 |
+
```shell
|
71 |
+
pip install -U "huggingface_hub[cli]"
|
72 |
+
```
|
73 |
+
|
74 |
+
Then, downoad the individual model file the a local directory
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/urllm-ko_en-2.7b-GGUF --include "urllm-ko_en-2.7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
78 |
+
```
|
79 |
+
|
80 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
81 |
+
|
82 |
+
```shell
|
83 |
+
huggingface-cli download tensorblock/urllm-ko_en-2.7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
84 |
+
```
|
urllm-ko_en-2.7b-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:96ddad2c647601d2a69af6d047d60fc50da54119197b750a1e624dfa1271eb9f
|
3 |
+
size 1085722368
|
urllm-ko_en-2.7b-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79f56eba19339e7445cf82e631945dbd8252613b5896e3cf67c292f635002287
|
3 |
+
size 1510812384
|
urllm-ko_en-2.7b-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:56d9800aa0a855a8265e4bdcdd525750f3fb4b947d500053709354108d712070
|
3 |
+
size 1393666784
|
urllm-ko_en-2.7b-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6672741ba9d1db14c5156c093abe381db4a1bf85260d33f3b00fa660ae747441
|
3 |
+
size 1256696544
|
urllm-ko_en-2.7b-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bbf4030f93787956bd01d00947c42b7ad4bbbb266af25d2c51f32392a4dd8802
|
3 |
+
size 1611186304
|
urllm-ko_en-2.7b-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b9c246807ec10ec0d1d4b3a2a94a7fea280ed2709afc74f385a62fffb560cb9
|
3 |
+
size 1711210624
|
urllm-ko_en-2.7b-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:770ca8e7485d9322abf3f108dbbc27eeb925c2aa7c80e561d322d8f3169ac0bf
|
3 |
+
size 1623310464
|
urllm-ko_en-2.7b-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:998ece1926777f3718001a38851e1115a2a16e5ed65e5fcc927625a8a9a4d44d
|
3 |
+
size 1944823744
|
urllm-ko_en-2.7b-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:268e4515c8d2c69bc395985da18a9b99359255ccf7ca93c5e3f8909bdc414f8b
|
3 |
+
size 1996351424
|
urllm-ko_en-2.7b-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ef4867031f60edeacc8d233cab91b9e9f88606c6c8238d8a6020bbc7a82d4bf8
|
3 |
+
size 1944823744
|
urllm-ko_en-2.7b-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e7f085f6c7f236e3343b55f492916797007b38d5a3af347e484cd315189593e
|
3 |
+
size 2299313536
|
urllm-ko_en-2.7b-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dd1fdc65d1c4f42520d1977bd31368bdb64e905730b7d0649df4dfd4d3bb005
|
3 |
+
size 2977594752
|