Hacker News new | ask | show | jobs
by est 1184 days ago
I mean anybody had success fine-tuning it? How hard could it be and how long does it take?
1 comments

Yeah, anybody can clone Alpaca and fine tune it.

From what I can tell setting things up to train the model is easy. Then you have to generate the training data (can be done using GPT3's API), fine tune Alpaca, and then evaluate it.

Haven't done it myself but I believe you can find more info here [1]

[1] https://crfm.stanford.edu/2023/03/13/alpaca.html