|
|
--- |
|
|
pretty_name: ccnews_az |
|
|
annotations_creators: |
|
|
- no-annotation |
|
|
language_creators: |
|
|
- found |
|
|
language: |
|
|
- az |
|
|
license: |
|
|
- unknown |
|
|
size_categories: |
|
|
- 100K<n<1M |
|
|
task_categories: |
|
|
- text-generation |
|
|
- fill-mask |
|
|
- text2text-generation |
|
|
task_ids: |
|
|
- language-modeling |
|
|
- masked-language-modeling |
|
|
--- |
|
|
### Dataset Summary |
|
|
|
|
|
CC-News-AZ is a curation of news articles from CommonCrawl News in the Azerbaijani language. |
|
|
CommonCrawl News is a dataset containing news articles from news sites all over the world. |
|
|
The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/. |
|
|
|
|
|
### Data Fields |
|
|
|
|
|
- `title`: a `string` feature. |
|
|
- `text`: a `string` feature. |
|
|
- `authors`: a `string` feature. |
|
|
- `domain`: a `string` feature. |
|
|
- `date`: a `string` feature. |
|
|
- `description`: a `string` feature. |
|
|
- `url`: a `string` feature. |
|
|
- `image_url`: a `string` feature. |
|
|
- `date_download`: a `string` feature. |
|
|
|
|
|
### How to use this dataset |
|
|
|
|
|
```python |
|
|
from datasets import load_dataset |
|
|
dataset = load_dataset("w95/ccnews_az", split="train") |
|
|
``` |
|
|
|
|
|
### Cite |
|
|
|
|
|
``` |
|
|
@misc{nur2025ccnews_az, |
|
|
title={cnews_az: CCNEWS-AZ}, |
|
|
author={Enrike Nur}, |
|
|
year={2025}, |
|
|
} |
|
|
``` |