Upload dataset (part 00001-of-00002)
Browse files
README.md
ADDED
|
@@ -0,0 +1,43 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
dataset_info:
|
| 3 |
+
features:
|
| 4 |
+
- name: repo
|
| 5 |
+
dtype: string
|
| 6 |
+
- name: file_url
|
| 7 |
+
dtype: string
|
| 8 |
+
- name: file_path
|
| 9 |
+
dtype: string
|
| 10 |
+
- name: content
|
| 11 |
+
dtype: string
|
| 12 |
+
- name: language
|
| 13 |
+
dtype: string
|
| 14 |
+
- name: license
|
| 15 |
+
dtype: string
|
| 16 |
+
- name: commit_sha
|
| 17 |
+
dtype: string
|
| 18 |
+
- name: retrieved_at
|
| 19 |
+
dtype: string
|
| 20 |
+
- name: truncated
|
| 21 |
+
dtype: bool
|
| 22 |
+
splits:
|
| 23 |
+
- name: train
|
| 24 |
+
num_bytes: 23483568788
|
| 25 |
+
num_examples: 3468274
|
| 26 |
+
- name: validation
|
| 27 |
+
num_bytes: 102619937
|
| 28 |
+
num_examples: 15594
|
| 29 |
+
- name: test
|
| 30 |
+
num_bytes: 524283648
|
| 31 |
+
num_examples: 76376
|
| 32 |
+
download_size: 7037324728
|
| 33 |
+
dataset_size: 24110472373
|
| 34 |
+
configs:
|
| 35 |
+
- config_name: default
|
| 36 |
+
data_files:
|
| 37 |
+
- split: train
|
| 38 |
+
path: data/train-*
|
| 39 |
+
- split: validation
|
| 40 |
+
path: data/validation-*
|
| 41 |
+
- split: test
|
| 42 |
+
path: data/test-*
|
| 43 |
+
---
|