Upload README.md with huggingface_hub
Browse files
README.md
ADDED
@@ -0,0 +1,40 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: train
|
6 |
+
path: data/train-*
|
7 |
+
- split: test
|
8 |
+
path: data/test-*
|
9 |
+
- split: valid
|
10 |
+
path: data/valid-*
|
11 |
+
dataset_info:
|
12 |
+
features:
|
13 |
+
- name: hexsha
|
14 |
+
dtype: string
|
15 |
+
- name: size
|
16 |
+
dtype: int64
|
17 |
+
- name: content
|
18 |
+
dtype: string
|
19 |
+
- name: avg_line_length
|
20 |
+
dtype: float64
|
21 |
+
- name: max_line_length
|
22 |
+
dtype: int64
|
23 |
+
- name: alphanum_fraction
|
24 |
+
dtype: float64
|
25 |
+
splits:
|
26 |
+
- name: train
|
27 |
+
num_bytes: 3308287053.655602
|
28 |
+
num_examples: 893939
|
29 |
+
- name: test
|
30 |
+
num_bytes: 183792697.203834
|
31 |
+
num_examples: 49663
|
32 |
+
- name: valid
|
33 |
+
num_bytes: 183796398.001152
|
34 |
+
num_examples: 49664
|
35 |
+
download_size: 1305007590
|
36 |
+
dataset_size: 3675876148.860588
|
37 |
+
---
|
38 |
+
# Dataset Card for "the-stack-ruby-clean"
|
39 |
+
|
40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|