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

Would a file be too big for fine-tuning? #1

Open
gundamp opened this issue Oct 11, 2023 · 0 comments
Open

Would a file be too big for fine-tuning? #1

gundamp opened this issue Oct 11, 2023 · 0 comments

Comments

@gundamp
Copy link

gundamp commented Oct 11, 2023

I tried following the code in fine_tune_gpt_3_5_turbo.ipynb with a bigger dataset, it seems to throw an error at this fine-tuning step.

response = openai.FineTuningJob.create(
training_file=train_id,
validation_file=val_id,
model="gpt-3.5-turbo"
)
response

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

No branches or pull requests

1 participant