morriszms commited on
Commit
c8b94ba
·
verified ·
1 Parent(s): 404e29f

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
+ judge-eus-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
37
+ judge-eus-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
38
+ judge-eus-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
39
+ judge-eus-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
40
+ judge-eus-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
41
+ judge-eus-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
42
+ judge-eus-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
43
+ judge-eus-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
44
+ judge-eus-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
45
+ judge-eus-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
46
+ judge-eus-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
47
+ judge-eus-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,81 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ datasets:
4
+ - BAAI/JudgeLM-100K
5
+ language:
6
+ - eu
7
+ base_model: HiTZ/judge-eus
8
+ pipeline_tag: text-generation
9
+ tags:
10
+ - TensorBlock
11
+ - GGUF
12
+ ---
13
+
14
+ <div style="width: auto; margin-left: auto; margin-right: auto">
15
+ <img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
16
+ </div>
17
+ <div style="display: flex; justify-content: space-between; width: 100%;">
18
+ <div style="display: flex; flex-direction: column; align-items: flex-start;">
19
+ <p style="margin-top: 0.5em; margin-bottom: 0em;">
20
+ 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>
21
+ </p>
22
+ </div>
23
+ </div>
24
+
25
+ ## HiTZ/judge-eus - GGUF
26
+
27
+ This repo contains GGUF format model files for [HiTZ/judge-eus](https://huggingface.co/HiTZ/judge-eus).
28
+
29
+ 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).
30
+
31
+ <div style="text-align: left; margin: 20px 0;">
32
+ <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;">
33
+ Run them on the TensorBlock client using your local machine ↗
34
+ </a>
35
+ </div>
36
+
37
+ ## Prompt template
38
+
39
+ ```
40
+
41
+ ```
42
+
43
+ ## Model file specification
44
+
45
+ | Filename | Quant type | File Size | Description |
46
+ | -------- | ---------- | --------- | ----------- |
47
+ | [judge-eus-Q2_K.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
48
+ | [judge-eus-Q3_K_S.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q3_K_S.gguf) | Q3_K_S | 3.664 GB | very small, high quality loss |
49
+ | [judge-eus-Q3_K_M.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
50
+ | [judge-eus-Q3_K_L.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
51
+ | [judge-eus-Q4_0.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q4_0.gguf) | Q4_0 | 4.661 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
52
+ | [judge-eus-Q4_K_S.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
53
+ | [judge-eus-Q4_K_M.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
54
+ | [judge-eus-Q5_0.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q5_0.gguf) | Q5_0 | 5.599 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
55
+ | [judge-eus-Q5_K_S.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q5_K_S.gguf) | Q5_K_S | 5.599 GB | large, low quality loss - recommended |
56
+ | [judge-eus-Q5_K_M.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
57
+ | [judge-eus-Q6_K.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
58
+ | [judge-eus-Q8_0.gguf](https://huggingface.co/tensorblock/judge-eus-GGUF/blob/main/judge-eus-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
59
+
60
+
61
+ ## Downloading instruction
62
+
63
+ ### Command line
64
+
65
+ Firstly, install Huggingface Client
66
+
67
+ ```shell
68
+ pip install -U "huggingface_hub[cli]"
69
+ ```
70
+
71
+ Then, downoad the individual model file the a local directory
72
+
73
+ ```shell
74
+ huggingface-cli download tensorblock/judge-eus-GGUF --include "judge-eus-Q2_K.gguf" --local-dir MY_LOCAL_DIR
75
+ ```
76
+
77
+ If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
78
+
79
+ ```shell
80
+ huggingface-cli download tensorblock/judge-eus-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
81
+ ```
judge-eus-Q2_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b0502f3f15ec5c406906e64b47e1c4aee6a7eb7b111377e6d679682593c9cd69
3
+ size 3179131744
judge-eus-Q3_K_L.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5f6d586368b4546524bf696605cd55b5f1173b3276fa41f050ca41dbae01b7f
3
+ size 4321956704
judge-eus-Q3_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3bca3a1c0085683713281cd3d4076da010feac80758fe4b09a1eb0bf6411ac8f
3
+ size 4018918240
judge-eus-Q3_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:87422d542d780da87c44ea4657a1ad05cf3df33bdc3bf35855040faf75c48c9c
3
+ size 3664499552
judge-eus-Q4_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:59c9ab36cde15bd76d126f489372945f93acf31f714e61a684e72b298ad769d7
3
+ size 4661212000
judge-eus-Q4_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3c8c7c22b9b21bade71595714f38901f63709a8c2ce633c26a32c7bcae82527
3
+ size 4920734560
judge-eus-Q4_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:044ee770a89cef021a05d334cdf4ceeac01aeea0d2b7b92d865ad9f8e41d799a
3
+ size 4692669280
judge-eus-Q5_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ed857900c462815fe604b73456bcbc06adc79ec2d027f3335846d211e2c54d4b
3
+ size 5599294304
judge-eus-Q5_K_M.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7554a17b4f5466a6fd743a8c56d42159b2d88748da093f859bcbf7d09b59d3a1
3
+ size 5732987744
judge-eus-Q5_K_S.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a0e558ac8d1d9f7edf0e23263dbbbf0f47e39b76f88ff8edb1aaa26b9afb8e6
3
+ size 5599294304
judge-eus-Q6_K.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e5b2404331151688530fbcb1cfa6b2965971e2aa192a9ba68d6a81266259a503
3
+ size 6596006752
judge-eus-Q8_0.gguf ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0c6ef0df8890f29f319a7ada5b9d17c1c458b483bf4d1ad5615a88f5ea508358
3
+ size 8540771168