henryharm commited on
Commit
8fc3add
1 Parent(s): 612fb07

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -0
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
+ ```