CoolFace
Datasetpublic

lumasik/github-mini

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… See the full description on the dataset page: https://huggingface.co/datasets/lumasik/github-mini.

sourceHugging Facemitupdated 5mo agoView on Hugging Face
1likes33downloads
Dataset Card

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.