Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,46 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
configs:
|
3 |
+
- config_name: default
|
4 |
+
data_files:
|
5 |
+
- split: app_screens
|
6 |
+
path:
|
7 |
+
- 'app_screens.jsonl.zst'
|
8 |
+
- split: app_section_screens
|
9 |
+
path:
|
10 |
+
- 'app_section_screens.jsonl.zst'
|
11 |
+
- split: app_sections
|
12 |
+
path:
|
13 |
+
- 'app_sections.jsonl.zst'
|
14 |
+
- split: app_sections_with_app_screens
|
15 |
+
path:
|
16 |
+
- 'app_sections_with_app_screens.jsonl.zst'
|
17 |
+
- split: app_versions
|
18 |
+
path:
|
19 |
+
- 'app_versions.jsonl.zst'
|
20 |
+
- split: apps
|
21 |
+
path:
|
22 |
+
- 'apps.jsonl.zst'
|
23 |
+
- split: trending_filter_tags
|
24 |
+
path:
|
25 |
+
- 'trending_filter_tags.jsonl.zst'
|
26 |
+
default: true
|
27 |
+
annotations_creators:
|
28 |
+
- found
|
29 |
+
language:
|
30 |
+
- en
|
31 |
+
license: unknown
|
32 |
+
multilinguality:
|
33 |
+
- monolingual
|
34 |
+
pretty_name: User Interface Dataset
|
35 |
+
size_categories:
|
36 |
+
- 100K<n<1M
|
37 |
+
task_categories:
|
38 |
+
- image-segmentation
|
39 |
+
- image-feature-extraction
|
40 |
+
tags:
|
41 |
+
- ui
|
42 |
+
- navigation
|
43 |
+
- video
|
44 |
+
- image
|
45 |
+
- operator
|
46 |
+
---
|