--- language: - he task_categories: - natural-language-inference license: other pretty_name: HebNLI private: true --- # HebNLI Hebrew NLI — entailment / contradiction / neutral ## Source Originally sourced from the Hebrew NLP benchmark collection. Google Drive: https://drive.google.com/drive/folders/1bM4GK9lYo8rSQqZCySCRNyr-KKBJi5M7 ## Files - `heb_nli.jsonl` ## Usage ```python from datasets import load_dataset ds = load_dataset("HebArabNlpProject/HebNLI", token=HF_TOKEN) ``` ## Task type `nli`