Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -8,16 +8,16 @@ dataset_info:
|
|
8 |
dtype: string
|
9 |
- name: text
|
10 |
dtype: string
|
11 |
-
- name:
|
12 |
dtype: int64
|
13 |
-
- name:
|
14 |
sequence: string
|
15 |
-
- name:
|
16 |
sequence: float64
|
17 |
splits:
|
18 |
- name: train
|
19 |
-
num_bytes:
|
20 |
-
num_examples:
|
21 |
-
download_size:
|
22 |
-
dataset_size:
|
23 |
---
|
|
|
8 |
dtype: string
|
9 |
- name: text
|
10 |
dtype: string
|
11 |
+
- name: dataset_num
|
12 |
dtype: int64
|
13 |
+
- name: tokens
|
14 |
sequence: string
|
15 |
+
- name: ner_tags
|
16 |
sequence: float64
|
17 |
splits:
|
18 |
- name: train
|
19 |
+
num_bytes: 8709521
|
20 |
+
num_examples: 19709
|
21 |
+
download_size: 2626890
|
22 |
+
dataset_size: 8709521
|
23 |
---
|