AdamF92 commited on
Commit
c684556
·
verified ·
1 Parent(s): e3dfef6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
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
+