lhoestq HF staff commited on
Commit
05d606e
1 Parent(s): ca4f4b4

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -19,6 +19,30 @@ task_ids:
19
  - natural-language-inference
20
  paperswithcode_id: newsph-nli
21
  pretty_name: NewsPH NLI
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for NewsPH NLI
@@ -152,4 +176,4 @@ Jan Christian Blaise Cruz, Jose Kristian Resabal, James Lin, Dan John Velasco an
152
 
153
  ### Contributions
154
 
155
- Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.
19
  - natural-language-inference
20
  paperswithcode_id: newsph-nli
21
  pretty_name: NewsPH NLI
22
+ dataset_info:
23
+ features:
24
+ - name: premise
25
+ dtype: string
26
+ - name: hypothesis
27
+ dtype: string
28
+ - name: label
29
+ dtype:
30
+ class_label:
31
+ names:
32
+ 0: '0'
33
+ 1: '1'
34
+ splits:
35
+ - name: test
36
+ num_bytes: 3283665
37
+ num_examples: 9000
38
+ - name: train
39
+ num_bytes: 154510599
40
+ num_examples: 420000
41
+ - name: validation
42
+ num_bytes: 33015530
43
+ num_examples: 90000
44
+ download_size: 76565287
45
+ dataset_size: 190809794
46
  ---
47
 
48
  # Dataset Card for NewsPH NLI
176
 
177
  ### Contributions
178
 
179
+ Thanks to [@anaerobeth](https://github.com/anaerobeth) for adding this dataset.