Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -4,7 +4,12 @@ configs:
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: data/train-*
|
|
|
|
|
|
|
|
|
7 |
dataset_info:
|
|
|
8 |
features:
|
9 |
- name: text
|
10 |
dtype: string
|
@@ -24,6 +29,26 @@ dataset_info:
|
|
24 |
num_examples: 234908
|
25 |
download_size: 1136323635
|
26 |
dataset_size: 2108788188.5416098
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
---
|
28 |
# Dataset Card for "code-tutorials-en"
|
29 |
|
|
|
4 |
data_files:
|
5 |
- split: train
|
6 |
path: data/train-*
|
7 |
+
- config_name: unfiltered
|
8 |
+
data_files:
|
9 |
+
- split: train
|
10 |
+
path: unfiltered/train-*
|
11 |
dataset_info:
|
12 |
+
- config_name: default
|
13 |
features:
|
14 |
- name: text
|
15 |
dtype: string
|
|
|
29 |
num_examples: 234908
|
30 |
download_size: 1136323635
|
31 |
dataset_size: 2108788188.5416098
|
32 |
+
- config_name: unfiltered
|
33 |
+
features:
|
34 |
+
- name: text
|
35 |
+
dtype: string
|
36 |
+
- name: url
|
37 |
+
dtype: string
|
38 |
+
- name: dump
|
39 |
+
dtype: string
|
40 |
+
- name: source
|
41 |
+
dtype: string
|
42 |
+
- name: word_count
|
43 |
+
dtype: int64
|
44 |
+
- name: flesch_reading_ease
|
45 |
+
dtype: float64
|
46 |
+
splits:
|
47 |
+
- name: train
|
48 |
+
num_bytes: 3452998372
|
49 |
+
num_examples: 384646
|
50 |
+
download_size: 1859375824
|
51 |
+
dataset_size: 3452998372
|
52 |
---
|
53 |
# Dataset Card for "code-tutorials-en"
|
54 |
|