GGUF
Japanese
TensorBlock
GGUF
Inference Endpoints
morriszms commited on
Commit
68aade1
·
verified ·
1 Parent(s): b9c25a2

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
+ karasu-1.1B-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ karasu-1.1B-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ karasu-1.1B-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ karasu-1.1B-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ karasu-1.1B-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ karasu-1.1B-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ karasu-1.1B-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ karasu-1.1B-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ karasu-1.1B-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ karasu-1.1B-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ karasu-1.1B-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ karasu-1.1B-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ license_name: tongyi-qianwen-license-agreement
4
+ license_link: https://github.com/QwenLM/Qwen/blob/main/Tongyi%20Qianwen%20LICENSE%20AGREEMENT
5
+ datasets:
6
+ - oscar-corpus/OSCAR-2301
7
+ - mc4
8
+ language:
9
+ - ja
10
+ tags:
11
+ - TensorBlock
12
+ - GGUF
13
+ base_model: lightblue/karasu-1.1B
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## lightblue/karasu-1.1B - GGUF
28
+
29
+ This repo contains GGUF format model files for [lightblue/karasu-1.1B](https://huggingface.co/lightblue/karasu-1.1B).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+
43
+ ```
44
+
45
+ ## Model file specification
46
+
47
+ | Filename | Quant type | File Size | Description |
48
+ | -------- | ---------- | --------- | ----------- |
49
+ | [karasu-1.1B-Q2_K.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q2_K.gguf) | Q2_K | 0.432 GB | smallest, significant quality loss - not recommended for most purposes |
50
+ | [karasu-1.1B-Q3_K_S.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q3_K_S.gguf) | Q3_K_S | 0.499 GB | very small, high quality loss |
51
+ | [karasu-1.1B-Q3_K_M.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q3_K_M.gguf) | Q3_K_M | 0.548 GB | very small, high quality loss |
52
+ | [karasu-1.1B-Q3_K_L.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q3_K_L.gguf) | Q3_K_L | 0.592 GB | small, substantial quality loss |
53
+ | [karasu-1.1B-Q4_0.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q4_0.gguf) | Q4_0 | 0.637 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
54
+ | [karasu-1.1B-Q4_K_S.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q4_K_S.gguf) | Q4_K_S | 0.640 GB | small, greater quality loss |
55
+ | [karasu-1.1B-Q4_K_M.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q4_K_M.gguf) | Q4_K_M | 0.668 GB | medium, balanced quality - recommended |
56
+ | [karasu-1.1B-Q5_0.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q5_0.gguf) | Q5_0 | 0.766 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
57
+ | [karasu-1.1B-Q5_K_S.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q5_K_S.gguf) | Q5_K_S | 0.766 GB | large, low quality loss - recommended |
58
+ | [karasu-1.1B-Q5_K_M.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q5_K_M.gguf) | Q5_K_M | 0.782 GB | large, very low quality loss - recommended |
59
+ | [karasu-1.1B-Q6_K.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q6_K.gguf) | Q6_K | 0.903 GB | very large, extremely low quality loss |
60
+ | [karasu-1.1B-Q8_0.gguf](https://huggingface.co/tensorblock/karasu-1.1B-GGUF/blob/main/karasu-1.1B-Q8_0.gguf) | Q8_0 | 1.170 GB | very large, extremely low quality loss - not recommended |
61
+
62
+
63
+ ## Downloading instruction
64
+
65
+ ### Command line
66
+
67
+ Firstly, install Huggingface Client
68
+
69
+ ```shell
70
+ pip install -U "huggingface_hub[cli]"
71
+ ```
72
+
73
+ Then, downoad the individual model file the a local directory
74
+
75
+ ```shell
76
+ huggingface-cli download tensorblock/karasu-1.1B-GGUF --include "karasu-1.1B-Q2_K.gguf" --local-dir MY_LOCAL_DIR
77
+ ```
78
+
79
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
80
+
81
+ ```shell
82
+ huggingface-cli download tensorblock/karasu-1.1B-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
83
+ ```
karasu-1.1B-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:053baa7e7adfe2790fe58a174a2cbf737793530c0394086b4ee875437c4b039b
3
+ size 432131456
karasu-1.1B-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b201e5f907cfc1aa0a873ec5930266fcbb87c2a0719471d0a07618e85c0139d6
3
+ size 591527296
karasu-1.1B-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f19c68b4d6a16876dd1435fb294204532871ef8da0a2a72ca33f20079a4b2b75
3
+ size 548404608
karasu-1.1B-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34cdf1b583c397967003e987ad7f6acb49540fef1fc04fcf6901b659b1aa8954
3
+ size 499342720
karasu-1.1B-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:602b3c5b8541a8e7264199a602c6eb3504224f23869390f6c24e2ca6245a6ac2
3
+ size 636726656
karasu-1.1B-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:90f60e6c8f517ae057807f240cd0da48311cc59951531989d2f18b90dd9cdd9c
3
+ size 667815296
karasu-1.1B-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bbfb6f3253c7009a2601fc49a8098126267667649acac8c891fe9efcd77cad1e
3
+ size 639872384
karasu-1.1B-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d44dcf031a0f679bae8d8a1c5241f975ccd6bcc9e9ccdaf17e7a5e5899610cb8
3
+ size 766029184
karasu-1.1B-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a6da733f607fcda15044360948c7c56d8f7445c85252c7cd9370eece236e99b
3
+ size 782044544
karasu-1.1B-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:30e024e453e48f8f049a43aa3a569da4503aef572daaf314ee561d38db2a7544
3
+ size 766029184
karasu-1.1B-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8103ce983c23bfd254ae500099fdcf944d5231470b248bc64cdadadeb25c23d0
3
+ size 903413120
karasu-1.1B-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8188f5d1d7dd4e38e70aa7567735cb376467952d19579eb6f7615eaf9b254ba
3
+ size 1169808768