github-mini / README.md
lumasik's picture
Update README.md
8cae340 verified
metadata
language:
  - en
license: mit
pretty_name: github-mini
tags:
  - github
  - text
  - train
  - code
  - coding
  - string
task_categories:
  - text-generation

github-mini

A dataset consisting of source code from GitHub repositories.

Dataset Curation

  • Source: GitHub repositories with 500 to 99,999+ stars.
  • Licenses: Filtered for MIT and Apache-2.0.
  • Focus: Source code across multiple programming languages.

Dataset Structure

Each record in the dataset contains the following fields:

  • repo_full_name: The full name of the repository (owner/name).
  • repo_url: Direct link to the GitHub repository.
  • stars: Number of stars at the time of parsing.
  • license: Repository license (mit or apache-2.0).
  • file_path: Path to the file within the repository.
  • language: The programming language of the file.
  • parsed_at: Timestamp when the file was processed.
  • text: The raw source code content.