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

fix label 'contradiction' dropped bug

Open dhrim opened this issue 2 years ago • 1 comments
trafficstars

in function process_input_data() label "contradiction" was missed when filtering "entailment" or "contradiction". So all data was only of label "entailment"

I just added "contradition".

dhrim avatar May 24 '23 09:05 dhrim

I don't think this is a bug - the point of the section is to show how you can start with only positives and then generate synthetic negatives.

ted-at-openai avatar May 26 '23 21:05 ted-at-openai

got it

dhrim avatar Jun 01 '23 08:06 dhrim