Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
| 1 |
# CodeParrot 🦜 Dataset Cleaned (valid)
|
| 2 |
|
| 3 |
-
Train split of [CodeParrot 🦜 Dataset Cleaned](https://huggingface.co/datasets/lvwerra/codeparrot-clean).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# CodeParrot 🦜 Dataset Cleaned (valid)
|
| 2 |
|
| 3 |
+
Train split of [CodeParrot 🦜 Dataset Cleaned](https://huggingface.co/datasets/lvwerra/codeparrot-clean).
|
| 4 |
+
|
| 5 |
+
## Dataset structure
|
| 6 |
+
|
| 7 |
+
```python
|
| 8 |
+
DatasetDict({
|
| 9 |
+
train: Dataset({
|
| 10 |
+
features: ['repo_name', 'path', 'copies', 'size', 'content', 'license', 'hash', 'line_mean', 'line_max', 'alpha_frac', 'autogenerated'],
|
| 11 |
+
num_rows: 61373
|
| 12 |
+
})
|
| 13 |
+
})
|
| 14 |
+
```
|