sileod commited on
Commit
a5591d0
1 Parent(s): 0c71f6f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ configs:
3
+ - config_name: default
4
+ data_files:
5
+ - split: train
6
+ path: data/train-*
7
+ - split: validation
8
+ path: data/validation-*
9
+ dataset_info:
10
+ features:
11
+ - name: Type
12
+ dtype: string
13
+ - name: Section_id
14
+ dtype: string
15
+ - name: Primary_id
16
+ dtype: string
17
+ - name: Secondary_id
18
+ dtype: string
19
+ - name: Statement
20
+ dtype: string
21
+ - name: Label
22
+ dtype: string
23
+ - name: Primary_evidence_index
24
+ sequence: int64
25
+ - name: Secondary_evidence_index
26
+ sequence: int64
27
+ - name: Primary_ct
28
+ dtype: string
29
+ - name: Secondary_ct
30
+ dtype: string
31
+ - name: __index_level_0__
32
+ dtype: string
33
+ splits:
34
+ - name: train
35
+ num_bytes: 12878094
36
+ num_examples: 1700
37
+ - name: validation
38
+ num_bytes: 1478217
39
+ num_examples: 200
40
+ download_size: 4455382
41
+ dataset_size: 14356311
42
+ ---
43
+ # Dataset Card for "nli4ct"
44
+
45
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)