File size: 2,513 Bytes
356139c |
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 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 |
---
dataset_info:
features:
- name: __id__
dtype: int64
- name: blob_id
dtype: string
- name: directory_id
dtype: string
- name: path
dtype: string
- name: content_id
dtype: string
- name: detected_licenses
list: string
- name: license_type
dtype: string
- name: repo_name
dtype: string
- name: repo_url
dtype: string
- name: snapshot_id
dtype: string
- name: revision_id
dtype: string
- name: branch_name
dtype: string
- name: visit_date
dtype: timestamp[ns]
- name: revision_date
dtype: timestamp[ns]
- name: committer_date
dtype: timestamp[ns]
- name: github_id
dtype: int64
- name: star_events_count
dtype: int64
- name: fork_events_count
dtype: int64
- name: gha_license_id
dtype: string
- name: gha_fork
dtype: bool
- name: gha_event_created_at
dtype: timestamp[ns]
- name: gha_created_at
dtype: timestamp[ns]
- name: gha_updated_at
dtype: timestamp[ns]
- name: gha_pushed_at
dtype: timestamp[ns]
- name: gha_size
dtype: int64
- name: gha_stargazers_count
dtype: int32
- name: gha_forks_count
dtype: int32
- name: gha_open_issues_count
dtype: int32
- name: gha_language
dtype: string
- name: gha_archived
dtype: bool
- name: gha_disabled
dtype: bool
- name: content
dtype: string
- name: src_encoding
dtype: string
- name: language
dtype: string
- name: is_vendor
dtype: bool
- name: is_generated
dtype: bool
- name: length_bytes
dtype: int64
- name: extension
dtype: string
- name: filename
dtype: string
- name: response
dtype: string
- name: label
dtype: int64
- name: contains_outputs
dtype: bool
splits:
- name: error
num_bytes: 56590447.246875
num_examples: 144
- name: '1'
num_bytes: 485734672.20234376
num_examples: 1236
- name: '2'
num_bytes: 611884210.856836
num_examples: 1557
- name: '3'
num_bytes: 1701250320.3591797
num_examples: 4329
- name: '4'
num_bytes: 726244073.0015625
num_examples: 1848
- name: '5'
num_bytes: 346223500.1701172
num_examples: 881
download_size: 3101524454
dataset_size: 3927927223.8369145
configs:
- config_name: default
data_files:
- split: error
path: data/error-*
- split: '1'
path: data/1-*
- split: '2'
path: data/2-*
- split: '3'
path: data/3-*
- split: '4'
path: data/4-*
- split: '5'
path: data/5-*
---
|