|
|
|
|
|
by aecorredor
1093 days ago
|
|
Newbie in machine learning here. It’s crazy that this is the top post just today. I’ve been doing the intro to deep learning course from MIT this week, mainly because I have a ton of JSON files that are already classified, and want to train a model that can generate new JSON data by taking classification tags as input. So naturally this post is exciting. My main unknown right now is figuring out which model to train my data on. An RNN, a GAN, a diffusion model? |
|
You could also fine tuned an LLM like Falcon-7b but probably not necessary and nothing to do with OpenAI.
You might also look into the OpenAI Embedding API as a third option.
I would try the first option though.