add dataset size
Browse files
README.md
CHANGED
|
@@ -26,6 +26,7 @@ For more details see the preprocessing script in the transformers repository [he
|
|
| 26 |
The dataset is split in a [train](https://huggingface.co/datasets/codeparrot/codeparrot-clean-train) and [validation](https://huggingface.co/datasets/codeparrot/codeparrot-clean-valid) split used for training and evaluation.
|
| 27 |
|
| 28 |
## Structure
|
|
|
|
| 29 |
```python
|
| 30 |
DatasetDict({
|
| 31 |
train: Dataset({
|
|
|
|
| 26 |
The dataset is split in a [train](https://huggingface.co/datasets/codeparrot/codeparrot-clean-train) and [validation](https://huggingface.co/datasets/codeparrot/codeparrot-clean-valid) split used for training and evaluation.
|
| 27 |
|
| 28 |
## Structure
|
| 29 |
+
This dataset has ~50GB of code and 5361373 files.
|
| 30 |
```python
|
| 31 |
DatasetDict({
|
| 32 |
train: Dataset({
|