Add language tag (#2)
Browse files- Add language tag (47b64e00d363c870a4d8b5cc3c20fe9d1403673c)
Co-authored-by: Loïck BOURDOIS <[email protected]>
README.md
CHANGED
@@ -43,16 +43,16 @@ dataset_info:
|
|
43 |
sequence: int64
|
44 |
splits:
|
45 |
- name: train
|
46 |
-
num_bytes: 911036067
|
47 |
num_examples: 623
|
48 |
- name: val
|
49 |
-
num_bytes: 75099123
|
50 |
num_examples: 50
|
51 |
- name: test
|
52 |
-
num_bytes: 71901518
|
53 |
num_examples: 48
|
54 |
download_size: 1038604332
|
55 |
-
dataset_size: 1058036708
|
56 |
configs:
|
57 |
- config_name: default
|
58 |
data_files:
|
@@ -62,6 +62,8 @@ configs:
|
|
62 |
path: data/val-*
|
63 |
- split: test
|
64 |
path: data/test-*
|
|
|
|
|
65 |
---
|
66 |
|
67 |
# Newspaper segmentation dataset: Finlam
|
@@ -105,4 +107,4 @@ Most newspapers in the dataset are French, some English.
|
|
105 |
- `zone_texts`: the list of zone texts in the current page.
|
106 |
- `zone_classes`: the list of zone classes in the current page.
|
107 |
- `zone_orders`: the list of zone indexes in the current page, defining the reading order.
|
108 |
-
- `article_id`: the list of article indexes defining in which article in the current newspaper the current zone is located.
|
|
|
43 |
sequence: int64
|
44 |
splits:
|
45 |
- name: train
|
46 |
+
num_bytes: 911036067
|
47 |
num_examples: 623
|
48 |
- name: val
|
49 |
+
num_bytes: 75099123
|
50 |
num_examples: 50
|
51 |
- name: test
|
52 |
+
num_bytes: 71901518
|
53 |
num_examples: 48
|
54 |
download_size: 1038604332
|
55 |
+
dataset_size: 1058036708
|
56 |
configs:
|
57 |
- config_name: default
|
58 |
data_files:
|
|
|
62 |
path: data/val-*
|
63 |
- split: test
|
64 |
path: data/test-*
|
65 |
+
language:
|
66 |
+
- fr
|
67 |
---
|
68 |
|
69 |
# Newspaper segmentation dataset: Finlam
|
|
|
107 |
- `zone_texts`: the list of zone texts in the current page.
|
108 |
- `zone_classes`: the list of zone classes in the current page.
|
109 |
- `zone_orders`: the list of zone indexes in the current page, defining the reading order.
|
110 |
+
- `article_id`: the list of article indexes defining in which article in the current newspaper the current zone is located.
|