openai-cookbook icon indicating copy to clipboard operation
openai-cookbook copied to clipboard

CDN download link is outdated

Open aydtsang opened this issue 2 years ago • 3 comments
trafficstars

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

aydtsang avatar Dec 22 '22 02:12 aydtsang

curl -s https://cdn.openai.com/API/examples/data/fine_food_reviews_with_embeddings_1k.csv | head -n1

Kdr19 avatar Dec 22 '22 19:12 Kdr19

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

db-aeon avatar Dec 31 '22 05:12 db-aeon

Will try to fix today. Thanks!

ted-at-openai avatar Jan 09 '23 18:01 ted-at-openai

Fixed in #66 . Now the data is updated, and lives in the data folder of the repo.

ted-at-openai avatar Jan 10 '23 18:01 ted-at-openai