loubnabnl HF staff commited on
Commit
4db92d2
β€’
1 Parent(s): 050d185

Update README.md

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