|
---
|
|
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/ |