Datasets:
Tasks:
Text Generation
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
1M - 10M
License:
🇪🇺 Region: EU
Update README.md
Browse files
README.md
CHANGED
|
@@ -113,4 +113,19 @@ configs:
|
|
| 113 |
data_files:
|
| 114 |
- split: train
|
| 115 |
path: ts-long/train-*
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 116 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 113 |
data_files:
|
| 114 |
- split: train
|
| 115 |
path: ts-long/train-*
|
| 116 |
+
license: apache-2.0
|
| 117 |
+
task_categories:
|
| 118 |
+
- text-generation
|
| 119 |
+
language:
|
| 120 |
+
- en
|
| 121 |
---
|
| 122 |
+
|
| 123 |
+
# Reactive AI / Beta Code
|
| 124 |
+
Code-based pre-training corpus for RxT-Beta models, created from public & open datasets. Includes code in different programming languages.
|
| 125 |
+
Subsets are divided into short (< ~1024 tokens) and long (> ~1024 tokens) categories.
|
| 126 |
+
|
| 127 |
+
## Original dataset
|
| 128 |
+
It's created from [codeparrot](https://huggingface.co/codeparrot) datasets:
|
| 129 |
+
- Python subsets from [codeparrot/codeparrot-clean]([codeparrot/codeparrot-clean](https://huggingface.co/datasets/codeparrot/codeparrot-clean))
|
| 130 |
+
- other subsets from [codeparrot/github-code-clean](https://huggingface.co/datasets/codeparrot/github-code-clean)
|
| 131 |
+
|