Datasets:

Modalities:
Text
Formats:
parquet
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
152c9f1
·
1 Parent(s): 8032827

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +25 -0
README.md CHANGED
@@ -1,4 +1,29 @@
1
  ---
2
  license: cc-by-4.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  https://github.com/ruixiangcui/WikiResNLI_NatResNLI
 
1
  ---
2
  license: cc-by-4.0
3
+ configs:
4
+ - config_name: default
5
+ data_files:
6
+ - split: train
7
+ path: data/train-*
8
+ - split: validation
9
+ path: data/validation-*
10
+ - split: test
11
+ path: data/test-*
12
+ dataset_info:
13
+ features:
14
+ - name: premise
15
+ dtype: 'null'
16
+ - name: hypothesis
17
+ dtype: 'null'
18
+ - name: label
19
+ dtype: 'null'
20
+ - name: config
21
+ dtype: 'null'
22
+ splits:
23
+ - name: train
24
+ - name: validation
25
+ - name: test
26
+ download_size: 3369
27
+ dataset_size: 0
28
  ---
29
  https://github.com/ruixiangcui/WikiResNLI_NatResNLI