research_code / README.md
iNeil77's picture
Upload dataset
b76741d verified
|
raw
history blame
No virus
4.21 kB
---
dataset_info:
- config_name: c
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 10791957059.976545
num_examples: 802216
download_size: 1425530604
dataset_size: 10791957059.976545
- config_name: cpp
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 7665701650.945949
num_examples: 569827
download_size: 2395092795
dataset_size: 7665701650.945949
- config_name: go
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 1667473435.5100782
num_examples: 123951
download_size: 383325222
dataset_size: 1667473435.5100782
- config_name: haskell
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 154934543.14018902
num_examples: 11517
download_size: 14981550
dataset_size: 154934543.14018902
- config_name: java
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 8273413125.44581
num_examples: 615001
download_size: 1026455131
dataset_size: 8273413125.44581
- config_name: python
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 11048190301.549107
num_examples: 821263
download_size: 2453739007
dataset_size: 11048190301.549107
- config_name: rust
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 317994506.44679934
num_examples: 23638
download_size: 73723760
dataset_size: 317994506.44679934
- config_name: typescript
features:
- name: repo
dtype: string
- name: file
dtype: string
- name: code
dtype: string
- name: file_length
dtype: int64
- name: avg_line_length
dtype: float64
- name: max_line_length
dtype: int64
- name: extension_type
dtype: string
splits:
- name: train
num_bytes: 670051204.7170734
num_examples: 49808
download_size: 120981214
dataset_size: 670051204.7170734
configs:
- config_name: c
data_files:
- split: train
path: c/train-*
- config_name: cpp
data_files:
- split: train
path: cpp/train-*
- config_name: go
data_files:
- split: train
path: go/train-*
- config_name: haskell
data_files:
- split: train
path: haskell/train-*
- config_name: java
data_files:
- split: train
path: java/train-*
- config_name: python
data_files:
- split: train
path: python/train-*
- config_name: rust
data_files:
- split: train
path: rust/train-*
- config_name: typescript
data_files:
- split: train
path: typescript/train-*
---