Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
json
Sub-tasks:
named-entity-recognition
Size:
1M - 10M
Tags:
structure-prediction
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -27,6 +27,16 @@ task_ids:
|
|
| 27 |
pretty_name: multinerd-dataset
|
| 28 |
tags:
|
| 29 |
- structure-prediction
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
---
|
| 31 |
|
| 32 |
## Table of Contents
|
|
|
|
| 27 |
pretty_name: multinerd-dataset
|
| 28 |
tags:
|
| 29 |
- structure-prediction
|
| 30 |
+
dataset_info:
|
| 31 |
+
- config_name: en
|
| 32 |
+
features:
|
| 33 |
+
- name: tokens
|
| 34 |
+
sequence: string
|
| 35 |
+
- name: ner_tags
|
| 36 |
+
splits:
|
| 37 |
+
- name: train
|
| 38 |
+
- name: validation
|
| 39 |
+
- name: test
|
| 40 |
---
|
| 41 |
|
| 42 |
## Table of Contents
|