Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,3 +1,38 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
configs:
|
4 |
+
- config_name: default
|
5 |
+
data_files:
|
6 |
+
- split: train
|
7 |
+
path: data/train-*
|
8 |
+
dataset_info:
|
9 |
+
features:
|
10 |
+
- name: query
|
11 |
+
dtype: string
|
12 |
+
- name: url
|
13 |
+
dtype: string
|
14 |
+
- name: html
|
15 |
+
dtype: string
|
16 |
+
- name: source_nodes
|
17 |
+
dtype: string
|
18 |
+
- name: code
|
19 |
+
dtype: string
|
20 |
+
- name: outer_html
|
21 |
+
dtype: string
|
22 |
+
- name: code_run_success
|
23 |
+
dtype: bool
|
24 |
+
- name: correct_button
|
25 |
+
dtype: float64
|
26 |
+
- name: base_page_image
|
27 |
+
dtype: string
|
28 |
+
- name: highlighted_page_image
|
29 |
+
dtype: string
|
30 |
+
- name: model
|
31 |
+
dtype: string
|
32 |
+
splits:
|
33 |
+
- name: train
|
34 |
+
num_bytes: 88323245
|
35 |
+
num_examples: 50
|
36 |
+
download_size: 73306426
|
37 |
+
dataset_size: 88323245
|
38 |
---
|