File size: 3,414 Bytes
b2d9416 8041b14 aaac3dd 72cb1be ea042ec 48aaac1 b2d9416 7c85104 24d2b04 1a1e826 e3dfef6 b2d9416 8041b14 aaac3dd 72cb1be ea042ec 48aaac1 b2d9416 7c85104 24d2b04 1a1e826 e3dfef6 c684556 b2d9416 c684556 |
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 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 |
---
dataset_info:
- config_name: C#
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 548238273
num_examples: 300000
download_size: 199846629
dataset_size: 548238273
- config_name: C#-long
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 2064546842
num_examples: 96068
download_size: 530467782
dataset_size: 2064546842
- config_name: js
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 483951160
num_examples: 296473
download_size: 213787604
dataset_size: 483951160
- config_name: js-long
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 398167356
num_examples: 41492
download_size: 145648694
dataset_size: 398167356
- config_name: md
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 481042012
num_examples: 400000
download_size: 271179932
dataset_size: 481042012
- config_name: md-long
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 1392553381
num_examples: 100000
download_size: 618487776
dataset_size: 1392553381
- config_name: py
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 5780780483
num_examples: 2000000
download_size: 2522248734
dataset_size: 5780780483
- config_name: py-long
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 4825290455
num_examples: 500000
download_size: 1825128953
dataset_size: 4825290455
- config_name: ts
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 356095260
num_examples: 237992
download_size: 148690703
dataset_size: 356095260
- config_name: ts-long
features:
- name: text
dtype: string
splits:
- name: train
num_bytes: 3698485815
num_examples: 62200
download_size: 931446724
dataset_size: 3698485815
configs:
- config_name: C#
data_files:
- split: train
path: C#/train-*
- config_name: C#-long
data_files:
- split: train
path: C#-long/train-*
- config_name: js
data_files:
- split: train
path: js/train-*
- config_name: js-long
data_files:
- split: train
path: js-long/train-*
- config_name: md
data_files:
- split: train
path: md/train-*
- config_name: md-long
data_files:
- split: train
path: md-long/train-*
- config_name: py
data_files:
- split: train
path: py/train-*
- config_name: py-long
data_files:
- split: train
path: py-long/train-*
- config_name: ts
data_files:
- split: train
path: ts/train-*
- config_name: ts-long
data_files:
- split: train
path: ts-long/train-*
license: apache-2.0
task_categories:
- text-generation
language:
- en
---
# Reactive AI / Beta Code
Code-based pre-training corpus for RxT-Beta models, created from public & open datasets. Includes code in different programming languages.
Subsets are divided into short (< ~1024 tokens) and long (> ~1024 tokens) categories.
## Original dataset
It's created from [codeparrot](https://huggingface.co/codeparrot) datasets:
- Python subsets from [codeparrot/codeparrot-clean]([codeparrot/codeparrot-clean](https://huggingface.co/datasets/codeparrot/codeparrot-clean))
- other subsets from [codeparrot/github-code-clean](https://huggingface.co/datasets/codeparrot/github-code-clean)
|