Upload folder using huggingface_hub
Browse files- README.md +47 -0
- aex.jsonl.zst +3 -0
README.md
ADDED
@@ -0,0 +1,47 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- ru
|
6 |
+
multilinguality:
|
7 |
+
- monolingual
|
8 |
+
pretty_name: AEX.ru Aviation News
|
9 |
+
size_categories:
|
10 |
+
- 100K<n<1M
|
11 |
+
source_datasets:
|
12 |
+
- original
|
13 |
+
task_categories:
|
14 |
+
- text-generation
|
15 |
+
- text-classification
|
16 |
+
task_ids:
|
17 |
+
- language-modeling
|
18 |
+
- topic-classification
|
19 |
+
---
|
20 |
+
|
21 |
+
# Dataset Card for AEX.ru - Russian Aviation News Portal
|
22 |
+
|
23 |
+
### Dataset Summary
|
24 |
+
This dataset contains 249,149 news articles from AEX.ru, a Russian aviation news portal, as of February 2025. The dataset includes news articles about aviation, aerospace, and related topics, along with metadata such as article tags, image captions, and URLs.
|
25 |
+
|
26 |
+
### Languages
|
27 |
+
The dataset is monolingual, containing content in Russian (ru).
|
28 |
+
|
29 |
+
## Dataset Structure
|
30 |
+
|
31 |
+
### Data Fields
|
32 |
+
This dataset includes the following fields:
|
33 |
+
- `id`: Unique identifier for the article (integer)
|
34 |
+
- `url`: URL of the article on AEX.ru (string)
|
35 |
+
- `title`: Title of the news article (string)
|
36 |
+
- `content`: Main text of the news article (string)
|
37 |
+
- `tags`: List of tags associated with the article (array of strings)
|
38 |
+
- `image_caption`: Caption for the main image of the article (string)
|
39 |
+
- `image_author`: Attribution for the main image (string)
|
40 |
+
|
41 |
+
### Data Splits
|
42 |
+
All examples are in a single split.
|
43 |
+
|
44 |
+
## Additional Information
|
45 |
+
|
46 |
+
### Dataset Curators
|
47 |
+
- [nyuuzyou](https://ducks.party)
|
aex.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab875bdc37acfe57eedba1700cbc845efffee7fb71a6a55f4feceb5d40cc508a
|
3 |
+
size 54025573
|