File size: 2,156 Bytes
ca24fbc |
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 72 73 74 75 76 77 |
---
configs:
- config_name: default
data_files:
- split: posts
path:
- 'posts_*.jsonl.zst'
default: true
annotations_creators:
- found
language:
- en
- multilingual
license: cc0-1.0
multilinguality:
- multilingual
pretty_name: Dev.to Blogging Platform Dataset
size_categories:
- 100K<n<1M
source_datasets:
- original
task_categories:
- text-generation
- text-classification
tags:
- dev.to
- blogging
- development
---
# Dataset Card for Dev.to Blogging Platform Posts
### Dataset Summary
This is an unfinished dataset of blog posts from dev.to, a developer community.
Currently containing about 700,000 unfiltered posts.
### Languages
The dataset is primarily in English, but also contains content in various other languages.
## Dataset Structure
### Data Fields
This dataset includes the following fields:
- `id`: Unique identifier for the article (integer)
- `title`: Title of the article or post (string)
- `description`: Brief summary or description of the article (string)
- `user_username`: Username of the author or user who created the post (string)
- `collection_id`: Identifier for the collection to which the article belongs (integer)
- `published_timestamp`: Date and time when the article was published (string in ISO 8601 format)
- `canonical_url`: Canonical URL of the article (string)
- `tag_list`: List of tags associated with the article, typically separated by commas (string)
- `body_markdown`: Full text of the article in Markdown format (string)
### Data Splits
All examples are split by 100,000 units.
## Additional Information
### License
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
* Use it for any purpose, including commercial projects.
* Modify it however you like.
* Distribute it without asking permission.
No attribution is required, but it's always appreciated!
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/ |