Datasets:

Multilinguality:
monolingual
Size Categories:
n<1K
Language Creators:
found
Annotations Creators:
expert-generated
Source Datasets:
original
ArXiv:
Tags:
License:
lhoestq HF staff commited on
Commit
10b91b2
1 Parent(s): 1846cce

add dataset_info in dataset metadata

Browse files
Files changed (1) hide show
  1. README.md +98 -1
README.md CHANGED
@@ -23,6 +23,103 @@ pretty_name: MultiBooked
23
  configs:
24
  - ca
25
  - eu
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
26
  ---
27
 
28
  # Dataset Card for MultiBooked
@@ -184,4 +281,4 @@ Dataset is under the [CC-BY 3.0](https://creativecommons.org/licenses/by/3.0/) l
184
 
185
  ### Contributions
186
 
187
- Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.
23
  configs:
24
  - ca
25
  - eu
26
+ dataset_info:
27
+ - config_name: ca
28
+ features:
29
+ - name: text
30
+ sequence:
31
+ - name: wid
32
+ dtype: string
33
+ - name: sent
34
+ dtype: string
35
+ - name: para
36
+ dtype: string
37
+ - name: word
38
+ dtype: string
39
+ - name: terms
40
+ sequence:
41
+ - name: tid
42
+ dtype: string
43
+ - name: lemma
44
+ dtype: string
45
+ - name: morphofeat
46
+ dtype: string
47
+ - name: pos
48
+ dtype: string
49
+ - name: target
50
+ sequence: string
51
+ - name: opinions
52
+ sequence:
53
+ - name: oid
54
+ dtype: string
55
+ - name: opinion_holder_target
56
+ sequence: string
57
+ - name: opinion_target_target
58
+ sequence: string
59
+ - name: opinion_expression_polarity
60
+ dtype:
61
+ class_label:
62
+ names:
63
+ 0: StrongNegative
64
+ 1: Negative
65
+ 2: Positive
66
+ 3: StrongPositive
67
+ - name: opinion_expression_target
68
+ sequence: string
69
+ splits:
70
+ - name: train
71
+ num_bytes: 1952731
72
+ num_examples: 567
73
+ download_size: 4429415
74
+ dataset_size: 1952731
75
+ - config_name: eu
76
+ features:
77
+ - name: text
78
+ sequence:
79
+ - name: wid
80
+ dtype: string
81
+ - name: sent
82
+ dtype: string
83
+ - name: para
84
+ dtype: string
85
+ - name: word
86
+ dtype: string
87
+ - name: terms
88
+ sequence:
89
+ - name: tid
90
+ dtype: string
91
+ - name: lemma
92
+ dtype: string
93
+ - name: morphofeat
94
+ dtype: string
95
+ - name: pos
96
+ dtype: string
97
+ - name: target
98
+ sequence: string
99
+ - name: opinions
100
+ sequence:
101
+ - name: oid
102
+ dtype: string
103
+ - name: opinion_holder_target
104
+ sequence: string
105
+ - name: opinion_target_target
106
+ sequence: string
107
+ - name: opinion_expression_polarity
108
+ dtype:
109
+ class_label:
110
+ names:
111
+ 0: StrongNegative
112
+ 1: Negative
113
+ 2: Positive
114
+ 3: StrongPositive
115
+ - name: opinion_expression_target
116
+ sequence: string
117
+ splits:
118
+ - name: train
119
+ num_bytes: 1175816
120
+ num_examples: 343
121
+ download_size: 4429415
122
+ dataset_size: 1175816
123
  ---
124
 
125
  # Dataset Card for MultiBooked
281
 
282
  ### Contributions
283
 
284
+ Thanks to [@albertvillanova](https://github.com/albertvillanova) for adding this dataset.