Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: validation
|
8 |
+
path: data/validation-*
|
9 |
+
dataset_info:
|
10 |
+
features:
|
11 |
+
- name: doc_id
|
12 |
+
dtype: string
|
13 |
+
- name: id
|
14 |
+
dtype: string
|
15 |
+
- name: ner_tags
|
16 |
+
sequence:
|
17 |
+
class_label:
|
18 |
+
names:
|
19 |
+
'0': O
|
20 |
+
'1': B-PER
|
21 |
+
'2': I-PER
|
22 |
+
'3': B-ORG
|
23 |
+
'4': I-ORG
|
24 |
+
'5': B-LOC
|
25 |
+
'6': I-LOC
|
26 |
+
- name: tokens
|
27 |
+
sequence: string
|
28 |
+
splits:
|
29 |
+
- name: train
|
30 |
+
num_bytes: 6380478
|
31 |
+
num_examples: 840
|
32 |
+
- name: validation
|
33 |
+
num_bytes: 676038
|
34 |
+
num_examples: 90
|
35 |
+
download_size: 776863
|
36 |
+
dataset_size: 7056516
|
37 |
+
---
|
38 |
+
# Dataset Card for "e-ner-roberta-base"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|