loubnabnl HF staff commited on
Commit
3e6ab65
β€’
1 Parent(s): 1d740ac

Update README.md

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