Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,3 @@
|
|
1 |
-
## Gigatrue abstractive summarisation dataset.
|
2 |
-
|
3 |
-
- It is a cleaned version of https://huggingface.co/datasets/Harvard/gigaword.
|
4 |
-
- Added generated number values.
|
5 |
-
- Applied truecasing using https://github.com/daltonfury42/truecase.
|
6 |
-
|
7 |
---
|
8 |
dataset_info:
|
9 |
features:
|
@@ -39,3 +33,10 @@ configs:
|
|
39 |
- split: test
|
40 |
path: data/test-*
|
41 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
|
|
33 |
- split: test
|
34 |
path: data/test-*
|
35 |
---
|
36 |
+
|
37 |
+
## Gigatrue abstractive summarisation dataset.
|
38 |
+
|
39 |
+
- It is a cleaned version of https://huggingface.co/datasets/Harvard/gigaword.
|
40 |
+
- Added generated number values.
|
41 |
+
- Applied truecasing using https://github.com/daltonfury42/truecase.
|
42 |
+
|