pszemraj commited on
Commit
b02b643
1 Parent(s): 765c944

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -59,7 +59,27 @@ dataset_info:
59
  num_examples: 384646
60
  download_size: 1859375824
61
  dataset_size: 3452998372
 
62
  ---
63
  # Dataset Card for "code-tutorials-en"
64
 
65
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  num_examples: 384646
60
  download_size: 1859375824
61
  dataset_size: 3452998372
62
+ source_datasets: mponty/code_tutorials
63
  ---
64
  # Dataset Card for "code-tutorials-en"
65
 
66
+ - `en` only
67
+ - 100 words or more
68
+ - reading ease of 50 or more
69
+
70
+ ```
71
+ DatasetDict({
72
+ train: Dataset({
73
+ features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'],
74
+ num_rows: 223162
75
+ })
76
+ validation: Dataset({
77
+ features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'],
78
+ num_rows: 5873
79
+ })
80
+ test: Dataset({
81
+ features: ['text', 'url', 'dump', 'source', 'word_count', 'flesch_reading_ease'],
82
+ num_rows: 5873
83
+ })
84
+ })
85
+ ```