Datasets:
metadata
pretty_name: gitgud.io 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: gitgud_*.jsonl.zst
default: true
tags:
- code
license:
- other
Dataset Card for gitgud.io Code Dataset
Dataset Summary
This dataset contains source code files collected from 26,610 repositories and branches hosted on gitgud.io, 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 gitgud.io 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: 194 files (gitgud_0000.jsonl.zst to gitgud_0193.jsonl.zst)
- Total Repositories: 26,610 repositories and branches
- Filtering: Files with lines longer than 1,000 characters were excluded
- Deduplication: No deduplication was performed on the dataset