Commit
Β·
1162ea5
1
Parent(s):
157ec8c
Update parquet files
Browse files- data/validation-00000-of-00001-b43ae8e9de6a7a37.parquet β Gabriel--cnn_daily_swe/parquet-test.parquet +2 -2
- data/train-00002-of-00003-fbcfc3548300757b.parquet β Gabriel--cnn_daily_swe/parquet-train-00000-of-00003.parquet +2 -2
- data/train-00000-of-00003-845e0609dd05bb1c.parquet β Gabriel--cnn_daily_swe/parquet-train-00001-of-00003.parquet +2 -2
- data/train-00001-of-00003-9820f93bf23f6afd.parquet β Gabriel--cnn_daily_swe/parquet-train-00002-of-00003.parquet +2 -2
- data/test-00000-of-00001-db30f32a31bf2926.parquet β Gabriel--cnn_daily_swe/parquet-validation.parquet +2 -2
- README.md +0 -35
- dataset_infos.json +0 -1
data/validation-00000-of-00001-b43ae8e9de6a7a37.parquet β Gabriel--cnn_daily_swe/parquet-test.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9cd22383af54420bb541c8f5cfb3f708a3501380b5150082278d42c1b048043d
|
3 |
+
size 31244230
|
data/train-00002-of-00003-fbcfc3548300757b.parquet β Gabriel--cnn_daily_swe/parquet-train-00000-of-00003.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:cbdd07d6548d440e4218678cb2fb4e5408c2d2399cb9ce233864389e2d991d01
|
3 |
+
size 315263306
|
data/train-00000-of-00003-845e0609dd05bb1c.parquet β Gabriel--cnn_daily_swe/parquet-train-00001-of-00003.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:13d2f438b59e4466efe424a4a0126c90b682adb19cfe83c5018503a3a76f5cc0
|
3 |
+
size 334519908
|
data/train-00001-of-00003-9820f93bf23f6afd.parquet β Gabriel--cnn_daily_swe/parquet-train-00002-of-00003.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f350dda573b522881fb89f6af4f0c697ecf852c1997ecf9d93a3391a36b875d5
|
3 |
+
size 155273453
|
data/test-00000-of-00001-db30f32a31bf2926.parquet β Gabriel--cnn_daily_swe/parquet-validation.parquet
RENAMED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5ef0a1664c891ebf2d421e1d946196d7a8c55b4d2984ec189ab3f25d25004e47
|
3 |
+
size 36117900
|
README.md
DELETED
@@ -1,35 +0,0 @@
|
|
1 |
-
---
|
2 |
-
language:
|
3 |
-
- sv
|
4 |
-
license:
|
5 |
-
- mit
|
6 |
-
size_categories:
|
7 |
-
- 100K<n<1M
|
8 |
-
source_datasets:
|
9 |
-
- https://github.com/huggingface/datasets/tree/master/datasets/cnn_dailymail
|
10 |
-
task_categories:
|
11 |
-
- summarization
|
12 |
-
- text2text-generation
|
13 |
-
task_ids: []
|
14 |
-
tags:
|
15 |
-
- conditional-text-generation
|
16 |
-
---
|
17 |
-
|
18 |
-
# Dataset Card for Swedish CNN Dailymail Dataset
|
19 |
-
The Swedish CNN/DailyMail dataset has only been machine-translated to improve downstream fine-tuning on Swedish summarization tasks.
|
20 |
-
|
21 |
-
## Dataset Summary
|
22 |
-
Read about the full details at original English version: https://huggingface.co/datasets/cnn_dailymail
|
23 |
-
### Data Fields
|
24 |
-
- `id`: a string containing the heximal formated SHA1 hash of the url where the story was retrieved from
|
25 |
-
- `article`: a string containing the body of the news article
|
26 |
-
- `highlights`: a string containing the highlight of the article as written by the article author
|
27 |
-
|
28 |
-
### Data Splits
|
29 |
-
The Swedish CNN/DailyMail dataset follows the same splits as the original English version and has 3 splits: _train_, _validation_, and _test_.
|
30 |
-
|
31 |
-
| Dataset Split | Number of Instances in Split |
|
32 |
-
| ------------- | ------------------------------------------- |
|
33 |
-
| Train | 287,113 |
|
34 |
-
| Validation | 13,368 |
|
35 |
-
| Test | 11,490 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dataset_infos.json
DELETED
@@ -1 +0,0 @@
|
|
1 |
-
{"Gabriel--cnn_daily_swe": {"description": "", "citation": "", "homepage": "", "license": "", "features": {"article": {"dtype": "string", "id": null, "_type": "Value"}, "highlights": {"dtype": "string", "id": null, "_type": "Value"}, "id": {"dtype": "string", "id": null, "_type": "Value"}, "__index_level_0__": {"dtype": "int64", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "task_templates": null, "builder_name": null, "config_name": null, "version": null, "splits": {"train": {"name": "train", "num_bytes": 1316160429, "num_examples": 287108, "dataset_name": "cnn_daily_swe"}, "validation": {"name": "validation", "num_bytes": 59997848, "num_examples": 13368, "dataset_name": "cnn_daily_swe"}, "test": {"name": "test", "num_bytes": 51936271, "num_examples": 11490, "dataset_name": "cnn_daily_swe"}}, "download_checksums": null, "download_size": 870285113, "post_processing_size": null, "dataset_size": 1428094548, "size_in_bytes": 2298379661}}
|
|
|
|