--- dataset_info: - config_name: Java features: - name: file_name dtype: string - name: file_path dtype: string - name: content dtype: string - name: file_size dtype: int64 - name: language dtype: string - name: extension dtype: string - name: repo_name dtype: string - name: repo_stars dtype: int64 - name: repo_forks dtype: int64 - name: repo_open_issues dtype: int64 - name: repo_created_at dtype: string - name: repo_pushed_at dtype: string splits: - name: train num_bytes: 59165182538 num_examples: 7798053 download_size: 15626451925 dataset_size: 59165182538 - config_name: Python features: - name: file_name dtype: string - name: file_path dtype: string - name: content dtype: string - name: file_size dtype: int64 - name: language dtype: string - name: extension dtype: string - name: repo_name dtype: string - name: repo_stars dtype: int64 - name: repo_forks dtype: int64 - name: repo_open_issues dtype: int64 - name: repo_created_at dtype: string - name: repo_pushed_at dtype: string splits: - name: train num_bytes: 8456165012 num_examples: 628921 download_size: 3477264608 dataset_size: 8456165012 configs: - config_name: Java data_files: - split: train path: data/JavaFiles/train-* - config_name: Python data_files: - split: train path: data/PythonFiles/train-* ---