LucasThil commited on
Commit
e4be15f
·
1 Parent(s): 71caf6d

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +39 -0
README.md ADDED
@@ -0,0 +1,39 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ dataset_info:
3
+ features:
4
+ - name: episodes
5
+ dtype: string
6
+ - name: refs
7
+ dtype: int64
8
+ - name: click
9
+ dtype: int64
10
+ - name: dblclick
11
+ dtype: int64
12
+ - name: keydown
13
+ dtype: int64
14
+ - name: keypress
15
+ dtype: int64
16
+ - name: keyup
17
+ dtype: int64
18
+ - name: mousedown
19
+ dtype: int64
20
+ - name: mouseup
21
+ dtype: int64
22
+ - name: scroll
23
+ dtype: int64
24
+ splits:
25
+ - name: train
26
+ num_bytes: 602371925
27
+ num_examples: 464060
28
+ - name: test
29
+ num_bytes: 75459160
30
+ num_examples: 58068
31
+ - name: validate
32
+ num_bytes: 75560379
33
+ num_examples: 57976
34
+ download_size: 121921413
35
+ dataset_size: 753391464
36
+ ---
37
+ # Dataset Card for "miniwob_snippet_improved"
38
+
39
+ [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)