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: 4220835811.903224
|
| 28 |
+
num_examples: 896193
|
| 29 |
+
- name: test
|
| 30 |
+
num_bytes: 234488523.569184
|
| 31 |
+
num_examples: 49788
|
| 32 |
+
- name: valid
|
| 33 |
+
num_bytes: 234493233.308952
|
| 34 |
+
num_examples: 49789
|
| 35 |
+
download_size: 1499528459
|
| 36 |
+
dataset_size: 4689817568.781361
|
| 37 |
+
---
|
| 38 |
+
# Dataset Card for "the-stack-swift-clean"
|
| 39 |
+
|
| 40 |
+
[More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|