Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
ArXiv:
License:
lhoestq HF staff commited on
Commit
96d2206
1 Parent(s): 0d5d8db

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +28 -0
README.md CHANGED
@@ -20,6 +20,34 @@ task_ids: []
20
  paperswithcode_id: event2mind
21
  tags:
22
  - common-sense-inference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
23
  ---
24
 
25
  # Dataset Card for "event2Mind"
20
  paperswithcode_id: event2mind
21
  tags:
22
  - common-sense-inference
23
+ dataset_info:
24
+ features:
25
+ - name: Source
26
+ dtype: string
27
+ - name: Event
28
+ dtype: string
29
+ - name: Xintent
30
+ dtype: string
31
+ - name: Xemotion
32
+ dtype: string
33
+ - name: Otheremotion
34
+ dtype: string
35
+ - name: Xsent
36
+ dtype: string
37
+ - name: Osent
38
+ dtype: string
39
+ splits:
40
+ - name: test
41
+ num_bytes: 649273
42
+ num_examples: 5221
43
+ - name: train
44
+ num_bytes: 5916384
45
+ num_examples: 46472
46
+ - name: validation
47
+ num_bytes: 672365
48
+ num_examples: 5401
49
+ download_size: 1300770
50
+ dataset_size: 7238022
51
  ---
52
 
53
  # Dataset Card for "event2Mind"