Datasets:

Modalities:
Text
Languages:
Estonian
License:
Tanel commited on
Commit
72b52ed
·
1 Parent(s): 738bb5a

Update README.md

Browse files

# ERR Newsroom Keyphrases

This dataset is a subset of [ERR Newsroom](https://huggingface.co/datasets/TalTechNLP/err-newsroom), with up to 5 keyphrases assigned to each news article. The keyphrases are generated using the OpenAI API, using the `gpt-3.5-turbo` model (see the script `extract-keywords-openai.py`).

Files changed (1) hide show
  1. README.md +7 -1
README.md CHANGED
@@ -1,3 +1,9 @@
1
  ---
2
  license: cc-by-4.0
3
- ---
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-4.0
3
+ task_categories:
4
+ - summarization
5
+ - text2text-generation
6
+ language:
7
+ - et
8
+ pretty_name: ERR Newsroom Keyphrases
9
+ ---