Datasets:
Tasks:
Summarization
Modalities:
Text
Formats:
csv
Sub-tasks:
news-articles-summarization
Size:
10K - 100K
License:
| # Python | |
| __pycache__/ | |
| *.py[cod] | |
| *.ipynb_checkpoints | |
| *.DS_Store | |
| # Temporary files | |
| *.tmp | |
| *.log | |
| *.bak | |
| *.swp | |
| # VSCode / Jupyter | |
| .vscode/ | |
| .ipynb_checkpoints/ | |
| .env | |
| .venv | |
| # OS metadata | |
| Thumbs.db | |
| Desktop.ini | |
| # Hugging Face cache (local downloads) | |
| ~/.cache/huggingface/ | |
| # Do not ignore data/ — it's used for dataset splits | |
| # But you can uncomment below if you don’t want to upload large CSVs | |
| # data/*.csv | |