lhoestq HF Staff commited on
Commit
ef51bf6
·
1 Parent(s): bc13ad1

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
  - intent-classification
20
  paperswithcode_id: null
21
  pretty_name: 3i4K
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
22
  ---
23
 
24
  # Dataset Card for 3i4K
@@ -155,4 +179,4 @@ The dataset is licensed under the CC BY-SA-4.0.
155
 
156
  ### Contributions
157
 
158
- Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.
 
19
  - intent-classification
20
  paperswithcode_id: null
21
  pretty_name: 3i4K
22
+ dataset_info:
23
+ features:
24
+ - name: label
25
+ dtype:
26
+ class_label:
27
+ names:
28
+ 0: fragment
29
+ 1: statement
30
+ 2: question
31
+ 3: command
32
+ 4: rhetorical question
33
+ 5: rhetorical command
34
+ 6: intonation-dependent utterance
35
+ - name: text
36
+ dtype: string
37
+ splits:
38
+ - name: test
39
+ num_bytes: 344028
40
+ num_examples: 6121
41
+ - name: train
42
+ num_bytes: 3102158
43
+ num_examples: 55134
44
+ download_size: 2956114
45
+ dataset_size: 3446186
46
  ---
47
 
48
  # Dataset Card for 3i4K
 
179
 
180
  ### Contributions
181
 
182
+ Thanks to [@stevhliu](https://github.com/stevhliu) for adding this dataset.