ayuhamaro commited on
Commit
41c9ff7
·
1 Parent(s): 0d07077

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +246 -0
README.md ADDED
@@ -0,0 +1,246 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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: nlp-model-tune
21
+ pretty_name: NLP 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: ner_tags
42
+ sequence:
43
+ class_label:
44
+ names:
45
+ '0': O,
46
+ '1': B-CARDINAL,
47
+ '2': B-DATE,
48
+ '3': B-EVENT,
49
+ '4': B-FAC,
50
+ '5': B-GPE,
51
+ '6': B-LANGUAGE,
52
+ '7': B-LAW,
53
+ '8': B-LOC,
54
+ '9': B-MONEY,
55
+ '10': B-NORP,
56
+ '11': B-ORDINAL,
57
+ '12': B-ORG,
58
+ '13': B-PERCENT,
59
+ '14': B-PERSON,
60
+ '15': B-PRODUCT,
61
+ '16': B-QUANTITY,
62
+ '17': B-TIME,
63
+ '18': B-WORK_OF_ART,
64
+ '19': I-CARDINAL,
65
+ '20': I-DATE,
66
+ '21': I-EVENT,
67
+ '22': I-FAC,
68
+ '23': I-GPE,
69
+ '24': I-LANGUAGE,
70
+ '25': I-LAW,
71
+ '26': I-LOC,
72
+ '27': I-MONEY,
73
+ '28': I-NORP,
74
+ '29': I-ORDINAL,
75
+ '30': I-ORG,
76
+ '31': I-PERCENT,
77
+ '32': I-PERSON,
78
+ '33': I-PRODUCT,
79
+ '34': I-QUANTITY,
80
+ '35': I-TIME,
81
+ '36': I-WORK_OF_ART,
82
+ '37': E-CARDINAL,
83
+ '38': E-DATE,
84
+ '39': E-EVENT,
85
+ '40': E-FAC,
86
+ '41': E-GPE,
87
+ '42': E-LANGUAGE,
88
+ '43': E-LAW,
89
+ '44': E-LOC,
90
+ '45': E-MONEY,
91
+ '46': E-NORP,
92
+ '47': E-ORDINAL,
93
+ '48': E-ORG,
94
+ '49': E-PERCENT,
95
+ '50': E-PERSON,
96
+ '51': E-PRODUCT,
97
+ '52': E-QUANTITY,
98
+ '53': E-TIME,
99
+ '54': E-WORK_OF_ART,
100
+ '55': S-CARDINAL,
101
+ '56': S-DATE,
102
+ '57': S-EVENT,
103
+ '58': S-FAC,
104
+ '59': S-GPE,
105
+ '60': S-LANGUAGE,
106
+ '61': S-LAW,
107
+ '62': S-LOC,
108
+ '63': S-MONEY,
109
+ '64': S-NORP,
110
+ '65': S-ORDINAL,
111
+ '66': S-ORG,
112
+ '67': S-PERCENT,
113
+ '68': S-PERSON,
114
+ '69': S-PRODUCT,
115
+ '70': S-QUANTITY,
116
+ '71': S-TIME,
117
+ '72': S-WORK_OF_ART'
118
+ splits:
119
+ - name: train
120
+ num_bytes: 235
121
+ num_examples: 37
122
+ download_size: 235
123
+ dataset_size: 235
124
+ ---
125
+
126
+ # Dataset Card for "NLPModel Tune"
127
+
128
+ ## Table of Contents
129
+ - [Dataset Description](#dataset-description)
130
+ - [Dataset Summary](#dataset-summary)
131
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
132
+ - [Languages](#languages)
133
+ - [Dataset Structure](#dataset-structure)
134
+ - [Data Instances](#data-instances)
135
+ - [Data Fields](#data-fields)
136
+ - [Data Splits](#data-splits)
137
+ - [Dataset Creation](#dataset-creation)
138
+ - [Curation Rationale](#curation-rationale)
139
+ - [Source Data](#source-data)
140
+ - [Annotations](#annotations)
141
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
142
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
143
+ - [Social Impact of Dataset](#social-impact-of-dataset)
144
+ - [Discussion of Biases](#discussion-of-biases)
145
+ - [Other Known Limitations](#other-known-limitations)
146
+ - [Additional Information](#additional-information)
147
+ - [Dataset Curators](#dataset-curators)
148
+ - [Licensing Information](#licensing-information)
149
+ - [Citation Information](#citation-information)
150
+ - [Contributions](#contributions)
151
+
152
+ ## Dataset Description
153
+
154
+ - **Homepage:** None
155
+ - **Repository:** https://huggingface.co/datasets/ayuhamaro/nlp-model-tune
156
+ - **Paper:** [More Information Needed]
157
+ - **Leaderboard:** [If the dataset supports an active leaderboard, add link here]()
158
+ - **Point of Contact:** [More Information Needed]
159
+
160
+ ### Dataset Summary
161
+
162
+ [More Information Needed]
163
+
164
+ ### Supported Tasks and Leaderboards
165
+
166
+ [More Information Needed]
167
+
168
+ ### Languages
169
+
170
+ [More Information Needed]
171
+
172
+ ## Dataset Structure
173
+
174
+ ### Data Instances
175
+
176
+ [More Information Needed]
177
+
178
+ ### Data Fields
179
+
180
+ [More Information Needed]
181
+
182
+ ### Data Splits
183
+
184
+ [More Information Needed]
185
+ ## Dataset Creation
186
+
187
+ ### Curation Rationale
188
+
189
+ [More Information Needed]
190
+
191
+ ### Source Data
192
+
193
+ [More Information Needed]
194
+
195
+ #### Initial Data Collection and Normalization
196
+
197
+ [More Information Needed]
198
+
199
+ #### Who are the source language producers?
200
+
201
+ [More Information Needed]
202
+
203
+ ### Annotations
204
+
205
+ [More Information Needed]
206
+
207
+ #### Annotation process
208
+
209
+ [More Information Needed]
210
+
211
+ #### Who are the annotators?
212
+
213
+ [More Information Needed]
214
+
215
+ ### Personal and Sensitive Information
216
+
217
+ [More Information Needed]
218
+
219
+ ## Considerations for Using the Data
220
+
221
+ ### Social Impact of Dataset
222
+
223
+ [More Information Needed]
224
+
225
+ ### Discussion of Biases
226
+
227
+ [More Information Needed]
228
+
229
+ ### Other Known Limitations
230
+
231
+ [More Information Needed]
232
+
233
+ ## Additional Information
234
+
235
+ ### Dataset Curators
236
+
237
+ [More Information Needed]
238
+
239
+ ### Licensing Information
240
+
241
+ [More Information Needed]
242
+
243
+ ### Citation Information
244
+
245
+ [More Information Needed]
246
+ ### Contributions