Datasets:
Tasks:
Token Classification
Sub-tasks:
named-entity-recognition
Languages:
Chinese
Size:
10K<n<100K
License:
Sasha Luccioni
commited on
Commit
•
7e8c728
1
Parent(s):
d592a5f
Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, Poem Sentiment (#4336)
Browse files* Eval metadata batch 2 : Health Fact, Jigsaw Toxicity, LIAR, LJ Speech, MSRA NER, Multi News, NCBI Disease, PiQA, Poem Sentiment, QAsper
* Update README.md
fixing header
* Update datasets/piqa/README.md
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
* Update README.md
changing MSRA NER metric to `seqeval`
* Update README.md
removing ROUGE args
* Update README.md
removing duplicate information
* Update README.md
removing eval for now
* Update README.md
removing eval for now
Co-authored-by: sashavor <sasha.luccioni@huggingface.co>
Co-authored-by: Quentin Lhoest <42851186+lhoestq@users.noreply.github.com>
Commit from https://github.com/huggingface/datasets/commit/095d12ff7414df118f60e00cd6494299a881743a
README.md
CHANGED
@@ -19,6 +19,19 @@ task_ids:
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: MSRA NER
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
# Dataset Card for MSRA NER
|
|
|
19 |
- named-entity-recognition
|
20 |
paperswithcode_id: null
|
21 |
pretty_name: MSRA NER
|
22 |
+
train-eval-index:
|
23 |
+
- config: msra_ner
|
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 |
---
|
36 |
|
37 |
# Dataset Card for MSRA NER
|