Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation_matched
|
8 |
+
path: data/validation_matched-*
|
9 |
+
- split: validation_mismatched
|
10 |
+
path: data/validation_mismatched-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: promptID
|
14 |
+
dtype: int32
|
15 |
+
- name: pairID
|
16 |
+
dtype: string
|
17 |
+
- name: premise
|
18 |
+
dtype: string
|
19 |
+
- name: hypothesis
|
20 |
+
dtype: string
|
21 |
+
- name: genre
|
22 |
+
dtype: string
|
23 |
+
- name: label
|
24 |
+
dtype: int64
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 81317900
|
28 |
+
num_examples: 392702
|
29 |
+
- name: validation_matched
|
30 |
+
num_bytes: 2010024
|
31 |
+
num_examples: 9815
|
32 |
+
- name: validation_mismatched
|
33 |
+
num_bytes: 2121266
|
34 |
+
num_examples: 9832
|
35 |
+
download_size: 56640779
|
36 |
+
dataset_size: 85449190
|
37 |
+
---
|
38 |
+
# Dataset Card for "multi-nli-NOB"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|