├── LICENSE ├── README.md └── data ├── contradiction_sentences.jsonl ├── dataset.jsonl ├── entailment_sentences.jsonl ├── keyword_sentences.jsonl └── neutral_sentences.jsonl /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krandiash/gpt3-nli/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krandiash/gpt3-nli/HEAD/README.md -------------------------------------------------------------------------------- /data/contradiction_sentences.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krandiash/gpt3-nli/HEAD/data/contradiction_sentences.jsonl -------------------------------------------------------------------------------- /data/dataset.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krandiash/gpt3-nli/HEAD/data/dataset.jsonl -------------------------------------------------------------------------------- /data/entailment_sentences.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krandiash/gpt3-nli/HEAD/data/entailment_sentences.jsonl -------------------------------------------------------------------------------- /data/keyword_sentences.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krandiash/gpt3-nli/HEAD/data/keyword_sentences.jsonl -------------------------------------------------------------------------------- /data/neutral_sentences.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/krandiash/gpt3-nli/HEAD/data/neutral_sentences.jsonl --------------------------------------------------------------------------------