morriszms commited on
Commit
7b61b07
·
verified ·
1 Parent(s): d781f8c

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
+ iris-7b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ iris-7b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ iris-7b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ iris-7b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ iris-7b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ iris-7b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ iris-7b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ iris-7b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ iris-7b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ iris-7b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ iris-7b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ iris-7b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ license: apache-2.0
4
+ language:
5
+ - en
6
+ - ko
7
+ pipeline_tag: translation
8
+ tags:
9
+ - finetuned
10
+ - TensorBlock
11
+ - GGUF
12
+ inference: true
13
+ widget:
14
+ - messages:
15
+ - role: user
16
+ content: 다음 문장을 한글로 번역하세요. Iris is a model for Korean-English sentence translation
17
+ based on deep learning.
18
+ base_model: davidkim205/iris-7b
19
+ ---
20
+
21
+ <div style="width: auto; margin-left: auto; margin-right: auto">
22
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
23
+ </div>
24
+ <div style="display: flex; justify-content: space-between; width: 100%;">
25
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
26
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
27
+ 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>
28
+ </p>
29
+ </div>
30
+ </div>
31
+
32
+ ## davidkim205/iris-7b - GGUF
33
+
34
+ This repo contains GGUF format model files for [davidkim205/iris-7b](https://huggingface.co/davidkim205/iris-7b).
35
+
36
+ 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).
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+ <s>[INST] {prompt} [/INST]
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [iris-7b-Q2_K.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q2_K.gguf) | Q2_K | 2.532 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [iris-7b-Q3_K_S.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q3_K_S.gguf) | Q3_K_S | 2.947 GB | very small, high quality loss |
50
+ | [iris-7b-Q3_K_M.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q3_K_M.gguf) | Q3_K_M | 3.277 GB | very small, high quality loss |
51
+ | [iris-7b-Q3_K_L.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q3_K_L.gguf) | Q3_K_L | 3.560 GB | small, substantial quality loss |
52
+ | [iris-7b-Q4_0.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q4_0.gguf) | Q4_0 | 3.827 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [iris-7b-Q4_K_S.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q4_K_S.gguf) | Q4_K_S | 3.856 GB | small, greater quality loss |
54
+ | [iris-7b-Q4_K_M.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q4_K_M.gguf) | Q4_K_M | 4.068 GB | medium, balanced quality - recommended |
55
+ | [iris-7b-Q5_0.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q5_0.gguf) | Q5_0 | 4.654 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [iris-7b-Q5_K_S.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q5_K_S.gguf) | Q5_K_S | 4.654 GB | large, low quality loss - recommended |
57
+ | [iris-7b-Q5_K_M.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q5_K_M.gguf) | Q5_K_M | 4.779 GB | large, very low quality loss - recommended |
58
+ | [iris-7b-Q6_K.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q6_K.gguf) | Q6_K | 5.534 GB | very large, extremely low quality loss |
59
+ | [iris-7b-Q8_0.gguf](https://huggingface.co/tensorblock/iris-7b-GGUF/tree/main/iris-7b-Q8_0.gguf) | Q8_0 | 7.167 GB | very large, extremely low quality loss - not recommended |
60
+
61
+
62
+ ## Downloading instruction
63
+
64
+ ### Command line
65
+
66
+ Firstly, install Huggingface Client
67
+
68
+ ```shell
69
+ pip install -U "huggingface_hub[cli]"
70
+ ```
71
+
72
+ Then, downoad the individual model file the a local directory
73
+
74
+ ```shell
75
+ huggingface-cli download tensorblock/iris-7b-GGUF --include "iris-7b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
76
+ ```
77
+
78
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
79
+
80
+ ```shell
81
+ huggingface-cli download tensorblock/iris-7b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
iris-7b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f59cd328051a2ea227c64a8c2d1e80d13ecdbc82255d54d92197b603b9d274ae
3
+ size 2719242880
iris-7b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:384c3afb7cf9325626ac8f6410154a1f96164c6179c54c6a65752331caf87009
3
+ size 3822025344
iris-7b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3b6c392bc86bd44c0849dd3337e0732c30482b662ba929cc05ae50d8b4f59f96
3
+ size 3518986880
iris-7b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:38eef223dd80f469086849258468d3f8642b93c79003af112c680d4a59c2449a
3
+ size 3164568192
iris-7b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f08fa29e88db06711c2f09ac58c9ffc7b6937c8b5bd903f98bc5f84f448a5b7a
3
+ size 4108917376
iris-7b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:cc19fd51f98789fd33e9263ffae0d7727442c21cc630b514be14636c4be3dcf1
3
+ size 4368439936
iris-7b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a44b3c03782d8916464f64993b726118ddccef42df42c20f737a0f32f5bead0
3
+ size 4140374656
iris-7b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3dd037d686c08ca20b79e679b9573f8312859cb683868d00d96c6c1670d5fd6
3
+ size 4997716608
iris-7b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:20cda61152a6006bc9cbae9f9c75858e53cd62d054c57d02c9092dcf439035e0
3
+ size 5131410048
iris-7b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a3062ddadfe01653ffba884343b7d723eab2dbc4e2ddabc20bb75cc35ed774a3
3
+ size 4997716608
iris-7b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1905b29ee80d9cbaa3702e4a4de61ff620e935fecc579aaba4910e1baae2239f
3
+ size 5942065792
iris-7b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0303ee1e0c8d7933a1370bce04d2bbec7f4d088deb681004a956df5353b49fde
3
+ size 7695858304