Closed d-kleine closed 2 months ago
Thanks for the feedback!
Regarding
With reference to the reflection finetuning approach, what do you think about adding
, and
thanks for mentioning that. I prefer to leave it similar to the paper for now until there is some external, independent evidence in favor of the approach you referenced. It's just that there's been a lot of controversy around their benchmarks, and I don't really trust the results until I see multiple independent pieces of evidence.
-> Does "examples" mean all 1100 entries or the few ones selected in the notebook?
That meant the notebook as is, not the 1100 entries. But where it said
Running the examples in this notebook costs about $0.30 (30 cents) with GPT-4o-mini as of this writing
this should have been $0.03 (3 cents). I forgot a 0 there. Thanks for calling that out.
P.S.: There is also a reflection-finetuned Llama 3.1 model available on Ollama: https://ollama.com/library/reflection
Oh nice, small world!
Clarified the cost
thanks for mentioning that. I prefer to leave it similar to the paper for now until there is some external, independent evidence in favor of the approach you referenced. It's just that there's been a lot of controversy around their benchmarks, and I don't really trust the results until I see multiple independent pieces of evidence.
I see, thanks!
this should have been $0.03 (3 cents). I forgot a 0 there. Thanks for calling that out.
Yeah, that confused me a little. Thanks for updating!
Running the notebook cost me $0.002, so even less. Whether it's $0.003 (0.3 cents) or $0.03 (3 cents), it's not too cost-intensive (as this might be critical point for some readers/users).
About ch07/05_dataset-generation/reflection-gpt4.ipynb:
-> Does "examples" mean all 1100 entries or the few ones selected in the notebook?
<thinking>
,<reflection>
and<output>
tags to the prompt like here: https://huggingface.co/mattshumer/Reflection-Llama-3.1-70B. For instanceP.S.: There is also a reflection-finetuned Llama 3.1 model available on Ollama: https://ollama.com/library/reflection