Datasets:
Commit
•
7f4b5a9
1
Parent(s):
e8b793b
Fix task tags
Browse files
README.md
CHANGED
@@ -1,10 +1,29 @@
|
|
1 |
---
|
2 |
license: mit
|
3 |
-
tags: [name, surname, nlp, natural language, multilingual, transliterated, bias, ethnicity, classification, multilabel classification, tagging, RNN, character-level, language model]
|
4 |
-
pretty_name: 'Popular Surname Nationality Mapping'
|
5 |
size_categories: List[str]
|
6 |
source_datasets: List[str]
|
7 |
-
task_categories:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
8 |
---
|
9 |
|
10 |
# Popular Surname Nationality Mapping
|
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
3 |
size_categories: List[str]
|
4 |
source_datasets: List[str]
|
5 |
+
task_categories:
|
6 |
+
- token-classification
|
7 |
+
- text-classification
|
8 |
+
task_ids:
|
9 |
+
- named-entity-recognition
|
10 |
+
pretty_name: Popular Surname Nationality Mapping
|
11 |
+
tags:
|
12 |
+
- multilingual
|
13 |
+
- RNN
|
14 |
+
- name
|
15 |
+
- tagging
|
16 |
+
- nlp
|
17 |
+
- transliterated
|
18 |
+
- character-level
|
19 |
+
- text-tagging
|
20 |
+
- bias
|
21 |
+
- classification
|
22 |
+
- language model
|
23 |
+
- surname
|
24 |
+
- ethnicity
|
25 |
+
- multilabel classification
|
26 |
+
- natural language
|
27 |
---
|
28 |
|
29 |
# Popular Surname Nationality Mapping
|