alisawuffles / proxy-tuning

Code associated with Tuning Language Models by Proxy (Liu et al., 2024)
97 stars 15 forks source link

Data for finetuning #6

Closed hstko closed 5 months ago

hstko commented 5 months ago

How can I obtain the training data for finetuning the GSM task? I downloaded the official GSM train jsonl and set the path, but I received a message that the format is incorrect. If a conversion is necessary, please let me know how to do it. https://github.com/openai/grade-school-math/tree/master/grade_school_math/data

alisawuffles commented 5 months ago

Hi there! Sorry for the delayed response. This data folder contains the processed training data for GSM and TriviaQA.

hstko commented 5 months ago

Thank you!