|
--- |
|
pretty_name: NotaBug.org Code Dataset |
|
size_categories: |
|
- 10M<n<100M |
|
task_categories: |
|
- text-generation |
|
- fill-mask |
|
annotations_creators: |
|
- found |
|
multilinguality: |
|
- multilingual |
|
source_datasets: |
|
- original |
|
configs: |
|
- config_name: default |
|
data_files: |
|
- split: train |
|
path: "notabug_*.jsonl.zst" |
|
default: true |
|
tags: |
|
- code |
|
license: |
|
- other |
|
--- |
|
|
|
# Dataset Card for NotaBug.org Code Dataset |
|
|
|
### Dataset Summary |
|
|
|
This dataset contains source code files collected from 19,449 repositories and branches hosted on NotABug.org, a free code hosting platform. The dataset includes code from various programming languages and represents a diverse collection of open-source projects and personal repositories. |
|
|
|
## Dataset Structure |
|
|
|
### Data Fields |
|
|
|
This dataset includes the following fields: |
|
|
|
- `code`: Content of the source file (string) |
|
- `repo_name`: Name of the NotaBug.org repository (string) |
|
- `path`: Path of file within the repository (string) |
|
- `language`: Programming language as inferred by file extension (string) |
|
- `license`: License of the repository, if available (string) |
|
- `size`: Size of source file in bytes (integer) |
|
|
|
### Data Splits |
|
|
|
All examples are in the train split, there is no validation split. |
|
|
|
### Data Format |
|
|
|
- **Format**: JSONL (JSON Lines) compressed with Zstandard (.jsonl.zst) |
|
- **File Structure**: 113 files (notabug_0000.jsonl.zst to notabug_0112.jsonl.zst) |
|
- **Total Repositories**: 19,449 repositories and branches |
|
- **Filtering**: Files with lines longer than 1,000 characters were excluded |
|
- **Deduplication**: No deduplication was performed on the dataset |
|
|