|
|
|
|
|
by sfriedr
1096 days ago
|
|
Congratulation, great paper! It should have been put on HN earlier ;) I have a few questions: * you say (page 4): "We then perform standard instruction finetuning on the
base LLaMA-7B model" Could you perhaps provide a reference to the _exact_ finetuning approach you used? I'm afraid different groups of people have a different notion of "standart" (see for example pages 131-155 from https://arxiv.org/abs/2302.08575 for various fine-tuning approaches) and without knowing exactly how fine-tuning was carried out, it can be very difficult reproduce your research and results exactly. * the idea of using AST Sub-Tree Matching is nice. Could you please let me know which function in which file from your GitHub repository this is implemented in? Again, great job on publishing this paper! --- Best regards, friederrr.org |
|
Thank you! Yes, the code can be found here: https://github.com/ShishirPatil/gorilla/tree/main/eval/eval-...
Hope this helps. Let me know if you have any follow-ups!