Jean-Baptiste
commited on
Commit
·
8e23e41
1
Parent(s):
3576043
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: id
|
5 |
+
dtype: int64
|
6 |
+
- name: tokens
|
7 |
+
sequence: string
|
8 |
+
- name: ner_tags
|
9 |
+
sequence:
|
10 |
+
class_label:
|
11 |
+
names:
|
12 |
+
0: O
|
13 |
+
1: LOC
|
14 |
+
2: PER
|
15 |
+
3: MISC
|
16 |
+
4: ORG
|
17 |
+
splits:
|
18 |
+
- name: test
|
19 |
+
num_bytes: 5954708
|
20 |
+
num_examples: 13410
|
21 |
+
- name: train
|
22 |
+
num_bytes: 54305659
|
23 |
+
num_examples: 120682
|
24 |
+
download_size: 12147768
|
25 |
+
dataset_size: 60260367
|
26 |
+
---
|
27 |
+
# Dataset Card for "wikiner_fr"
|
28 |
+
|
29 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|