File size: 818 Bytes
317e3ba |
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 |
---
dataset_info:
features:
- name: blob_id
dtype: string
- name: language
dtype: string
- name: repo_name
dtype: string
- name: path
dtype: string
- name: src_encoding
dtype: string
- name: length_bytes
dtype: int64
- name: score
dtype: float64
- name: int_score
dtype: int64
- name: detected_licenses
sequence: string
- name: license_type
dtype: string
- name: detected_licenses_right
sequence: string
- name: license_type_right
dtype: string
- name: text
dtype: string
- name: download_success
dtype: bool
splits:
- name: train
num_bytes: 5061066680
num_examples: 1917163
download_size: 2171209041
dataset_size: 5061066680
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
|