openai-cookbook
openai-cookbook copied to clipboard
CDN download link is outdated
The link to download fine_food_reviews_with_embeddings_1k.csv in the zero-shot classification example is either outdated or the column headings are incorrect. It's still serving embeddings from babbage instead of ada at the moment.
Command:
curl -s https://cdn.openai.com/API/examples/data/fine_food_reviews_with_embeddings_1k.csv | head -n1
Output:
ProductId,UserId,Score,Summary,Text,combined,n_tokens,babbage_similarity,babbage_search
curl -s https://cdn.openai.com/API/examples/data/fine_food_reviews_with_embeddings_1k.csv | head -n1
Came to post the same thing - the df is not formatted as intended for the example using ada in https://github.com/openai/openai-cookbook/blob/main/examples/Semantic_text_search_using_embeddings.ipynb
Will try to fix today. Thanks!
Fixed in #66 . Now the data is updated, and lives in the data folder of the repo.