lhoestq HF staff commited on
Commit
949f4f5
1 Parent(s): bd573d9

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +36 -1
README.md CHANGED
@@ -19,6 +19,41 @@ task_ids:
19
  - natural-language-inference
20
  paperswithcode_id: null
21
  pretty_name: BBC Hindi NLI Dataset
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for BBC Hindi NLI Dataset
@@ -194,4 +229,4 @@ Pls contact authors for any information on the dataset.
194
 
195
  ### Contributions
196
 
197
- Thanks to [@avinsit123](https://github.com/avinsit123) for adding this dataset.
 
19
  - natural-language-inference
20
  paperswithcode_id: null
21
  pretty_name: BBC Hindi NLI Dataset
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: not-entailment
33
+ 1: entailment
34
+ - name: topic
35
+ dtype:
36
+ class_label:
37
+ names:
38
+ 0: india
39
+ 1: news
40
+ 2: international
41
+ 3: entertainment
42
+ 4: sport
43
+ 5: science
44
+ config_name: bbc hindi nli
45
+ splits:
46
+ - name: test
47
+ num_bytes: 494432
48
+ num_examples: 2592
49
+ - name: train
50
+ num_bytes: 2990080
51
+ num_examples: 15552
52
+ - name: validation
53
+ num_bytes: 496808
54
+ num_examples: 2580
55
+ download_size: 3815652
56
+ dataset_size: 3981320
57
  ---
58
 
59
  # Dataset Card for BBC Hindi NLI Dataset
 
229
 
230
  ### Contributions
231
 
232
+ Thanks to [@avinsit123](https://github.com/avinsit123) for adding this dataset.