add dataset_info in dataset metadata
Browse files
README.md
CHANGED
|
@@ -24,6 +24,26 @@ paperswithcode_id: null
|
|
| 24 |
tags:
|
| 25 |
- code-modeling
|
| 26 |
- code-generation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 27 |
---
|
| 28 |
# Dataset Card for [py_ast]
|
| 29 |
|
|
|
|
| 24 |
tags:
|
| 25 |
- code-modeling
|
| 26 |
- code-generation
|
| 27 |
+
dataset_info:
|
| 28 |
+
features:
|
| 29 |
+
- name: ast
|
| 30 |
+
sequence:
|
| 31 |
+
- name: type
|
| 32 |
+
dtype: string
|
| 33 |
+
- name: value
|
| 34 |
+
dtype: string
|
| 35 |
+
- name: children
|
| 36 |
+
sequence: int32
|
| 37 |
+
config_name: ast
|
| 38 |
+
splits:
|
| 39 |
+
- name: test
|
| 40 |
+
num_bytes: 907514993
|
| 41 |
+
num_examples: 50000
|
| 42 |
+
- name: train
|
| 43 |
+
num_bytes: 1870790180
|
| 44 |
+
num_examples: 100000
|
| 45 |
+
download_size: 526642289
|
| 46 |
+
dataset_size: 2778305173
|
| 47 |
---
|
| 48 |
# Dataset Card for [py_ast]
|
| 49 |
|