Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +182 -0
- oxy-1-small-Q2_K.gguf +3 -0
- oxy-1-small-Q3_K_L.gguf +3 -0
- oxy-1-small-Q3_K_M.gguf +3 -0
- oxy-1-small-Q3_K_S.gguf +3 -0
- oxy-1-small-Q4_0.gguf +3 -0
- oxy-1-small-Q4_K_M.gguf +3 -0
- oxy-1-small-Q4_K_S.gguf +3 -0
- oxy-1-small-Q5_0.gguf +3 -0
- oxy-1-small-Q5_K_M.gguf +3 -0
- oxy-1-small-Q5_K_S.gguf +3 -0
- oxy-1-small-Q6_K.gguf +3 -0
- oxy-1-small-Q8_0.gguf +3 -0
.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 |
+
oxy-1-small-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
oxy-1-small-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
oxy-1-small-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
oxy-1-small-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
oxy-1-small-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
oxy-1-small-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
oxy-1-small-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
oxy-1-small-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
oxy-1-small-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
oxy-1-small-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
oxy-1-small-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
oxy-1-small-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,182 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: apache-2.0
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- role-play
|
8 |
+
- fine-tuned
|
9 |
+
- qwen2.5
|
10 |
+
- TensorBlock
|
11 |
+
- GGUF
|
12 |
+
base_model: oxyapi/oxy-1-small
|
13 |
+
pipeline_tag: text-generation
|
14 |
+
model-index:
|
15 |
+
- name: oxy-1-small
|
16 |
+
results:
|
17 |
+
- task:
|
18 |
+
type: text-generation
|
19 |
+
name: Text Generation
|
20 |
+
dataset:
|
21 |
+
name: IFEval (0-Shot)
|
22 |
+
type: HuggingFaceH4/ifeval
|
23 |
+
args:
|
24 |
+
num_few_shot: 0
|
25 |
+
metrics:
|
26 |
+
- type: inst_level_strict_acc and prompt_level_strict_acc
|
27 |
+
value: 62.45
|
28 |
+
name: strict accuracy
|
29 |
+
source:
|
30 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=oxyapi/oxy-1-small
|
31 |
+
name: Open LLM Leaderboard
|
32 |
+
- task:
|
33 |
+
type: text-generation
|
34 |
+
name: Text Generation
|
35 |
+
dataset:
|
36 |
+
name: BBH (3-Shot)
|
37 |
+
type: BBH
|
38 |
+
args:
|
39 |
+
num_few_shot: 3
|
40 |
+
metrics:
|
41 |
+
- type: acc_norm
|
42 |
+
value: 41.18
|
43 |
+
name: normalized accuracy
|
44 |
+
source:
|
45 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=oxyapi/oxy-1-small
|
46 |
+
name: Open LLM Leaderboard
|
47 |
+
- task:
|
48 |
+
type: text-generation
|
49 |
+
name: Text Generation
|
50 |
+
dataset:
|
51 |
+
name: MATH Lvl 5 (4-Shot)
|
52 |
+
type: hendrycks/competition_math
|
53 |
+
args:
|
54 |
+
num_few_shot: 4
|
55 |
+
metrics:
|
56 |
+
- type: exact_match
|
57 |
+
value: 18.28
|
58 |
+
name: exact match
|
59 |
+
source:
|
60 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=oxyapi/oxy-1-small
|
61 |
+
name: Open LLM Leaderboard
|
62 |
+
- task:
|
63 |
+
type: text-generation
|
64 |
+
name: Text Generation
|
65 |
+
dataset:
|
66 |
+
name: GPQA (0-shot)
|
67 |
+
type: Idavidrein/gpqa
|
68 |
+
args:
|
69 |
+
num_few_shot: 0
|
70 |
+
metrics:
|
71 |
+
- type: acc_norm
|
72 |
+
value: 16.22
|
73 |
+
name: acc_norm
|
74 |
+
source:
|
75 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=oxyapi/oxy-1-small
|
76 |
+
name: Open LLM Leaderboard
|
77 |
+
- task:
|
78 |
+
type: text-generation
|
79 |
+
name: Text Generation
|
80 |
+
dataset:
|
81 |
+
name: MuSR (0-shot)
|
82 |
+
type: TAUR-Lab/MuSR
|
83 |
+
args:
|
84 |
+
num_few_shot: 0
|
85 |
+
metrics:
|
86 |
+
- type: acc_norm
|
87 |
+
value: 16.28
|
88 |
+
name: acc_norm
|
89 |
+
source:
|
90 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=oxyapi/oxy-1-small
|
91 |
+
name: Open LLM Leaderboard
|
92 |
+
- task:
|
93 |
+
type: text-generation
|
94 |
+
name: Text Generation
|
95 |
+
dataset:
|
96 |
+
name: MMLU-PRO (5-shot)
|
97 |
+
type: TIGER-Lab/MMLU-Pro
|
98 |
+
config: main
|
99 |
+
split: test
|
100 |
+
args:
|
101 |
+
num_few_shot: 5
|
102 |
+
metrics:
|
103 |
+
- type: acc
|
104 |
+
value: 44.45
|
105 |
+
name: accuracy
|
106 |
+
source:
|
107 |
+
url: https://huggingface.co/spaces/open-llm-leaderboard/open_llm_leaderboard?query=oxyapi/oxy-1-small
|
108 |
+
name: Open LLM Leaderboard
|
109 |
+
---
|
110 |
+
|
111 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
112 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
113 |
+
</div>
|
114 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
115 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
116 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
117 |
+
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>
|
118 |
+
</p>
|
119 |
+
</div>
|
120 |
+
</div>
|
121 |
+
|
122 |
+
## oxyapi/oxy-1-small - GGUF
|
123 |
+
|
124 |
+
This repo contains GGUF format model files for [oxyapi/oxy-1-small](https://huggingface.co/oxyapi/oxy-1-small).
|
125 |
+
|
126 |
+
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).
|
127 |
+
|
128 |
+
<div style="text-align: left; margin: 20px 0;">
|
129 |
+
<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;">
|
130 |
+
Run them on the TensorBlock client using your local machine ↗
|
131 |
+
</a>
|
132 |
+
</div>
|
133 |
+
|
134 |
+
## Prompt template
|
135 |
+
|
136 |
+
```
|
137 |
+
<|im_start|>system
|
138 |
+
{system_prompt}<|im_end|>
|
139 |
+
<|im_start|>user
|
140 |
+
{prompt}<|im_end|>
|
141 |
+
<|im_start|>assistant
|
142 |
+
```
|
143 |
+
|
144 |
+
## Model file specification
|
145 |
+
|
146 |
+
| Filename | Quant type | File Size | Description |
|
147 |
+
| -------- | ---------- | --------- | ----------- |
|
148 |
+
| [oxy-1-small-Q2_K.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q2_K.gguf) | Q2_K | 5.770 GB | smallest, significant quality loss - not recommended for most purposes |
|
149 |
+
| [oxy-1-small-Q3_K_S.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q3_K_S.gguf) | Q3_K_S | 6.660 GB | very small, high quality loss |
|
150 |
+
| [oxy-1-small-Q3_K_M.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q3_K_M.gguf) | Q3_K_M | 7.339 GB | very small, high quality loss |
|
151 |
+
| [oxy-1-small-Q3_K_L.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q3_K_L.gguf) | Q3_K_L | 7.925 GB | small, substantial quality loss |
|
152 |
+
| [oxy-1-small-Q4_0.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q4_0.gguf) | Q4_0 | 8.518 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
153 |
+
| [oxy-1-small-Q4_K_S.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q4_K_S.gguf) | Q4_K_S | 8.573 GB | small, greater quality loss |
|
154 |
+
| [oxy-1-small-Q4_K_M.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q4_K_M.gguf) | Q4_K_M | 8.988 GB | medium, balanced quality - recommended |
|
155 |
+
| [oxy-1-small-Q5_0.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q5_0.gguf) | Q5_0 | 10.267 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
156 |
+
| [oxy-1-small-Q5_K_S.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q5_K_S.gguf) | Q5_K_S | 10.267 GB | large, low quality loss - recommended |
|
157 |
+
| [oxy-1-small-Q5_K_M.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q5_K_M.gguf) | Q5_K_M | 10.509 GB | large, very low quality loss - recommended |
|
158 |
+
| [oxy-1-small-Q6_K.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q6_K.gguf) | Q6_K | 12.125 GB | very large, extremely low quality loss |
|
159 |
+
| [oxy-1-small-Q8_0.gguf](https://huggingface.co/tensorblock/oxy-1-small-GGUF/blob/main/oxy-1-small-Q8_0.gguf) | Q8_0 | 15.702 GB | very large, extremely low quality loss - not recommended |
|
160 |
+
|
161 |
+
|
162 |
+
## Downloading instruction
|
163 |
+
|
164 |
+
### Command line
|
165 |
+
|
166 |
+
Firstly, install Huggingface Client
|
167 |
+
|
168 |
+
```shell
|
169 |
+
pip install -U "huggingface_hub[cli]"
|
170 |
+
```
|
171 |
+
|
172 |
+
Then, downoad the individual model file the a local directory
|
173 |
+
|
174 |
+
```shell
|
175 |
+
huggingface-cli download tensorblock/oxy-1-small-GGUF --include "oxy-1-small-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
176 |
+
```
|
177 |
+
|
178 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
179 |
+
|
180 |
+
```shell
|
181 |
+
huggingface-cli download tensorblock/oxy-1-small-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
182 |
+
```
|
oxy-1-small-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60f33f34503eca03b70ca79d1272db734fb7c2780c706bc733dae3c268d9207a
|
3 |
+
size 5770496128
|
oxy-1-small-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:addba2edf4197012e084c73d46be5dce703d8f856b26204ccf1a93ca0fd98e50
|
3 |
+
size 7924766848
|
oxy-1-small-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b0af0fd2805131d4bd85ca38b99e97b0038a42886d99acf92d332c0b00bfa6d8
|
3 |
+
size 7339202688
|
oxy-1-small-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:620255ff8601041992584af35d7dc22e864b2fb7afc6a41b11cd1887fb985c73
|
3 |
+
size 6659594368
|
oxy-1-small-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:bc71adb2e513fb2a5268299cd637b9487b23bc8510972b8206a87017fa70e90c
|
3 |
+
size 8517724288
|
oxy-1-small-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2f643b8e349b24cba47b79e15873bf1038a758505b91178cdf776dc81cac3249
|
3 |
+
size 8988108928
|
oxy-1-small-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3e094cdd3766b3da837c725b2ed446cf514c21ab7163410eab4ae6976fc00f93
|
3 |
+
size 8573429888
|
oxy-1-small-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:269db73644d1081641bff5d99cdff0ba8ab6b50380b0e3dd1f9ceb4b5d938bbc
|
3 |
+
size 10266552448
|
oxy-1-small-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:11bae7dd6c9bdd50083b60e4e3bc555921e827e90a3fff5bff41bf1eea21aeab
|
3 |
+
size 10508871808
|
oxy-1-small-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5d73c36dd51ebcbe2f2d9058300a9813007e6fb0b962e7c579d87e6d7eceff1d
|
3 |
+
size 10266552448
|
oxy-1-small-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:91739de2ea5f318e4b3e120f3b4ec4bdbe9fce3aaec35fba78f4f84f37a36a8a
|
3 |
+
size 12124682368
|
oxy-1-small-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:87ec595b7c70f86f9f8b48d60113e51fb0931d365767cb583d1451ea4ef30169
|
3 |
+
size 15701596288
|