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