morriszms commited on
Commit
0b6d914
·
verified ·
1 Parent(s): 1c2a2e4

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