Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,54 @@
|
|
1 |
-
---
|
2 |
-
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pretty_name: ccnews_az
|
3 |
+
annotations_creators:
|
4 |
+
- no-annotation
|
5 |
+
language_creators:
|
6 |
+
- found
|
7 |
+
language:
|
8 |
+
- az
|
9 |
+
license:
|
10 |
+
- unknown
|
11 |
+
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
+
task_categories:
|
14 |
+
- text-generation
|
15 |
+
- fill-mask
|
16 |
+
- text2text-generation
|
17 |
+
task_ids:
|
18 |
+
- language-modeling
|
19 |
+
- masked-language-modeling
|
20 |
+
---
|
21 |
+
### Dataset Summary
|
22 |
+
|
23 |
+
CC-News-AZ is a curation of news articles from CommonCrawl News in the Azerbaijani language.
|
24 |
+
CommonCrawl News is a dataset containing news articles from news sites all over the world.
|
25 |
+
The data is available on AWS S3 in the Common Crawl bucket at /crawl-data/CC-NEWS/.
|
26 |
+
|
27 |
+
### Data Fields
|
28 |
+
|
29 |
+
- `title`: a `string` feature.
|
30 |
+
- `text`: a `string` feature.
|
31 |
+
- `authors`: a `string` feature.
|
32 |
+
- `domain`: a `string` feature.
|
33 |
+
- `date`: a `string` feature.
|
34 |
+
- `description`: a `string` feature.
|
35 |
+
- `url`: a `string` feature.
|
36 |
+
- `image_url`: a `string` feature.
|
37 |
+
- `date_download`: a `string` feature.
|
38 |
+
|
39 |
+
### How to use this dataset
|
40 |
+
|
41 |
+
```python
|
42 |
+
from datasets import load_dataset
|
43 |
+
dataset = load_dataset("w95/ccnews_az", split="train")
|
44 |
+
```
|
45 |
+
|
46 |
+
### Cite
|
47 |
+
|
48 |
+
```
|
49 |
+
@misc{nur2025ccnews_az,
|
50 |
+
title={cnews_az: CCNEWS-AZ},
|
51 |
+
author={Enrike Nur},
|
52 |
+
year={2025},
|
53 |
+
}
|
54 |
+
```
|