Update README.md
Browse files
README.md
CHANGED
@@ -156,23 +156,21 @@ Please follow the [Build llama.cpp locally](https://github.com/ggerganov/llama.c
|
|
156 |
>>> text="There are ten birds in a tree. A hunter shoots one. How many are left in the tree?"
|
157 |
>>> ./llama-cli -m QwQ-32B-33B-Q4_0.gguf -p "Human:You are a helpful and harmless assistant.You should think step-by-step.$text\nAssistant:\n" -n 512 --threads 16 -no-cnv
|
158 |
## Generated:
|
159 |
-
## Okay,
|
160 |
##
|
161 |
-
##
|
162 |
##
|
163 |
-
##
|
164 |
-
##
|
165 |
-
##
|
166 |
-
##
|
167 |
-
##
|
168 |
-
##
|
169 |
-
##
|
170 |
-
##
|
171 |
-
##
|
172 |
-
##
|
173 |
-
##
|
174 |
-
##
|
175 |
-
## This riddle relies on the common-sense assumption that birds would flee after a loud noise, even if one is hit. [end of text]
|
176 |
|
177 |
##BF16:
|
178 |
## Okay, so there's this riddle: "There are ten birds in a tree. A hunter shoots one. How many are left in the tree?" Hmm, let me think. At first glance, it seems like a simple subtraction problem. Ten birds minus one that's shot would leave nine. But wait, riddles often have a trick or a play on words. Maybe it's not that straightforward.
|
@@ -212,17 +210,17 @@ auto-round --model "QwQ-32B-int4-sym-gguf-q4-0-inc-to-hf" --eval --eval_bs 16 -
|
|
212 |
|
213 |
|Metric |BF16 |INT4 |
|
214 |
|:---------------|--------|--------|
|
215 |
-
|Avg | 0.6600 | 0.
|
216 |
-
|lambada_openai | 0.6697 | 0.
|
217 |
-
|hellaswag | 0.6520 | 0.
|
218 |
-
|piqa | 0.7947 | 0.
|
219 |
-
|winorgrande | 0.6977 | 0.
|
220 |
-
|truthfulqa_mc1 | 0.4211 | 0.
|
221 |
-
|openbookqa | 0.3540 | 0.
|
222 |
-
|boolq | 0.8645 | 0.
|
223 |
-
|arc_easy | 0.8089 | 0.
|
224 |
-
|arc_challenge | 0.5392 | 0.
|
225 |
-
|mmlu | 0.7982 | 0.
|
226 |
|
227 |
|
228 |
### Generate the model
|
@@ -234,6 +232,8 @@ auto-round \
|
|
234 |
--device 0 \
|
235 |
--group_size 32 \
|
236 |
--bits 4 \
|
|
|
|
|
237 |
--disable_eval \
|
238 |
--format 'gguf:q4_0' \
|
239 |
--output_dir "./tmp_autoround"
|
|
|
156 |
>>> text="There are ten birds in a tree. A hunter shoots one. How many are left in the tree?"
|
157 |
>>> ./llama-cli -m QwQ-32B-33B-Q4_0.gguf -p "Human:You are a helpful and harmless assistant.You should think step-by-step.$text\nAssistant:\n" -n 512 --threads 16 -no-cnv
|
158 |
## Generated:
|
159 |
+
## Okay, let me think about this problem. So the question is: There are ten birds in a tree. A hunter shoots one. How many are left in the tree?
|
160 |
##
|
161 |
+
## Hmm, the first thought might be that if there are ten birds and one is shot, then there would be nine left. But wait, maybe there's a trick here. Sometimes these riddles play on assumptions. Let me consider different angles.
|
162 |
##
|
163 |
+
## First, when the hunter shoots a bird, the sound of the gunshot might scare the other birds away. So even if one is killed, the others might fly away immediately. So maybe all the remaining birds fly away, leaving zero? But the question says the hunter shoots one, not necessarily killing it. Wait, but usually when someone shoots a bird with a gun, it's to kill it. So perhaps the bird is dead, but the others are scared away. So then the answer would be zero, because the other nine fly away, and the one that was shot is still in the tree as a dead bird? Or does the question count the dead one as "left"?
|
164 |
+
##
|
165 |
+
## Wait, the question says "how many are left in the tree?" So maybe the dead one is still there, but the others flew away. So then it would be 1 left? Or if they all fly away, including the one shot, but that doesn't make sense because the shot bird is probably stuck in the tree. Hmm.
|
166 |
+
##
|
167 |
+
## Alternatively, maybe the question is a classic riddle where the answer is zero because the other birds would fly away when they hear the gunshot. So even though one is shot, the rest leave, so zero remain. But does the dead bird count? The problem says "how many are left in the tree," so the dead one is still present. So maybe that's one. But maybe the question expects the answer zero because the others leave, and the dead one is still there. Wait, but the question might not consider the dead bird as "left" because it's dead. Hmm, tricky.
|
168 |
+
##
|
169 |
+
## Wait, let me think again. The problem states "A hunter shoots one." So the hunter shoots one bird. The question is how many are left. The possible interpretations:
|
170 |
+
##
|
171 |
+
## 1. The hunter successfully kills one bird. The other nine fly away due to the noise, so only the dead one remains. So answer is 1.
|
172 |
+
##
|
173 |
+
## 2. The other birds fly away, so zero are left because the dead one is still there, but the question might not count it. Or maybe the dead one is
|
|
|
|
|
174 |
|
175 |
##BF16:
|
176 |
## Okay, so there's this riddle: "There are ten birds in a tree. A hunter shoots one. How many are left in the tree?" Hmm, let me think. At first glance, it seems like a simple subtraction problem. Ten birds minus one that's shot would leave nine. But wait, riddles often have a trick or a play on words. Maybe it's not that straightforward.
|
|
|
210 |
|
211 |
|Metric |BF16 |INT4 |
|
212 |
|:---------------|--------|--------|
|
213 |
+
|Avg | 0.6600 | 0.6561 |
|
214 |
+
|lambada_openai | 0.6697 | 0.6730 |
|
215 |
+
|hellaswag | 0.6520 | 0.6500 |
|
216 |
+
|piqa | 0.7947 | 0.8003 |
|
217 |
+
|winorgrande | 0.6977 | 0.6843 |
|
218 |
+
|truthfulqa_mc1 | 0.4211 | 0.4186 |
|
219 |
+
|openbookqa | 0.3540 | 0.3420 |
|
220 |
+
|boolq | 0.8645 | 0.8609 |
|
221 |
+
|arc_easy | 0.8089 | 0.8110 |
|
222 |
+
|arc_challenge | 0.5392 | 0.5256 |
|
223 |
+
|mmlu | 0.7982 | 0.7955 |
|
224 |
|
225 |
|
226 |
### Generate the model
|
|
|
232 |
--device 0 \
|
233 |
--group_size 32 \
|
234 |
--bits 4 \
|
235 |
+
--iters 50 \
|
236 |
+
--lr 5e-3 \
|
237 |
--disable_eval \
|
238 |
--format 'gguf:q4_0' \
|
239 |
--output_dir "./tmp_autoround"
|