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