CoolFace
Datasetpublic

hongliu9903/stack_edu_java

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes440downloads
README.md40 linesDownload Raw Back to root
1---2dataset_info:3  features:4  - name: blob_id5    dtype: string6  - name: language7    dtype: string8  - name: repo_name9    dtype: string10  - name: path11    dtype: string12  - name: src_encoding13    dtype: string14  - name: length_bytes15    dtype: int6416  - name: score17    dtype: float6418  - name: int_score19    dtype: int6420  - name: detected_licenses21    sequence: string22  - name: license_type23    dtype: string24  - name: text25    dtype: string26  - name: download_success27    dtype: bool28  splits:29  - name: train30    num_bytes: 14805256809831    num_examples: 4499015532  download_size: 5304738142533  dataset_size: 14805256809834configs:35- config_name: default36  data_files:37  - split: train38    path: data/train-*39---40