Datasets:
File size: 2,070 Bytes
704ed67 2a45a43 b9d149b 2a45a43 b9d149b 2a45a43 b9d149b |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 |
---
language:
- ru
- en
license: apache-2.0
tags:
- not-for-all-audiences
- art
- humour
- jokes
annotation_creators:
- crowdsourced
language_creators:
- crowdsourced
pretty_name: baneks
size_categories:
- 10K<n<100K
task_categories:
- text-generation
---
# Dataset card for baneks
## Table of contents
- [Dataset description](#dataset-description)
- [Dataset summary](#dataset-summary)
- [Dataset structure](#dataset-structure)
- [Dataset instance](#dataset-instance)
- [Dataset fields](#dataset-fields)
## Dataset description
- **Homepage:** [baneks homepage]()
- **Repository:** [baneks repository](https://huggingface.co/datasets/zeio/baneks)
- **Point of contact:** [Zeio Nara](mailto:[email protected])
### Dataset summary
This dataset contains anekdotes parsed from a few vk social network communities. Since the dataset is regularly updated, there is no fixed number of entries, so stay tuned.
## Dataset structure
### Data instance
An example of an entry from the dataset is given below:
```json
{
"text": "- Папа, а кто такие алкоголики? - Ну, сынок.. Вот, видишь - четыре гендера стоят? А алкоголику кажется, что там восемь гендеров - Пап, там два гендера.",
"published": "16-09-2023 01:38",
"id": 497393,
"n-likes": 13,
"n-views": 804,
"accessed": "16-09-2023 01:51",
"source": "anekdotikategoriib"
}
```
### Data fields
Each dataset entry therefore consists of the following fields:
- `text` - text representation of the anecdote;
- `published` - publication date of the corresponding post in the format `DD-MM-YYYY hh:mm`;
- `id` - id of the corresponding post;
- `n-likes` - number of likes received by the corresponding post up to the access date;
- `n-views` - number of views received by the corresponding post up to the access date;
- `accessed`- access date of the corresponding post in the format `DD-MM-YYYY hh:mm`;
- `source` - community name in which the corresponding post has been published.
|