morriszms commited on
Commit
7e69a29
·
verified ·
1 Parent(s): f6b5cca

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
+ dut-recipe-generator-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ dut-recipe-generator-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ dut-recipe-generator-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ dut-recipe-generator-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ dut-recipe-generator-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ dut-recipe-generator-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ dut-recipe-generator-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ dut-recipe-generator-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ dut-recipe-generator-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ dut-recipe-generator-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ dut-recipe-generator-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ dut-recipe-generator-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,82 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: bigscience-bloom-rail-1.0
3
+ tags:
4
+ - bloom
5
+ - text-generation
6
+ - recipe-generation
7
+ - TensorBlock
8
+ - GGUF
9
+ widget:
10
+ - text: '{"prompt": ["onion", "pepper", "brown rice", "egg", "soy sauce"]'
11
+ - text: '{"prompt": ["whole wheat flour", "berries", "baking powder", "milk"]'
12
+ base_model: Ashikan/dut-recipe-generator
13
+ ---
14
+
15
+ <div style="width: auto; margin-left: auto; margin-right: auto">
16
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
17
+ </div>
18
+ <div style="display: flex; justify-content: space-between; width: 100%;">
19
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
20
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
21
+ 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>
22
+ </p>
23
+ </div>
24
+ </div>
25
+
26
+ ## Ashikan/dut-recipe-generator - GGUF
27
+
28
+ This repo contains GGUF format model files for [Ashikan/dut-recipe-generator](https://huggingface.co/Ashikan/dut-recipe-generator).
29
+
30
+ 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).
31
+
32
+ <div style="text-align: left; margin: 20px 0;">
33
+ <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;">
34
+ Run them on the TensorBlock client using your local machine ↗
35
+ </a>
36
+ </div>
37
+
38
+ ## Prompt template
39
+
40
+ ```
41
+
42
+ ```
43
+
44
+ ## Model file specification
45
+
46
+ | Filename | Quant type | File Size | Description |
47
+ | -------- | ---------- | --------- | ----------- |
48
+ | [dut-recipe-generator-Q2_K.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q2_K.gguf) | Q2_K | 0.421 GB | smallest, significant quality loss - not recommended for most purposes |
49
+ | [dut-recipe-generator-Q3_K_S.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q3_K_S.gguf) | Q3_K_S | 0.465 GB | very small, high quality loss |
50
+ | [dut-recipe-generator-Q3_K_M.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q3_K_M.gguf) | Q3_K_M | 0.492 GB | very small, high quality loss |
51
+ | [dut-recipe-generator-Q3_K_L.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q3_K_L.gguf) | Q3_K_L | 0.507 GB | small, substantial quality loss |
52
+ | [dut-recipe-generator-Q4_0.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q4_0.gguf) | Q4_0 | 0.539 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
53
+ | [dut-recipe-generator-Q4_K_S.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q4_K_S.gguf) | Q4_K_S | 0.541 GB | small, greater quality loss |
54
+ | [dut-recipe-generator-Q4_K_M.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q4_K_M.gguf) | Q4_K_M | 0.561 GB | medium, balanced quality - recommended |
55
+ | [dut-recipe-generator-Q5_0.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q5_0.gguf) | Q5_0 | 0.609 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
56
+ | [dut-recipe-generator-Q5_K_S.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q5_K_S.gguf) | Q5_K_S | 0.609 GB | large, low quality loss - recommended |
57
+ | [dut-recipe-generator-Q5_K_M.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q5_K_M.gguf) | Q5_K_M | 0.626 GB | large, very low quality loss - recommended |
58
+ | [dut-recipe-generator-Q6_K.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q6_K.gguf) | Q6_K | 0.683 GB | very large, extremely low quality loss |
59
+ | [dut-recipe-generator-Q8_0.gguf](https://huggingface.co/tensorblock/dut-recipe-generator-GGUF/blob/main/dut-recipe-generator-Q8_0.gguf) | Q8_0 | 0.881 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/dut-recipe-generator-GGUF --include "dut-recipe-generator-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/dut-recipe-generator-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
82
+ ```
dut-recipe-generator-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1763f6394b6499b367898bb77e7d6bf8e6599a6ea3ec0132b1dcb89c4d9d7492
3
+ size 420821376
dut-recipe-generator-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78c21884cd56df1fcb93d38c9ebf9fe9e25d2e5fe39efd326f48a93c68780b43
3
+ size 507271552
dut-recipe-generator-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8cb54c42523af2d0273b68ec7545da5dcbefbbe26f28381328a6f3fb1b88d6fd
3
+ size 492067200
dut-recipe-generator-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e897d74017658798b61ce79f8adc4e8e737999e3ee7d51fdbbf020a23ffaa7b7
3
+ size 464804224
dut-recipe-generator-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aacec672678670f175d244f690889cfef511b1e35f9de6de0bb7cb4b4a39ec08
3
+ size 539031936
dut-recipe-generator-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ccb2bf17b2e42c9489f51846ab41826d23403c541bb5ed7d2624be7dcb2ff2a8
3
+ size 561445248
dut-recipe-generator-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:29ba5d1a6301d3669a436d71556f1208cdbde29e1dfd836efb73cc9095b853f2
3
+ size 540604800
dut-recipe-generator-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:539873d3c5a0ad88983053ed58c6f9fef87d9ffa39620882ce250cfe66869b85
3
+ size 608893312
dut-recipe-generator-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:696ff853761e2ad4f390f6ff4ea394d9cd56cbb93eacc29cb22c7ea5fab0240a
3
+ size 625604992
dut-recipe-generator-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9066f4e118a9c004667f2165d0eb8700bf447e7e1a6762a3803d536e902093e8
3
+ size 608893312
dut-recipe-generator-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5ff338cb8e77d4ba5a20ef775073379c93410c182411f754c28c0169c962eff0
3
+ size 683121024
dut-recipe-generator-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aad87312f8fbb36fefc0385e81e125080241b699392d7df35019f9a28c28b6a3
3
+ size 880695680