Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Storing metadata for fine-tuned models #85

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

Closed
eyaler opened this issue Mar 30, 2022 · 2 comments
Closed

Storing metadata for fine-tuned models #85

eyaler opened this issue Mar 30, 2022 · 2 comments
Labels
enhancement New feature or request wontfix This will not be worked on

Comments

@eyaler
Copy link

eyaler commented Mar 30, 2022

I am fine tuning various models which have different styles of prompts. In inference I need to style the prompts adequately for each model. It would be great if it was possible to save a metadata or config json when creating the model, and retrieve it with the model. Otherwise I would need to either: (1) manage my own external database which is cumbersome when using google colab (2) hack the model suffix to encode my config params (let's not do that), or (3) reverse engineer my training jsonl to deduce the model's specific prompt styling, which is difficult. Any other options?

@hallacy hallacy added the enhancement New feature or request label May 18, 2022
@hallacy
Copy link
Collaborator

hallacy commented May 18, 2022

That sounds like a reasonably summary of the situation to me. I'll pass this request on to the fine tuning team

@hallacy hallacy added the wontfix This will not be worked on label Mar 7, 2023
@hallacy
Copy link
Collaborator

hallacy commented Mar 7, 2023

We don't plan to build out this feature, so closing the issue.

@hallacy hallacy closed this as completed Mar 7, 2023
baseprime pushed a commit to breezerfp/breeze-openai that referenced this issue Mar 20, 2024
cgayapr pushed a commit to cgayapr/openai-python that referenced this issue Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants