datasciathlete
commited on
Commit
•
5c62761
1
Parent(s):
a29db20
Update README.md
Browse files
README.md
CHANGED
@@ -1,6 +1,8 @@
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
|
|
4 |
- name: ner_tags
|
5 |
sequence:
|
6 |
class_label:
|
@@ -12,8 +14,6 @@ dataset_info:
|
|
12 |
'4': B-LC,
|
13 |
'5': I-LC,
|
14 |
'6': O
|
15 |
-
- name: tokens
|
16 |
-
sequence: string
|
17 |
splits:
|
18 |
- name: train
|
19 |
num_bytes: 62614599.59708029
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
4 |
+
- name: tokens
|
5 |
+
sequence: string
|
6 |
- name: ner_tags
|
7 |
sequence:
|
8 |
class_label:
|
|
|
14 |
'4': B-LC,
|
15 |
'5': I-LC,
|
16 |
'6': O
|
|
|
|
|
17 |
splits:
|
18 |
- name: train
|
19 |
num_bytes: 62614599.59708029
|