morriszms commited on
Commit
1a75555
·
verified ·
1 Parent(s): fd0d097

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
+ robust-llama3-8b-instruct-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ robust-llama3-8b-instruct-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ robust-llama3-8b-instruct-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ robust-llama3-8b-instruct-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ robust-llama3-8b-instruct-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ robust-llama3-8b-instruct-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ robust-llama3-8b-instruct-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ robust-llama3-8b-instruct-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ robust-llama3-8b-instruct-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ robust-llama3-8b-instruct-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ robust-llama3-8b-instruct-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ robust-llama3-8b-instruct-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,80 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: transformers
3
+ tags:
4
+ - TensorBlock
5
+ - GGUF
6
+ base_model: LLM-LAT/robust-llama3-8b-instruct
7
+ ---
8
+
9
+ <div style="width: auto; margin-left: auto; margin-right: auto">
10
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
11
+ </div>
12
+ <div style="display: flex; justify-content: space-between; width: 100%;">
13
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
14
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
15
+ 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>
16
+ </p>
17
+ </div>
18
+ </div>
19
+
20
+ ## LLM-LAT/robust-llama3-8b-instruct - GGUF
21
+
22
+ This repo contains GGUF format model files for [LLM-LAT/robust-llama3-8b-instruct](https://huggingface.co/LLM-LAT/robust-llama3-8b-instruct).
23
+
24
+ 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).
25
+
26
+ <div style="text-align: left; margin: 20px 0;">
27
+ <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;">
28
+ Run them on the TensorBlock client using your local machine ↗
29
+ </a>
30
+ </div>
31
+
32
+ ## Prompt template
33
+
34
+ ```
35
+ <|begin_of_text|><|start_header_id|>system<|end_header_id|>
36
+
37
+ {system_prompt}<|eot_id|><|start_header_id|>user<|end_header_id|>
38
+
39
+ {prompt}<|eot_id|><|start_header_id|>assistant<|end_header_id|>
40
+ ```
41
+
42
+ ## Model file specification
43
+
44
+ | Filename | Quant type | File Size | Description |
45
+ | -------- | ---------- | --------- | ----------- |
46
+ | [robust-llama3-8b-instruct-Q2_K.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
47
+ | [robust-llama3-8b-instruct-Q3_K_S.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
48
+ | [robust-llama3-8b-instruct-Q3_K_M.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
49
+ | [robust-llama3-8b-instruct-Q3_K_L.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
50
+ | [robust-llama3-8b-instruct-Q4_0.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
51
+ | [robust-llama3-8b-instruct-Q4_K_S.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
52
+ | [robust-llama3-8b-instruct-Q4_K_M.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
53
+ | [robust-llama3-8b-instruct-Q5_0.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
54
+ | [robust-llama3-8b-instruct-Q5_K_S.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
55
+ | [robust-llama3-8b-instruct-Q5_K_M.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
56
+ | [robust-llama3-8b-instruct-Q6_K.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
57
+ | [robust-llama3-8b-instruct-Q8_0.gguf](https://huggingface.co/tensorblock/robust-llama3-8b-instruct-GGUF/blob/main/robust-llama3-8b-instruct-Q8_0.gguf) | Q8_0 | 8.541 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/robust-llama3-8b-instruct-GGUF --include "robust-llama3-8b-instruct-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/robust-llama3-8b-instruct-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
80
+ ```
robust-llama3-8b-instruct-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a99d622a885f0ed01ee4c6ea70fe66275fe8fb434e7c2d8e83078c67958a47b1
3
+ size 3179131392
robust-llama3-8b-instruct-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e8437a74164ab4298f91cba81fab780fbcd6ee2386f4546bd3f878cec7c0285b
3
+ size 4321956352
robust-llama3-8b-instruct-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6fd8849f91f130cb559f3500bd8e1b68d2d807909ff428159b5e88aa75e584b9
3
+ size 4018917888
robust-llama3-8b-instruct-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:363e8b079d6d5b65cf281c7795d35b187e3debec19e22df33f7aee510e41d083
3
+ size 3664499200
robust-llama3-8b-instruct-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f7e12ea48b8c31af2a46e9b1cee00ac9c2214834fe97b7a3096dd114cb0c2644
3
+ size 4661211648
robust-llama3-8b-instruct-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4ec0b662275f3353d48601c65a39ca854c6b8046e562aef036db2e26b37aa5ee
3
+ size 4920734208
robust-llama3-8b-instruct-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9c21c9fff98ce0aa9d3222c3eb84a278fa703fc826d1eac49adac6c5fda36054
3
+ size 4692668928
robust-llama3-8b-instruct-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:86717a7d34a0c87354beb8b8e66bd49d5b362d4fb08604740729eef29d2c7815
3
+ size 5599293952
robust-llama3-8b-instruct-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b9ec834b0746bfa57d5985c0af55ce7516e5d8d60d182e2d706e3d8e10931506
3
+ size 5732987392
robust-llama3-8b-instruct-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:28ee33d23b944605e3f962054ce9ec06f7e1e987f94cb7d12689749e3f9ffc4e
3
+ size 5599293952
robust-llama3-8b-instruct-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:5e64870ed3ec2e27ff7f9a7fc2a65e69148bf240d64aa2e9b159b3a2bc8d069f
3
+ size 6596006400
robust-llama3-8b-instruct-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0a9cc68cdb96b7748b801f5411a7271b7b178b52ff0a9ac6def43b544b1a026e
3
+ size 8540770816