File size: 1,261 Bytes
25d2f0b 37896b5 3202299 37896b5 06392d7 f0844d6 06392d7 37896b5 06392d7 3202299 37896b5 3202299 25d2f0b |
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 |
---
license: mit
dataset_info:
- config_name: default
features:
- name: repo
dtype: string
- name: releases
dtype: int64
- name: contributors
dtype: int64
- name: pulls
dtype: int64
- name: commits
dtype: int64
- name: issues
dtype: int64
- name: branches
dtype: int64
- name: workflows
dtype: int64
splits:
- name: train
num_bytes: 366422
num_examples: 4456
download_size: 176973
dataset_size: 366422
- config_name: filtered
features:
- name: repo
dtype: string
- name: readme
dtype: string
- name: description
dtype: string
- name: topics
dtype: string
- name: releases
dtype: int64
- name: contributors
dtype: int64
- name: pulls
dtype: int64
- name: commits
dtype: int64
- name: issues
dtype: int64
- name: branches
dtype: int64
- name: workflows
dtype: int64
splits:
- name: train
num_bytes: 33669099
num_examples: 3316
download_size: 16993942
dataset_size: 33669099
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
- config_name: filtered
data_files:
- split: train
path: filtered/train-*
---
|