lhoestq HF staff commited on
Commit
51923ce
1 Parent(s): 680aff1

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +42 -1
README.md CHANGED
@@ -20,6 +20,47 @@ task_ids:
20
  - natural-language-inference
21
  paperswithcode_id: sick
22
  pretty_name: Sentences Involving Compositional Knowledge
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for sick
@@ -186,4 +227,4 @@ Train Trial Test
186
 
187
  ### Contributions
188
 
189
- Thanks to [@calpt](https://github.com/calpt) for adding this dataset.
 
20
  - natural-language-inference
21
  paperswithcode_id: sick
22
  pretty_name: Sentences Involving Compositional Knowledge
23
+ dataset_info:
24
+ features:
25
+ - name: id
26
+ dtype: string
27
+ - name: sentence_A
28
+ dtype: string
29
+ - name: sentence_B
30
+ dtype: string
31
+ - name: label
32
+ dtype:
33
+ class_label:
34
+ names:
35
+ 0: entailment
36
+ 1: neutral
37
+ 2: contradiction
38
+ - name: relatedness_score
39
+ dtype: float32
40
+ - name: entailment_AB
41
+ dtype: string
42
+ - name: entailment_BA
43
+ dtype: string
44
+ - name: sentence_A_original
45
+ dtype: string
46
+ - name: sentence_B_original
47
+ dtype: string
48
+ - name: sentence_A_dataset
49
+ dtype: string
50
+ - name: sentence_B_dataset
51
+ dtype: string
52
+ splits:
53
+ - name: test
54
+ num_bytes: 1305846
55
+ num_examples: 4906
56
+ - name: train
57
+ num_bytes: 1180530
58
+ num_examples: 4439
59
+ - name: validation
60
+ num_bytes: 132913
61
+ num_examples: 495
62
+ download_size: 217584
63
+ dataset_size: 2619289
64
  ---
65
 
66
  # Dataset Card for sick
 
227
 
228
  ### Contributions
229
 
230
+ Thanks to [@calpt](https://github.com/calpt) for adding this dataset.