Datasets:
Modalities:
Text
Formats:
parquet
Languages:
French
Size:
10M - 100M
Tags:
administrative documents
whole word masking
text-mining
text generation
information extraction
License:
Update metadata
Browse files
README.md
CHANGED
@@ -1,25 +1,36 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- fr
|
5 |
+
multilinguality:
|
6 |
+
- monolingual
|
7 |
+
tags:
|
8 |
+
- administrative documents
|
9 |
+
- whole word masking
|
10 |
+
- text-mining
|
11 |
+
- text generation
|
12 |
+
- information extraction
|
13 |
+
|
14 |
+
dataset_info:
|
15 |
+
features:
|
16 |
+
- name: ID
|
17 |
+
dtype: int64
|
18 |
+
- name: Sentences
|
19 |
+
dtype: string
|
20 |
+
splits:
|
21 |
+
- name: train
|
22 |
+
num_bytes: 14666274831.145327
|
23 |
+
num_examples: 40261727
|
24 |
+
- name: test
|
25 |
+
num_bytes: 3666568798.8546734
|
26 |
+
num_examples: 10065432
|
27 |
+
download_size: 11212509607
|
28 |
+
dataset_size: 18332843630.0
|
29 |
+
configs:
|
30 |
+
- config_name: default
|
31 |
+
data_files:
|
32 |
+
- split: train
|
33 |
+
path: data/train-*
|
34 |
+
- split: test
|
35 |
+
path: data/test-*
|
36 |
+
---
|