Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
named-entity-recognition
Languages:
Persian
Size:
1K - 10K
ArXiv:
Tags:
named entity recognition
License:
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,72 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- expert-generated
|
4 |
+
language:
|
5 |
+
- fa
|
6 |
+
language_creators:
|
7 |
+
- machine-generated
|
8 |
+
license:
|
9 |
+
- other
|
10 |
+
multilinguality:
|
11 |
+
- monolingual
|
12 |
+
paperswithcode_id: ncbi-disease-1
|
13 |
+
pretty_name: ncbi-persian
|
14 |
+
size_categories:
|
15 |
+
- 1K<n<10K
|
16 |
+
source_datasets:
|
17 |
+
- extended|ncbi_disease
|
18 |
+
tags:
|
19 |
+
- named entity recognition
|
20 |
+
task_categories:
|
21 |
+
- token-classification
|
22 |
+
task_ids:
|
23 |
+
- named-entity-recognition
|
24 |
+
train-eval-index:
|
25 |
+
- col_mapping:
|
26 |
+
ner_tags: target
|
27 |
+
tokens: text
|
28 |
+
config: ncbi_disease
|
29 |
+
metrics:
|
30 |
+
- name: Accuracy
|
31 |
+
type: accuracy
|
32 |
+
- args:
|
33 |
+
average: macro
|
34 |
+
name: F1 macro
|
35 |
+
type: f1
|
36 |
+
- args:
|
37 |
+
average: micro
|
38 |
+
name: F1 micro
|
39 |
+
type: f1
|
40 |
+
- args:
|
41 |
+
average: weighted
|
42 |
+
name: F1 weighted
|
43 |
+
type: f1
|
44 |
+
- args:
|
45 |
+
average: macro
|
46 |
+
name: Precision macro
|
47 |
+
type: precision
|
48 |
+
- args:
|
49 |
+
average: micro
|
50 |
+
name: Precision micro
|
51 |
+
type: precision
|
52 |
+
- args:
|
53 |
+
average: weighted
|
54 |
+
name: Precision weighted
|
55 |
+
type: precision
|
56 |
+
- args:
|
57 |
+
average: macro
|
58 |
+
name: Recall macro
|
59 |
+
type: recall
|
60 |
+
- args:
|
61 |
+
average: micro
|
62 |
+
name: Recall micro
|
63 |
+
type: recall
|
64 |
+
- args:
|
65 |
+
average: weighted
|
66 |
+
name: Recall weighted
|
67 |
+
type: recall
|
68 |
+
splits:
|
69 |
+
eval_split: test
|
70 |
+
train_split: train
|
71 |
+
task: token-classification
|
72 |
+
---
|