Update README.md
Browse files
README.md
CHANGED
@@ -30,3 +30,25 @@ configs:
|
|
30 |
- split: test
|
31 |
path: data/test-*
|
32 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
- split: test
|
31 |
path: data/test-*
|
32 |
---
|
33 |
+
|
34 |
+
## Dataset Description
|
35 |
+
- **Homepage:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
36 |
+
- **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
37 |
+
- **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
38 |
+
|
39 |
+
### Dataset Summary
|
40 |
+
EsimeneStuudio is a human annotated summarization dataset of ERR Esimene Stuudio talk show.
|
41 |
+
### Supported Tasks and Leaderboards
|
42 |
+
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
43 |
+
|
44 |
+
### Languages
|
45 |
+
Estonian
|
46 |
+
|
47 |
+
## Dataset Structure
|
48 |
+
|
49 |
+
### Data Fields
|
50 |
+
```
|
51 |
+
transcripts: talk show transcript with speaker tags.
|
52 |
+
summaries: talk show summaries with speaker tags.
|
53 |
+
ids: unique identifier of show.
|
54 |
+
```
|