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

CDN download link is outdated

Open aydtsang opened this issue 1 year ago • 3 comments

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