File size: 849 Bytes
a3909b7 f6dfb25 a3909b7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 |
---
license: cc-by-4.0
configs:
- config_name: default
data_files:
- split: python
path: data/python-*
- split: java
path: data/java-*
dataset_info:
features:
- name: repo_name
dtype: string
- name: language
dtype: string
- name: created_at
dtype: timestamp[ns]
- name: license
dtype: string
- name: description
dtype: string
- name: stars
dtype: int64
- name: forks
dtype: int64
- name: url
dtype: string
- name: repo_code
list:
- name: code
dtype: string
- name: path
dtype: string
- name: repo_name
dtype: string
- name: size
dtype: int64
splits:
- name: python
num_bytes: 1262209882
num_examples: 4612
- name: java
num_bytes: 472375761
num_examples: 1750
download_size: 524006644
dataset_size: 1734585643
---
|