|
|
|
|
|
by alach11
1224 days ago
|
|
I’m not the person you replied to but I’ve been using OpenAI’s API a lot for work. Some examples: - Embedding free text data on safety observations, clustering them together, using text completion to automatically label the clusters, and identifying trends - Embedding free text data on equipment failures. Some of our equipment failures have been classified manually by humans into various categories. I use the embeddings to train a model to predict those categories for uncategorized failures. - Analyzing employee development goals and locating common themes. Then using this to identify where there are gaps we can fill in training offerings. |
|