ayuhamaro commited on
Commit
584f638
1 Parent(s): bea1168

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +239 -0
README.md CHANGED
@@ -0,0 +1,239 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ annotations_creators:
3
+ - expert-generated
4
+ language_creators:
5
+ - found
6
+ language:
7
+ - zh
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 1K<n<10K
14
+ source_datasets:
15
+ - original
16
+ task_categories:
17
+ - token-classification
18
+ task_ids:
19
+ - named-entity-recognition
20
+ paperswithcode_id: ws-pos-model-tune
21
+ pretty_name: WS POS Model Tune
22
+ train-eval-index:
23
+ - config: default
24
+ task: token-classification
25
+ task_id: entity_extraction
26
+ splits:
27
+ train_split: train
28
+ eval_split: test
29
+ col_mapping:
30
+ tokens: tokens
31
+ ner_tags: tags
32
+ metrics:
33
+ - type: seqeval
34
+ name: seqeval
35
+ dataset_info:
36
+ features:
37
+ - name: id
38
+ dtype: string
39
+ - name: tokens
40
+ sequence: string
41
+ - name: ws_tags
42
+ sequence:
43
+ class_label:
44
+ names:
45
+ '0': B,
46
+ '1': I
47
+ - name: pos_tags
48
+ sequence:
49
+ class_label:
50
+ names:
51
+ '0': A,
52
+ '1': Caa,
53
+ '2': Cab,
54
+ '3': Cba,
55
+ '4': Cbb,
56
+ '5': D,
57
+ '6': Da,
58
+ '7': Dfa,
59
+ '8': Dfb,
60
+ '9': Di,
61
+ '10': Dk,
62
+ '11': DM,
63
+ '12': I,
64
+ '13': Na,
65
+ '14': Nb,
66
+ '15': Nc,
67
+ '16': Ncd,
68
+ '17': Nd,
69
+ '18': Nep,
70
+ '19': Neqa,
71
+ '20': Neqb,
72
+ '21': Nes,
73
+ '22': Neu,
74
+ '23': Nf,
75
+ '24': Ng,
76
+ '25': Nh,
77
+ '26': Nv,
78
+ '27': P,
79
+ '28': T,
80
+ '29': VA,
81
+ '30': VAC,
82
+ '31': VB,
83
+ '32': VC,
84
+ '33': VCL,
85
+ '34': VD,
86
+ '35': VF,
87
+ '36': VE,
88
+ '37': VG,
89
+ '38': VH,
90
+ '39': VHC,
91
+ '40': VI,
92
+ '41': VJ,
93
+ '42': VK,
94
+ '43': VL,
95
+ '44': V_2,
96
+ '45': DE,
97
+ '46': SHI,
98
+ '47': FW,
99
+ '48': COLONCATEGORY,
100
+ '49': COMMACATEGORY,
101
+ '50': DASHCATEGORY,
102
+ '51': DOTCATEGORY,
103
+ '52': ETCCATEGORY,
104
+ '53': EXCLAMATIONCATEGORY,
105
+ '54': PARENTHESISCATEGORY,
106
+ '55': PAUSECATEGORY,
107
+ '56': PERIODCATEGORY,
108
+ '57': QUESTIONCATEGORY,
109
+ '58': SEMICOLONCATEGORY,
110
+ '59': SPCHANGECATEGORY
111
+ splits:
112
+ - name: train
113
+ num_bytes: 1024
114
+ num_examples: 1
115
+ download_size: 1024
116
+ dataset_size: 1024
117
+ ---
118
+
119
+ # Dataset Card for "WS POS Model Tune"
120
+
121
+ ## Table of Contents
122
+ - [Dataset Description](#dataset-description)
123
+ - [Dataset Summary](#dataset-summary)
124
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
125
+ - [Languages](#languages)
126
+ - [Dataset Structure](#dataset-structure)
127
+ - [Data Instances](#data-instances)
128
+ - [Data Fields](#data-fields)
129
+ - [Data Splits](#data-splits)
130
+ - [Dataset Creation](#dataset-creation)
131
+ - [Curation Rationale](#curation-rationale)
132
+ - [Source Data](#source-data)
133
+ - [Annotations](#annotations)
134
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
135
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
136
+ - [Social Impact of Dataset](#social-impact-of-dataset)
137
+ - [Discussion of Biases](#discussion-of-biases)
138
+ - [Other Known Limitations](#other-known-limitations)
139
+ - [Additional Information](#additional-information)
140
+ - [Dataset Curators](#dataset-curators)
141
+ - [Licensing Information](#licensing-information)
142
+ - [Citation Information](#citation-information)
143
+ - [Contributions](#contributions)
144
+
145
+ ## Dataset Description
146
+
147
+ - **Homepage:** None
148
+ - **Repository:** https://huggingface.co/datasets/ayuhamaro/nlp-model-tune
149
+ - **Paper:** [More Information Needed]
150
+ - **Leaderboard:** [If the dataset supports an active leaderboard, add link here]()
151
+ - **Point of Contact:** [More Information Needed]
152
+
153
+ ### Dataset Summary
154
+
155
+ [More Information Needed]
156
+
157
+ ### Supported Tasks and Leaderboards
158
+
159
+ [More Information Needed]
160
+
161
+ ### Languages
162
+
163
+ [More Information Needed]
164
+
165
+ ## Dataset Structure
166
+
167
+ ### Data Instances
168
+
169
+ [More Information Needed]
170
+
171
+ ### Data Fields
172
+
173
+ [More Information Needed]
174
+
175
+ ### Data Splits
176
+
177
+ [More Information Needed]
178
+ ## Dataset Creation
179
+
180
+ ### Curation Rationale
181
+
182
+ [More Information Needed]
183
+
184
+ ### Source Data
185
+
186
+ [More Information Needed]
187
+
188
+ #### Initial Data Collection and Normalization
189
+
190
+ [More Information Needed]
191
+
192
+ #### Who are the source language producers?
193
+
194
+ [More Information Needed]
195
+
196
+ ### Annotations
197
+
198
+ [More Information Needed]
199
+
200
+ #### Annotation process
201
+
202
+ [More Information Needed]
203
+
204
+ #### Who are the annotators?
205
+
206
+ [More Information Needed]
207
+
208
+ ### Personal and Sensitive Information
209
+
210
+ [More Information Needed]
211
+
212
+ ## Considerations for Using the Data
213
+
214
+ ### Social Impact of Dataset
215
+
216
+ [More Information Needed]
217
+
218
+ ### Discussion of Biases
219
+
220
+ [More Information Needed]
221
+
222
+ ### Other Known Limitations
223
+
224
+ [More Information Needed]
225
+
226
+ ## Additional Information
227
+
228
+ ### Dataset Curators
229
+
230
+ [More Information Needed]
231
+
232
+ ### Licensing Information
233
+
234
+ [More Information Needed]
235
+
236
+ ### Citation Information
237
+
238
+ [More Information Needed]
239
+ ### Contributions