morriszms commited on
Commit
7fb7629
·
verified ·
1 Parent(s): 0e4e83a

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
+ deepthought-8b-llama-v0.01-alpha-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ deepthought-8b-llama-v0.01-alpha-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ deepthought-8b-llama-v0.01-alpha-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ deepthought-8b-llama-v0.01-alpha-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ deepthought-8b-llama-v0.01-alpha-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ deepthought-8b-llama-v0.01-alpha-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ deepthought-8b-llama-v0.01-alpha-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ deepthought-8b-llama-v0.01-alpha-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ deepthought-8b-llama-v0.01-alpha-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ deepthought-8b-llama-v0.01-alpha-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ deepthought-8b-llama-v0.01-alpha-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ deepthought-8b-llama-v0.01-alpha-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,86 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: llama3.1
3
+ language:
4
+ - en
5
+ pipeline_tag: text-generation
6
+ tags:
7
+ - TensorBlock
8
+ - GGUF
9
+ base_model: ruliad/deepthought-8b-llama-v0.01-alpha
10
+ ---
11
+
12
+ <div style="width: auto; margin-left: auto; margin-right: auto">
13
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
14
+ </div>
15
+ <div style="display: flex; justify-content: space-between; width: 100%;">
16
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
17
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
18
+ 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>
19
+ </p>
20
+ </div>
21
+ </div>
22
+
23
+ ## ruliad/deepthought-8b-llama-v0.01-alpha - GGUF
24
+
25
+ This repo contains GGUF format model files for [ruliad/deepthought-8b-llama-v0.01-alpha](https://huggingface.co/ruliad/deepthought-8b-llama-v0.01-alpha).
26
+
27
+ 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).
28
+
29
+ <div style="text-align: left; margin: 20px 0;">
30
+ <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;">
31
+ Run them on the TensorBlock client using your local machine ↗
32
+ </a>
33
+ </div>
34
+
35
+ ## Prompt template
36
+
37
+ ```
38
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
39
+
40
+ Cutting Knowledge Date: December 2023
41
+ Today Date: 26 Jul 2024
42
+
43
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
44
+
45
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
46
+ ```
47
+
48
+ ## Model file specification
49
+
50
+ | Filename | Quant type | File Size | Description |
51
+ | -------- | ---------- | --------- | ----------- |
52
+ | [deepthought-8b-llama-v0.01-alpha-Q2_K.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
53
+ | [deepthought-8b-llama-v0.01-alpha-Q3_K_S.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
54
+ | [deepthought-8b-llama-v0.01-alpha-Q3_K_M.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
55
+ | [deepthought-8b-llama-v0.01-alpha-Q3_K_L.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
56
+ | [deepthought-8b-llama-v0.01-alpha-Q4_0.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
57
+ | [deepthought-8b-llama-v0.01-alpha-Q4_K_S.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
58
+ | [deepthought-8b-llama-v0.01-alpha-Q4_K_M.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
59
+ | [deepthought-8b-llama-v0.01-alpha-Q5_0.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
60
+ | [deepthought-8b-llama-v0.01-alpha-Q5_K_S.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
61
+ | [deepthought-8b-llama-v0.01-alpha-Q5_K_M.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
62
+ | [deepthought-8b-llama-v0.01-alpha-Q6_K.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
63
+ | [deepthought-8b-llama-v0.01-alpha-Q8_0.gguf](https://huggingface.co/tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF/blob/main/deepthought-8b-llama-v0.01-alpha-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
64
+
65
+
66
+ ## Downloading instruction
67
+
68
+ ### Command line
69
+
70
+ Firstly, install Huggingface Client
71
+
72
+ ```shell
73
+ pip install -U "huggingface_hub[cli]"
74
+ ```
75
+
76
+ Then, downoad the individual model file the a local directory
77
+
78
+ ```shell
79
+ huggingface-cli download tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF --include "deepthought-8b-llama-v0.01-alpha-Q2_K.gguf" --local-dir MY_LOCAL_DIR
80
+ ```
81
+
82
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
83
+
84
+ ```shell
85
+ huggingface-cli download tensorblock/deepthought-8b-llama-v0.01-alpha-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
86
+ ```
deepthought-8b-llama-v0.01-alpha-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d44c532f6b70f7d03d50a79f219eefe9797018fb0a26a31af4b9bebabddb584
3
+ size 3179155104
deepthought-8b-llama-v0.01-alpha-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d384e691ca21e11becb588854d6d91f81eed8789fb1a10262655203ff94ebbdf
3
+ size 4321981728
deepthought-8b-llama-v0.01-alpha-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:92e712c2d3f806b11e7bc405dd57dd48af1e1d95bf5d800542a873b79a15a79f
3
+ size 4018943264
deepthought-8b-llama-v0.01-alpha-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8e59e1e6096fbc4aded58274693cbeae3f6dba441f21173de540585bb5e72a8
3
+ size 3664524576
deepthought-8b-llama-v0.01-alpha-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8990b31c312e6c12ab8d52b6d7f481761aa0bebd9678a6aa51d45e02f399b36
3
+ size 4661239200
deepthought-8b-llama-v0.01-alpha-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d688f41f13d01a25cad2c3f755a30e5a82191c5c10d68208afa2a9ed3afb423b
3
+ size 4920761760
deepthought-8b-llama-v0.01-alpha-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:097f8cb145bec7b393b1d97cb6c229bec0b98e7ef92a435d3f4215af3f0a824a
3
+ size 4692696480
deepthought-8b-llama-v0.01-alpha-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c8698040bb867c714716ffe05e7a06a09d7393ba3fd98b9b4e2f1441b254534
3
+ size 5599323552
deepthought-8b-llama-v0.01-alpha-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:25ea9e8f69cf19c4f8f91c7dfc47d24e55864e959c58c6d37bd87110a01d512f
3
+ size 5733016992
deepthought-8b-llama-v0.01-alpha-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:061e5a544f819f15b901e4a2720a129345b99b93d548b6fdd82d0d09b9b51e51
3
+ size 5599323552
deepthought-8b-llama-v0.01-alpha-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c6ed05431bec7ca01f416773cda70bfdee3503220be3a879ac660cf7bb047914
3
+ size 6596038176
deepthought-8b-llama-v0.01-alpha-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:2c0dfba0c2b33916f1bfbc4adce9a8b6fc281c368421634bb0779a732238d637
3
+ size 8540810528