| --- |
| license: cc-by-4.0 |
| dataset_info: |
| features: |
| - name: transcript |
| dtype: string |
| - name: summary |
| dtype: string |
| - name: id |
| dtype: string |
| splits: |
| - name: train |
| num_bytes: 2697723 |
| num_examples: 68 |
| - name: validation |
| num_bytes: 294288 |
| num_examples: 8 |
| - name: test |
| num_bytes: 385185 |
| num_examples: 9 |
| download_size: 1977998 |
| dataset_size: 3377196 |
| configs: |
| - config_name: default |
| data_files: |
| - split: train |
| path: data/train-* |
| - split: validation |
| path: data/validation-* |
| - split: test |
| path: data/test-* |
| --- |
| |
| ## Dataset Description |
| - **Homepage:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |
| - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |
| - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |
|
|
| ### Dataset Summary |
| EsimeneStuudio is a human annotated summarization dataset of ERR Esimene Stuudio talk show. |
| ### Supported Tasks and Leaderboards |
| [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards) |
|
|
| ### Languages |
| Estonian |
|
|
| ## Dataset Structure |
|
|
| ### Data Fields |
| ``` |
| transcripts: talk show transcript with speaker tags. |
| summaries: talk show summaries with speaker tags. |
| ids: unique identifier of show. |
| ``` |
|
|