metadata
license: mit
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
dataset_info:
features:
- name: id
dtype: int64
- name: repo_name
dtype: string
- name: stars_count
dtype: int64
- name: description
dtype: string
- name: languages
dtype: string
- name: license_name
dtype: string
- name: last_updated
dtype: timestamp[ns]
- name: url
dtype: string
- name: owner
dtype: string
splits:
- name: train
num_bytes: 21509410
num_examples: 100091
download_size: 13257207
dataset_size: 21509410
language:
- en
The dataset contains 100K+ repos and their corresponded metadata collected through the graphQL library.