Upload folder using huggingface_hub
Browse files- .gitattributes +12 -0
- README.md +154 -0
- dart-math-llama3-8b-prop2diff-Q2_K.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q3_K_L.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q3_K_M.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q3_K_S.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q4_0.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q4_K_M.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q4_K_S.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q5_0.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q5_K_M.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q5_K_S.gguf +3 -0
- dart-math-llama3-8b-prop2diff-Q6_K.gguf +3 -0
- dart-math-llama3-8b-prop2diff-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 |
+
dart-math-llama3-8b-prop2diff-Q2_K.gguf filter=lfs diff=lfs merge=lfs -text
|
37 |
+
dart-math-llama3-8b-prop2diff-Q3_K_L.gguf filter=lfs diff=lfs merge=lfs -text
|
38 |
+
dart-math-llama3-8b-prop2diff-Q3_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
39 |
+
dart-math-llama3-8b-prop2diff-Q3_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
40 |
+
dart-math-llama3-8b-prop2diff-Q4_0.gguf filter=lfs diff=lfs merge=lfs -text
|
41 |
+
dart-math-llama3-8b-prop2diff-Q4_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
42 |
+
dart-math-llama3-8b-prop2diff-Q4_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
43 |
+
dart-math-llama3-8b-prop2diff-Q5_0.gguf filter=lfs diff=lfs merge=lfs -text
|
44 |
+
dart-math-llama3-8b-prop2diff-Q5_K_M.gguf filter=lfs diff=lfs merge=lfs -text
|
45 |
+
dart-math-llama3-8b-prop2diff-Q5_K_S.gguf filter=lfs diff=lfs merge=lfs -text
|
46 |
+
dart-math-llama3-8b-prop2diff-Q6_K.gguf filter=lfs diff=lfs merge=lfs -text
|
47 |
+
dart-math-llama3-8b-prop2diff-Q8_0.gguf filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,154 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
license: llama3
|
5 |
+
library_name: transformers
|
6 |
+
tags:
|
7 |
+
- mathematics
|
8 |
+
- TensorBlock
|
9 |
+
- GGUF
|
10 |
+
datasets:
|
11 |
+
- hkust-nlp/dart-math-hard
|
12 |
+
metrics:
|
13 |
+
- accuracy
|
14 |
+
pipeline_tag: text-generation
|
15 |
+
base_model: hkust-nlp/dart-math-llama3-8b-prop2diff
|
16 |
+
model-index:
|
17 |
+
- name: dart-math-llama3-8b-prop2diff
|
18 |
+
results:
|
19 |
+
- task:
|
20 |
+
type: text-generation
|
21 |
+
name: Mathematical Problem-Solving
|
22 |
+
dataset:
|
23 |
+
name: MATH
|
24 |
+
type: hendrycks/competition_math
|
25 |
+
split: test
|
26 |
+
metrics:
|
27 |
+
- type: accuracy
|
28 |
+
value: 46.6
|
29 |
+
name: Pass@1 (0-shot CoT)
|
30 |
+
- task:
|
31 |
+
type: text-generation
|
32 |
+
name: Mathematical Problem-Solving
|
33 |
+
dataset:
|
34 |
+
name: GSM8K
|
35 |
+
type: openai/gsm8k
|
36 |
+
config: main
|
37 |
+
split: test
|
38 |
+
metrics:
|
39 |
+
- type: accuracy
|
40 |
+
value: 81.1
|
41 |
+
name: Pass@1 (0-shot CoT)
|
42 |
+
- task:
|
43 |
+
type: text-generation
|
44 |
+
name: Mathematical Problem-Solving
|
45 |
+
dataset:
|
46 |
+
name: CollegeMath
|
47 |
+
type: college-math
|
48 |
+
metrics:
|
49 |
+
- type: accuracy
|
50 |
+
value: 28.8
|
51 |
+
name: Pass@1 (0-shot CoT)
|
52 |
+
- task:
|
53 |
+
type: text-generation
|
54 |
+
name: Mathematical Problem-Solving
|
55 |
+
dataset:
|
56 |
+
name: DeepMind-Mathematics
|
57 |
+
type: deepmind-mathematics
|
58 |
+
metrics:
|
59 |
+
- type: accuracy
|
60 |
+
value: 48.0
|
61 |
+
name: Pass@1 (0-shot CoT)
|
62 |
+
- task:
|
63 |
+
type: text-generation
|
64 |
+
name: Mathematical Problem-Solving
|
65 |
+
dataset:
|
66 |
+
name: OlympiadBench-OE_TO_maths_en_COMP
|
67 |
+
type: Hothan/OlympiadBench
|
68 |
+
config: OE_TO_maths_en_COMP
|
69 |
+
split: train
|
70 |
+
metrics:
|
71 |
+
- type: accuracy
|
72 |
+
value: 14.5
|
73 |
+
name: Pass@1 (0-shot CoT)
|
74 |
+
- task:
|
75 |
+
type: text-generation
|
76 |
+
name: Mathematical Problem-Solving
|
77 |
+
dataset:
|
78 |
+
name: TheoremQA
|
79 |
+
type: TIGER-Lab/TheoremQA
|
80 |
+
split: test
|
81 |
+
metrics:
|
82 |
+
- type: accuracy
|
83 |
+
value: 19.4
|
84 |
+
name: Pass@1 (0-shot CoT)
|
85 |
+
---
|
86 |
+
|
87 |
+
<div style="width: auto; margin-left: auto; margin-right: auto">
|
88 |
+
<img src="https://i.imgur.com/jC7kdl8.jpeg" alt="TensorBlock" style="width: 100%; min-width: 400px; display: block; margin: auto;">
|
89 |
+
</div>
|
90 |
+
<div style="display: flex; justify-content: space-between; width: 100%;">
|
91 |
+
<div style="display: flex; flex-direction: column; align-items: flex-start;">
|
92 |
+
<p style="margin-top: 0.5em; margin-bottom: 0em;">
|
93 |
+
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>
|
94 |
+
</p>
|
95 |
+
</div>
|
96 |
+
</div>
|
97 |
+
|
98 |
+
## hkust-nlp/dart-math-llama3-8b-prop2diff - GGUF
|
99 |
+
|
100 |
+
This repo contains GGUF format model files for [hkust-nlp/dart-math-llama3-8b-prop2diff](https://huggingface.co/hkust-nlp/dart-math-llama3-8b-prop2diff).
|
101 |
+
|
102 |
+
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).
|
103 |
+
|
104 |
+
<div style="text-align: left; margin: 20px 0;">
|
105 |
+
<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;">
|
106 |
+
Run them on the TensorBlock client using your local machine ↗
|
107 |
+
</a>
|
108 |
+
</div>
|
109 |
+
|
110 |
+
## Prompt template
|
111 |
+
|
112 |
+
```
|
113 |
+
|
114 |
+
```
|
115 |
+
|
116 |
+
## Model file specification
|
117 |
+
|
118 |
+
| Filename | Quant type | File Size | Description |
|
119 |
+
| -------- | ---------- | --------- | ----------- |
|
120 |
+
| [dart-math-llama3-8b-prop2diff-Q2_K.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q2_K.gguf) | Q2_K | 3.179 GB | smallest, significant quality loss - not recommended for most purposes |
|
121 |
+
| [dart-math-llama3-8b-prop2diff-Q3_K_S.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q3_K_S.gguf) | Q3_K_S | 3.665 GB | very small, high quality loss |
|
122 |
+
| [dart-math-llama3-8b-prop2diff-Q3_K_M.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q3_K_M.gguf) | Q3_K_M | 4.019 GB | very small, high quality loss |
|
123 |
+
| [dart-math-llama3-8b-prop2diff-Q3_K_L.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q3_K_L.gguf) | Q3_K_L | 4.322 GB | small, substantial quality loss |
|
124 |
+
| [dart-math-llama3-8b-prop2diff-Q4_0.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q4_0.gguf) | Q4_0 | 4.662 GB | legacy; small, very high quality loss - prefer using Q3_K_M |
|
125 |
+
| [dart-math-llama3-8b-prop2diff-Q4_K_S.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q4_K_S.gguf) | Q4_K_S | 4.693 GB | small, greater quality loss |
|
126 |
+
| [dart-math-llama3-8b-prop2diff-Q4_K_M.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q4_K_M.gguf) | Q4_K_M | 4.921 GB | medium, balanced quality - recommended |
|
127 |
+
| [dart-math-llama3-8b-prop2diff-Q5_0.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q5_0.gguf) | Q5_0 | 5.600 GB | legacy; medium, balanced quality - prefer using Q4_K_M |
|
128 |
+
| [dart-math-llama3-8b-prop2diff-Q5_K_S.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q5_K_S.gguf) | Q5_K_S | 5.600 GB | large, low quality loss - recommended |
|
129 |
+
| [dart-math-llama3-8b-prop2diff-Q5_K_M.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q5_K_M.gguf) | Q5_K_M | 5.733 GB | large, very low quality loss - recommended |
|
130 |
+
| [dart-math-llama3-8b-prop2diff-Q6_K.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q6_K.gguf) | Q6_K | 6.596 GB | very large, extremely low quality loss |
|
131 |
+
| [dart-math-llama3-8b-prop2diff-Q8_0.gguf](https://huggingface.co/tensorblock/dart-math-llama3-8b-prop2diff-GGUF/blob/main/dart-math-llama3-8b-prop2diff-Q8_0.gguf) | Q8_0 | 8.541 GB | very large, extremely low quality loss - not recommended |
|
132 |
+
|
133 |
+
|
134 |
+
## Downloading instruction
|
135 |
+
|
136 |
+
### Command line
|
137 |
+
|
138 |
+
Firstly, install Huggingface Client
|
139 |
+
|
140 |
+
```shell
|
141 |
+
pip install -U "huggingface_hub[cli]"
|
142 |
+
```
|
143 |
+
|
144 |
+
Then, downoad the individual model file the a local directory
|
145 |
+
|
146 |
+
```shell
|
147 |
+
huggingface-cli download tensorblock/dart-math-llama3-8b-prop2diff-GGUF --include "dart-math-llama3-8b-prop2diff-Q2_K.gguf" --local-dir MY_LOCAL_DIR
|
148 |
+
```
|
149 |
+
|
150 |
+
If you wanna download multiple model files with a pattern (e.g., `*Q4_K*gguf`), you can try:
|
151 |
+
|
152 |
+
```shell
|
153 |
+
huggingface-cli download tensorblock/dart-math-llama3-8b-prop2diff-GGUF --local-dir MY_LOCAL_DIR --local-dir-use-symlinks False --include='*Q4_K*gguf'
|
154 |
+
```
|
dart-math-llama3-8b-prop2diff-Q2_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5bc39d0f3aa0bfcd6b0b9d31c26edc324f643c1188c967ce68aa00799dd69af
|
3 |
+
size 3179434080
|
dart-math-llama3-8b-prop2diff-Q3_K_L.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7b623ddb58525c4558f946140299541e0403224310337c72890400a71b19f9e4
|
3 |
+
size 4322285664
|
dart-math-llama3-8b-prop2diff-Q3_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:86cc80218799a021212e20ac3bc67113086f19e56b19ad53000e426c4637981f
|
3 |
+
size 4019247200
|
dart-math-llama3-8b-prop2diff-Q3_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:387a2384770f5d26a7455aba6967c92696dd850ad76274daa72754026ef386b9
|
3 |
+
size 3664828512
|
dart-math-llama3-8b-prop2diff-Q4_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0f9f74045d265090349b71a04a28267f2b74b1c6406da1e2f5a5f76ed56202d0
|
3 |
+
size 4661575776
|
dart-math-llama3-8b-prop2diff-Q4_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cfd1eed2af1f831df9c5b0682e8c9ef83ce47044420db16c36d39987dcd387e4
|
3 |
+
size 4921098336
|
dart-math-llama3-8b-prop2diff-Q4_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:22d36968d0a6daf52f41886a85665a18aa841ae90b1b37b43f33e3fa1f9b4ee4
|
3 |
+
size 4693033056
|
dart-math-llama3-8b-prop2diff-Q5_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4b0b7ad67b5cad68f413aea5f0a2e495ad35e8de66925c1b9edbcc90ac8723be
|
3 |
+
size 5599690848
|
dart-math-llama3-8b-prop2diff-Q5_K_M.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c884974f05e4b5faeea77da5f4b381b475fc636d9ead99afb84f9c33d23b2ada
|
3 |
+
size 5733384288
|
dart-math-llama3-8b-prop2diff-Q5_K_S.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ac2381749881d377ae6a7c4e8c2a4f11cb07fe1629e3d91d3e532fc862525bc
|
3 |
+
size 5599690848
|
dart-math-llama3-8b-prop2diff-Q6_K.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:70502362490ffc910d9c3cab788b9a50e51d400aa18fec17abf04dc0e2abd430
|
3 |
+
size 6596438112
|
dart-math-llama3-8b-prop2diff-Q8_0.gguf
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a5ddbd9d06226387f54357fbcf14e903ac4f028ffb8f00f9b595ff59e7f88646
|
3 |
+
size 8541329504
|