Upload dataset
Browse files- README.md +20 -7
- data/test-00000-of-00001.parquet +2 -2
- data/train-00000-of-00001.parquet +2 -2
- data/validation-00000-of-00001.parquet +2 -2
README.md
CHANGED
|
@@ -11,24 +11,37 @@ dataset_info:
|
|
| 11 |
list: string
|
| 12 |
- name: chunk
|
| 13 |
list: string
|
| 14 |
-
- name: ner
|
| 15 |
-
list: string
|
| 16 |
- name: text
|
| 17 |
dtype: string
|
| 18 |
- name: split
|
| 19 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
splits:
|
| 21 |
- name: train
|
| 22 |
-
num_bytes:
|
| 23 |
num_examples: 14041
|
| 24 |
- name: test
|
| 25 |
-
num_bytes:
|
| 26 |
num_examples: 3453
|
| 27 |
- name: validation
|
| 28 |
-
num_bytes:
|
| 29 |
num_examples: 3250
|
| 30 |
-
download_size:
|
| 31 |
-
dataset_size:
|
| 32 |
configs:
|
| 33 |
- config_name: default
|
| 34 |
data_files:
|
|
|
|
| 11 |
list: string
|
| 12 |
- name: chunk
|
| 13 |
list: string
|
|
|
|
|
|
|
| 14 |
- name: text
|
| 15 |
dtype: string
|
| 16 |
- name: split
|
| 17 |
dtype: string
|
| 18 |
+
- name: ner_norm
|
| 19 |
+
list: string
|
| 20 |
+
- name: ner_tags
|
| 21 |
+
list:
|
| 22 |
+
class_label:
|
| 23 |
+
names:
|
| 24 |
+
'0': O
|
| 25 |
+
'1': B-PER
|
| 26 |
+
'2': I-PER
|
| 27 |
+
'3': B-ORG
|
| 28 |
+
'4': I-ORG
|
| 29 |
+
'5': B-LOC
|
| 30 |
+
'6': I-LOC
|
| 31 |
+
'7': B-MISC
|
| 32 |
+
'8': I-MISC
|
| 33 |
splits:
|
| 34 |
- name: train
|
| 35 |
+
num_bytes: 9088618
|
| 36 |
num_examples: 14041
|
| 37 |
- name: test
|
| 38 |
+
num_bytes: 2080551
|
| 39 |
num_examples: 3453
|
| 40 |
- name: validation
|
| 41 |
+
num_bytes: 2278240
|
| 42 |
num_examples: 3250
|
| 43 |
+
download_size: 2901931
|
| 44 |
+
dataset_size: 13447409
|
| 45 |
configs:
|
| 46 |
- config_name: default
|
| 47 |
data_files:
|
data/test-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:9717e046673a6a7f93caec84c7b4daf777930ab89475f3c4e7990f78f8078bf5
|
| 3 |
+
size 447723
|
data/train-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:3db2bf06e4d76667e99f38c3f85c61be22c94758d657c4d4019c7b53ac139787
|
| 3 |
+
size 1957505
|
data/validation-00000-of-00001.parquet
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c6cfc9a5ab9071d82da42e09a1b8aa0ec6ebc7c018b034066d2d0669b5d1f26f
|
| 3 |
+
size 496703
|