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

Customize embeddings

Open savinay opened this issue 1 year ago • 1 comments

Hi,

I am following the customizing_embeddings.ipynb notebook at https://github.com/openai/openai-cookbook/blob/main/examples/Customizing_embeddings.ipynb. I want to ask how I can create positive pairs as well as positive, negative pairs from a particular dataset of sentences. Would really appreciate some help.

savinay avatar Mar 29 '23 17:03 savinay

Two options:

  • Label manually
  • Label with GPT-4 or GPT-3.5-turbo

ted-at-openai avatar Apr 14 '23 22:04 ted-at-openai