Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

training resources #62

Open
itlittlekou opened this issue Aug 16, 2023 · 3 comments
Open

training resources #62

itlittlekou opened this issue Aug 16, 2023 · 3 comments
Labels
question Further information is requested

Comments

@itlittlekou
Copy link

Hello, I would like to ask can the full training of fingpt be done on colab with A100? How long will it take.

@YangletLiu YangletLiu added the question Further information is requested label Aug 16, 2023
@YangletLiu
Copy link
Contributor

Hello, I would like to ask can the full training of fingpt be done on colab with A100? How long will it take.

Are you talking about "pretrain the full model", like an LLM with 7B parameters?? It is infeasible on colab. You can do fine-tuning on colab.

@itlittlekou
Copy link
Author

itlittlekou commented Aug 17, 2023 via email

@oliverwang15
Copy link
Contributor

Hi, itlittlekou. The training set of the FinGPT v3 series has around 70k samples, So if you want to have desirable results, maybe you should have more than 10k samples I suppose? However, you might not necessarily need to have so many samples if it's not available to you. You can do something like training more batches or use LLMs like ChatGPT to generate more samples for you.

And about the training time, if you are using LoRA and fp16, from our experience, the training time would be less than 3 hours if the epoch is set to 2 and the sample is around 70k. However, if you use different samples or different epochs the training time might also be different.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants