1
Feature Story
Way Enough - Fine-tuning gpt-3.5-turbo to learn to play "Connections"
Jan 15, 2024 · danielcorin.comThe author also tested the validation set with the gpt-4 model, which showed a notable improvement over the gpt-3.5 model. The author has requested access to fine-tune the gpt-4 model for future work.
Key takeaways
- The author attempted to fine-tune an OpenAI language model to solve the NYTimes word game "Connections".
- The initial results were not very successful, with the model struggling to correctly group words and identify categories, despite the author's efforts in data preparation and prompt engineering.
- After fixing some bugs in the dataset and adjusting the model, the fine-tuned model showed a slight improvement in performance, but it was not significantly better than the original model.
- The author concluded that while the results were not as expected, the process was a valuable learning experience and expressed interest in exploring fine-tuning with the gpt-4 model in the future.