morriszms commited on
Commit
106f60c
·
verified ·
1 Parent(s): 5fd1393

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
+ llama-3-tulu-2-8b-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ llama-3-tulu-2-8b-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ llama-3-tulu-2-8b-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ llama-3-tulu-2-8b-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ llama-3-tulu-2-8b-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ llama-3-tulu-2-8b-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ llama-3-tulu-2-8b-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ llama-3-tulu-2-8b-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ llama-3-tulu-2-8b-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ llama-3-tulu-2-8b-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ llama-3-tulu-2-8b-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ llama-3-tulu-2-8b-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - allenai/tulu-v2-sft-mixture
4
+ language:
5
+ - en
6
+ base_model: allenai/llama-3-tulu-2-8b
7
+ license: apache-2.0
8
+ tags:
9
+ - TensorBlock
10
+ - GGUF
11
+ model-index:
12
+ - name: llama-3-tulu-2-8b
13
+ results: []
14
+ ---
15
+
16
+ <div style="width: auto; margin-left: auto; margin-right: auto">
17
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
18
+ </div>
19
+ <div style="display: flex; justify-content: space-between; width: 100%;">
20
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
21
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
22
+ 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>
23
+ </p>
24
+ </div>
25
+ </div>
26
+
27
+ ## allenai/llama-3-tulu-2-8b - GGUF
28
+
29
+ This repo contains GGUF format model files for [allenai/llama-3-tulu-2-8b](https://huggingface.co/allenai/llama-3-tulu-2-8b).
30
+
31
+ 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).
32
+
33
+ <div style="text-align: left; margin: 20px 0;">
34
+ <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;">
35
+ Run them on the TensorBlock client using your local machine ↗
36
+ </a>
37
+ </div>
38
+
39
+ ## Prompt template
40
+
41
+ ```
42
+ <|user|>
43
+ {prompt}
44
+ <|assistant|>
45
+ ```
46
+
47
+ ## Model file specification
48
+
49
+ | Filename | Quant type | File Size | Description |
50
+ | -------- | ---------- | --------- | ----------- |
51
+ | [llama-3-tulu-2-8b-Q2_K.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
52
+ | [llama-3-tulu-2-8b-Q3_K_S.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
53
+ | [llama-3-tulu-2-8b-Q3_K_M.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
54
+ | [llama-3-tulu-2-8b-Q3_K_L.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
55
+ | [llama-3-tulu-2-8b-Q4_0.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
56
+ | [llama-3-tulu-2-8b-Q4_K_S.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
57
+ | [llama-3-tulu-2-8b-Q4_K_M.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
58
+ | [llama-3-tulu-2-8b-Q5_0.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
59
+ | [llama-3-tulu-2-8b-Q5_K_S.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
60
+ | [llama-3-tulu-2-8b-Q5_K_M.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
61
+ | [llama-3-tulu-2-8b-Q6_K.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
62
+ | [llama-3-tulu-2-8b-Q8_0.gguf](https://huggingface.co/tensorblock/llama-3-tulu-2-8b-GGUF/blob/main/llama-3-tulu-2-8b-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
63
+
64
+
65
+ ## Downloading instruction
66
+
67
+ ### Command line
68
+
69
+ Firstly, install Huggingface Client
70
+
71
+ ```shell
72
+ pip install -U "huggingface_hub[cli]"
73
+ ```
74
+
75
+ Then, downoad the individual model file the a local directory
76
+
77
+ ```shell
78
+ huggingface-cli download tensorblock/llama-3-tulu-2-8b-GGUF --include "llama-3-tulu-2-8b-Q2_K.gguf" --local-dir MY_LOCAL_DIR
79
+ ```
80
+
81
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
82
+
83
+ ```shell
84
+ huggingface-cli download tensorblock/llama-3-tulu-2-8b-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
85
+ ```
llama-3-tulu-2-8b-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aaafab35ae9f831d1e87bd837050929c24f7bcda0dfb097e050a3143befbbaf9
3
+ size 3179131680
llama-3-tulu-2-8b-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:56b5b3f4a01f99abfaf9bfa5026d54c849fc8d78a203b6b732ab493997f0760b
3
+ size 4321956640
llama-3-tulu-2-8b-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c8510a2ab3c050aeb85ae5aa20ccb02b1daafdc378d70df0756cc94a889a2f1d
3
+ size 4018918176
llama-3-tulu-2-8b-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1480173f4bb4e88a924c48549c4db53d98c17658679b0b2ba71bec694b2e236
3
+ size 3664499488
llama-3-tulu-2-8b-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:35037c9710d3fba6c5aee14297b8cbd31664f4395d3ece4bb16f22fb595a8fa9
3
+ size 4661211936
llama-3-tulu-2-8b-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f9f55f24f09ba36dc0bc5cbdc65bfee084162133abaffdc67c3dee4e972eb712
3
+ size 4920734496
llama-3-tulu-2-8b-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07710d6891bf5e97dbac33778793efe8fb80a812fd86b6effd38f1ced928ae69
3
+ size 4692669216
llama-3-tulu-2-8b-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06488a9d2181b7ee4171948b704da749646015c2c3687105659449d7916aa0e
3
+ size 5599294240
llama-3-tulu-2-8b-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ba94d55cc1443c27e60d8b863e971cffc7e2f1e5ab1ca211b6f8a6c8e47f4508
3
+ size 5732987680
llama-3-tulu-2-8b-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4741068e4269e95b2aff829c12892c3b0acb70dd93ad4c732e37675bbedae44
3
+ size 5599294240
llama-3-tulu-2-8b-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3f08b18e9f35e519285715d67bcde3088aa1428145e054e9886bd26a311c7bfb
3
+ size 6596006688
llama-3-tulu-2-8b-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:261f86d79e07333e5475b629ff9f3980527239b69d34e95467b9bd25537ae70e
3
+ size 8540771104