Datasets:

Modalities:
Text
Formats:
parquet
ArXiv:
Libraries:
Datasets
pandas
License:
sileod commited on
Commit
f92819d
·
1 Parent(s): ea022b5

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +47 -0
README.md ADDED
@@ -0,0 +1,47 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: id
5
+ dtype: string
6
+ - name: label
7
+ dtype: string
8
+ - name: src
9
+ dtype: string
10
+ - name: cat
11
+ dtype: string
12
+ - name: exp
13
+ dtype: string
14
+ - name: ent_type
15
+ dtype: string
16
+ - name: prem_num
17
+ dtype: int64
18
+ - name: premises
19
+ dtype: string
20
+ - name: hypothesis
21
+ dtype: string
22
+ - name: subs
23
+ struct:
24
+ - name: NP0
25
+ dtype: string
26
+ - name: NP1
27
+ dtype: string
28
+ - name: NP2
29
+ dtype: string
30
+ - name: NP3
31
+ dtype: string
32
+ - name: NP4
33
+ dtype: string
34
+ - name: _at_least
35
+ dtype: string
36
+ - name: immediately_r_01
37
+ dtype: string
38
+ splits:
39
+ - name: train
40
+ num_bytes: 7276049
41
+ num_examples: 32000
42
+ download_size: 1027566
43
+ dataset_size: 7276049
44
+ ---
45
+ # Dataset Card for "SpaceNLI"
46
+
47
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)