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

missing file snli_embedding_cache.pkl

Open wulab2020 opened this issue 1 year ago • 2 comments

when running "Customizing_embeddings" code, the snli_embedding_cache.pkl is missing

wulab2020 avatar Mar 03 '23 17:03 wulab2020

Thanks - will address this

ted-at-openai avatar Mar 17 '23 01:03 ted-at-openai

when I load pickle file I got this:

UnpicklingError                           Traceback (most recent call last)
<ipython-input-13-7f10fc939d44> in <module>
      3 try:
      4     with open(embedding_cache_path, "rb") as f:
----> 5         embedding_cache = pickle.load(f)
      6 except FileNotFoundError:
      7     precomputed_embedding_cache_path = "https://cdn.openai.com/API/examples/data/snli_embedding_cache.pkl"

UnpicklingError: invalid load key, '\x00'.

kevinjyh avatar Mar 17 '23 09:03 kevinjyh

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Nov 27 '23 01:11 github-actions[bot]

This issue was closed because it has been stalled for 10 days with no activity.

github-actions[bot] avatar Dec 08 '23 01:12 github-actions[bot]