SpeedOfMagic
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -27,3 +27,48 @@ configs:
|
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
- split: test
|
28 |
path: data/test-*
|
29 |
---
|
30 |
+
|
31 |
+
# Dataset Card for Dataset Name
|
32 |
+
|
33 |
+
<!-- Provide a quick summary of the dataset. -->
|
34 |
+
|
35 |
+
This is a tiny version of [https://huggingface.co/datasets/Harvard/gigaword](Harvard/gigaword), used for testing purposes.
|
36 |
+
|
37 |
+
## Dataset Details
|
38 |
+
|
39 |
+
### Dataset Description
|
40 |
+
|
41 |
+
<!-- Provide a longer summary of what this dataset is. -->
|
42 |
+
|
43 |
+
This is a tiny version of [https://huggingface.co/datasets/Harvard/gigaword](Harvard/gigaword).
|
44 |
+
|
45 |
+
It was created by selecting only first 100 samples from each split.
|
46 |
+
|
47 |
+
- **Language(s) (NLP):** English
|
48 |
+
|
49 |
+
### Dataset Sources [optional]
|
50 |
+
|
51 |
+
|
52 |
+
## Uses
|
53 |
+
|
54 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
55 |
+
|
56 |
+
It is supposed be used only for testing purposes.
|
57 |
+
|
58 |
+
### Direct Use
|
59 |
+
|
60 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
61 |
+
|
62 |
+
It is supposed be used only when you want to test that your code works.
|
63 |
+
|
64 |
+
## Dataset Structure
|
65 |
+
|
66 |
+
<!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
|
67 |
+
|
68 |
+
Dataset contains two string columns: `document` and `summary`. `document` shows source document, and `summary` is summarization of document.
|
69 |
+
|
70 |
+
### Curation Rationale
|
71 |
+
|
72 |
+
<!-- Motivation for the creation of this dataset. -->
|
73 |
+
|
74 |
+
To test code without waiting a long time to download gigawords.
|