morriszms commited on
Commit
d6819b2
·
verified ·
1 Parent(s): 0706ca3

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