Datasets:
Tasks:
Token Classification
Modalities:
Text
Formats:
parquet
Languages:
French
Size:
10K - 100K
ArXiv:
License:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,9 +1,28 @@
|
|
1 |
---
|
|
|
|
|
2 |
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
- token-classification
|
5 |
-
|
6 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
---
|
8 |
# WikiNER-fr-gold
|
9 |
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- fr
|
4 |
license: cc-by-4.0
|
5 |
task_categories:
|
6 |
- token-classification
|
7 |
+
dataset_info:
|
8 |
+
features:
|
9 |
+
- name: ner_tags
|
10 |
+
sequence: int64
|
11 |
+
- name: tokens
|
12 |
+
sequence: string
|
13 |
+
- name: pos_tags
|
14 |
+
sequence: string
|
15 |
+
splits:
|
16 |
+
- name: train
|
17 |
+
num_bytes: 17859073
|
18 |
+
num_examples: 26754
|
19 |
+
download_size: 3480973
|
20 |
+
dataset_size: 17859073
|
21 |
+
configs:
|
22 |
+
- config_name: default
|
23 |
+
data_files:
|
24 |
+
- split: train
|
25 |
+
path: data/train-*
|
26 |
---
|
27 |
# WikiNER-fr-gold
|
28 |
|