morriszms commited on
Commit
a7ccd04
·
verified ·
1 Parent(s): b2903a6

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
+ occiglot-7b-de-en-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ occiglot-7b-de-en-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ occiglot-7b-de-en-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ occiglot-7b-de-en-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ occiglot-7b-de-en-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ occiglot-7b-de-en-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ occiglot-7b-de-en-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ occiglot-7b-de-en-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ occiglot-7b-de-en-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ occiglot-7b-de-en-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ occiglot-7b-de-en-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ occiglot-7b-de-en-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
+ - en
5
+ - de
6
+ pipeline_tag: text-generation
7
+ tags:
8
+ - TensorBlock
9
+ - GGUF
10
+ base_model: occiglot/occiglot-7b-de-en
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
+ ## occiglot/occiglot-7b-de-en - GGUF
25
+
26
+ This repo contains GGUF format model files for [occiglot/occiglot-7b-de-en](https://huggingface.co/occiglot/occiglot-7b-de-en).
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
+ | [occiglot-7b-de-en-Q2_K.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q2_K.gguf) | Q2_K | 2.719 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [occiglot-7b-de-en-Q3_K_S.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q3_K_S.gguf) | Q3_K_S | 3.165 GB | very small, high quality loss |
48
+ | [occiglot-7b-de-en-Q3_K_M.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q3_K_M.gguf) | Q3_K_M | 3.519 GB | very small, high quality loss |
49
+ | [occiglot-7b-de-en-Q3_K_L.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q3_K_L.gguf) | Q3_K_L | 3.822 GB | small, substantial quality loss |
50
+ | [occiglot-7b-de-en-Q4_0.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q4_0.gguf) | Q4_0 | 4.109 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [occiglot-7b-de-en-Q4_K_S.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q4_K_S.gguf) | Q4_K_S | 4.140 GB | small, greater quality loss |
52
+ | [occiglot-7b-de-en-Q4_K_M.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q4_K_M.gguf) | Q4_K_M | 4.368 GB | medium, balanced quality - recommended |
53
+ | [occiglot-7b-de-en-Q5_0.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q5_0.gguf) | Q5_0 | 4.998 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [occiglot-7b-de-en-Q5_K_S.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q5_K_S.gguf) | Q5_K_S | 4.998 GB | large, low quality loss - recommended |
55
+ | [occiglot-7b-de-en-Q5_K_M.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q5_K_M.gguf) | Q5_K_M | 5.131 GB | large, very low quality loss - recommended |
56
+ | [occiglot-7b-de-en-Q6_K.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q6_K.gguf) | Q6_K | 5.942 GB | very large, extremely low quality loss |
57
+ | [occiglot-7b-de-en-Q8_0.gguf](https://huggingface.co/tensorblock/occiglot-7b-de-en-GGUF/blob/main/occiglot-7b-de-en-Q8_0.gguf) | Q8_0 | 7.696 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/occiglot-7b-de-en-GGUF --include "occiglot-7b-de-en-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/occiglot-7b-de-en-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
occiglot-7b-de-en-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb7a5dfd9b65b0d72ed3686e99159a091be801c246ec0422eb6cac0c262fef88
3
+ size 2719242432
occiglot-7b-de-en-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7eddfa91b7646c50d772e7c3ef6519a6e457458b271d840317a9279fc8c7c718
3
+ size 3822024896
occiglot-7b-de-en-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1d0ca0151fea5b8933345197b6e0b6af07191a6e01bd7203fbcb162b3561acd0
3
+ size 3518986432
occiglot-7b-de-en-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:54637c302f2195866df7736ca4f7fd7dfec4d52fc6700e48a265467dbdb9a940
3
+ size 3164567744
occiglot-7b-de-en-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bb74f547c79c8071f0c4369b4d13b867323c2fcbdff758680a915f75771286f
3
+ size 4108916928
occiglot-7b-de-en-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:57ff47bb35fdfa8a18453f0a19c44d1d6d7080752b9599cb6b8e5b6c0f667ae8
3
+ size 4368439488
occiglot-7b-de-en-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:80107458b6baba5aba3c6ca3e3c497181be87c6e2450c7c7ae3c8c74602f5379
3
+ size 4140374208
occiglot-7b-de-en-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a39a62e714b1c30443021960848a291ab390c6dd293cfb16cd4bb9e9b115550
3
+ size 4997716160
occiglot-7b-de-en-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d31892118b3e1ed46b9faa2aadbaff9b9f88bc823c1adc4f6c75aa31e03a0258
3
+ size 5131409600
occiglot-7b-de-en-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5b0b1010573490d0a1df430febfda09f376996b95ebb1f1a9cfede0c201a9a12
3
+ size 4997716160
occiglot-7b-de-en-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2bf6d018dc9696619e236db1ec1bd59230b08f8aae2bc57465ee0aece370eaa4
3
+ size 5942065344
occiglot-7b-de-en-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3226577db67ea75cec41c2ebe4d8eeef5f50cd0b0a93fa84d97dbee507f5c41c
3
+ size 7695857856