CoolFace
Datasetpublic

LaughingLogits/Stackless_Java_V2

Dataset Summary This is the dataset used for the training of the AP-MAE models, it is a subset of The Heap, we release it for reproducability.

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes725downloads
README.md93 linesDownload Raw Back to root
1---2dataset_info:3- config_name: Raw_Java4  features:5  - name: file_name6    dtype: string7  - name: file_path8    dtype: string9  - name: content10    dtype: string11  - name: file_size12    dtype: int6413  - name: language14    dtype: string15  - name: extension16    dtype: string17  - name: repo_name18    dtype: string19  - name: repo_stars20    dtype: int6421  - name: repo_forks22    dtype: int6423  - name: repo_open_issues24    dtype: int6425  - name: repo_created_at26    dtype: string27  - name: repo_pushed_at28    dtype: string29  splits:30  - name: train31    num_bytes: 5916518278832    num_examples: 779805333  download_size: 1559712359534  dataset_size: 5916518278835- config_name: Stackless_Java_V236  features:37  - name: file_name38    dtype: string39  - name: file_path40    dtype: string41  - name: content42    dtype: string43  - name: file_size44    dtype: int6445  - name: language46    dtype: string47  - name: extension48    dtype: string49  - name: repo_name50    dtype: string51  - name: repo_stars52    dtype: int6453  - name: repo_forks54    dtype: int6455  - name: repo_open_issues56    dtype: int6457  - name: repo_created_at58    dtype: string59  - name: repo_pushed_at60    dtype: string61  - name: sha62    dtype: string63  - name: near_dups_stkv2_idx64    sequence: int6465  splits:66  - name: test67    num_bytes: 448228335368    num_examples: 23673569  - name: train70    num_bytes: 3678180210271    num_examples: 189388072  download_size: 4191781513173  dataset_size: 4126408545574configs:75- config_name: Raw_Java76  data_files:77  - split: train78    path: data/Raw_Java/train-*79- config_name: Stackless_Java_V280  data_files:81  - split: train82    path: Stackless_Java_V2/train-*83  - split: test84    path: Stackless_Java_V2/test-*85---86 87# Dataset Summary88This is the dataset used for the training of the AP-MAE models, it is a subset of The Heap, we release it for reproducability.89 90 91 92 93