Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +78 -0
- dictalm2.0-Q2_K.gguf +3 -0
- dictalm2.0-Q3_K_L.gguf +3 -0
- dictalm2.0-Q3_K_M.gguf +3 -0
- dictalm2.0-Q3_K_S.gguf +3 -0
- dictalm2.0-Q4_0.gguf +3 -0
- dictalm2.0-Q4_K_M.gguf +3 -0
- dictalm2.0-Q4_K_S.gguf +3 -0
- dictalm2.0-Q5_0.gguf +3 -0
- dictalm2.0-Q5_K_M.gguf +3 -0
- dictalm2.0-Q5_K_S.gguf +3 -0
- dictalm2.0-Q6_K.gguf +3 -0
- dictalm2.0-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 |
+
dictalm2.0-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
dictalm2.0-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
dictalm2.0-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
dictalm2.0-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
dictalm2.0-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
dictalm2.0-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
dictalm2.0-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
dictalm2.0-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
dictalm2.0-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
dictalm2.0-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
dictalm2.0-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
dictalm2.0-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,78 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
pipeline_tag: text-generation
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
- he
|
7 |
+
tags:
|
8 |
+
- pretrained
|
9 |
+
- TensorBlock
|
10 |
+
- GGUF
|
11 |
+
inference:
|
12 |
+
parameters:
|
13 |
+
temperature: 0.7
|
14 |
+
base_model: dicta-il/dictalm2.0
|
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 |
+
## dicta-il/dictalm2.0 - GGUF
|
29 |
+
|
30 |
+
This repo contains GGUF format model files for [dicta-il/dictalm2.0](https://huggingface.co/dicta-il/dictalm2.0).
|
31 |
+
|
32 |
+
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).
|
33 |
+
|
34 |
+
## Prompt template
|
35 |
+
|
36 |
+
```
|
37 |
+
|
38 |
+
```
|
39 |
+
|
40 |
+
## Model file specification
|
41 |
+
|
42 |
+
| Filename | Quant type | File Size | Description |
|
43 |
+
| -------- | ---------- | --------- | ----------- |
|
44 |
+
| [dictalm2.0-Q2_K.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q2_K.gguf) | Q2_K | 2.538 GB | smallest, significant quality loss - not recommended for most purposes |
|
45 |
+
| [dictalm2.0-Q3_K_S.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q3_K_S.gguf) | Q3_K_S | 2.953 GB | very small, high quality loss |
|
46 |
+
| [dictalm2.0-Q3_K_M.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q3_K_M.gguf) | Q3_K_M | 3.283 GB | very small, high quality loss |
|
47 |
+
| [dictalm2.0-Q3_K_L.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q3_K_L.gguf) | Q3_K_L | 3.565 GB | small, substantial quality loss |
|
48 |
+
| [dictalm2.0-Q4_0.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q4_0.gguf) | Q4_0 | 3.833 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
49 |
+
| [dictalm2.0-Q4_K_S.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q4_K_S.gguf) | Q4_K_S | 3.862 GB | small, greater quality loss |
|
50 |
+
| [dictalm2.0-Q4_K_M.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q4_K_M.gguf) | Q4_K_M | 4.075 GB | medium, balanced quality - recommended |
|
51 |
+
| [dictalm2.0-Q5_0.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q5_0.gguf) | Q5_0 | 4.661 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
52 |
+
| [dictalm2.0-Q5_K_S.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q5_K_S.gguf) | Q5_K_S | 4.661 GB | large, low quality loss - recommended |
|
53 |
+
| [dictalm2.0-Q5_K_M.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q5_K_M.gguf) | Q5_K_M | 4.786 GB | large, very low quality loss - recommended |
|
54 |
+
| [dictalm2.0-Q6_K.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q6_K.gguf) | Q6_K | 5.541 GB | very large, extremely low quality loss |
|
55 |
+
| [dictalm2.0-Q8_0.gguf](https://huggingface.co/tensorblock/dictalm2.0-GGUF/tree/main/dictalm2.0-Q8_0.gguf) | Q8_0 | 7.177 GB | very large, extremely low quality loss - not recommended |
|
56 |
+
|
57 |
+
|
58 |
+
## Downloading instruction
|
59 |
+
|
60 |
+
### Command line
|
61 |
+
|
62 |
+
Firstly, install Huggingface Client
|
63 |
+
|
64 |
+
```shell
|
65 |
+
pip install -U "huggingface_hub[cli]"
|
66 |
+
```
|
67 |
+
|
68 |
+
Then, downoad the individual model file the a local directory
|
69 |
+
|
70 |
+
```shell
|
71 |
+
huggingface-cli download tensorblock/dictalm2.0-GGUF --include "dictalm2.0-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
72 |
+
```
|
73 |
+
|
74 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
75 |
+
|
76 |
+
```shell
|
77 |
+
huggingface-cli download tensorblock/dictalm2.0-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
78 |
+
```
|
dictalm2.0-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9df90958be2401b35e29fb2d51fc6be7826ae5052dbd381139a1524d451c27ea
|
3 |
+
size 2724688640
|
dictalm2.0-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea423aec4e118d47f95ecacbb33700a94ae1419f86b63625ace74511c531554b
|
3 |
+
size 3827950336
|
dictalm2.0-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e6a46bc6ceb34adbb0ce75d73464276f6c04d80f2c2804b7a6f0cacdf39b65ad
|
3 |
+
size 3524911872
|
dictalm2.0-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2bdb8d606ee59badc44177013fc487c2989be80cfaf4a47fe55ec335af3c1161
|
3 |
+
size 3170493184
|
dictalm2.0-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca73e9e223dd90b629a72d46dbe844411e904c51dabed27ddde77d14293c8079
|
3 |
+
size 4115469056
|
dictalm2.0-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:21020af232638538a1777bdbf009892add344b12508d55c7fc21e56b28127214
|
3 |
+
size 4374991616
|
dictalm2.0-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0918d6187010b4970f32285ab39b95c4b9102319fa1ee865d75521134c25d96d
|
3 |
+
size 4146926336
|
dictalm2.0-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:69905baa4d0c3d789d8b630350b8562501457be07634dd50ad78e7e994f80210
|
3 |
+
size 5004858112
|
dictalm2.0-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1c1eec96c31776c68c3f8f9c00818bc33da9978e666339522f4399dc0593c122
|
3 |
+
size 5138551552
|
dictalm2.0-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9ede3ec94753bf4c5ad668f0c3f631d746c49281ea93c8422d5a75959ab85869
|
3 |
+
size 5004858112
|
dictalm2.0-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d5cb912fa2721ec0ebf997ed5b541c1b79ea88c1e2007e05c7d2efb48357faf
|
3 |
+
size 5949833984
|
dictalm2.0-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:125a8e8c6f6b9f58c2db72747bbffaaccc76caa5a1a333b72836c664179f4317
|
3 |
+
size 7705912064
|