Update README.md
Browse files
README.md
CHANGED
@@ -1,29 +1,47 @@
|
|
1 |
---
|
2 |
configs:
|
3 |
-
- config_name:
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
27 |
annotations_creators:
|
28 |
- found
|
29 |
language:
|
|
|
1 |
---
|
2 |
configs:
|
3 |
+
- config_name: app_screens
|
4 |
+
default: true
|
5 |
+
data_files:
|
6 |
+
- split: app_screens
|
7 |
+
path:
|
8 |
+
- 'app_screens.jsonl.zst'
|
9 |
+
|
10 |
+
- config_name: app_section_screens
|
11 |
+
data_files:
|
12 |
+
- split: app_section_screens
|
13 |
+
path:
|
14 |
+
- 'app_section_screens.jsonl.zst'
|
15 |
+
|
16 |
+
- config_name: app_sections
|
17 |
+
data_files:
|
18 |
+
- split: app_sections
|
19 |
+
path:
|
20 |
+
- 'app_sections.jsonl.zst'
|
21 |
+
|
22 |
+
- config_name: app_sections_with_app_screens
|
23 |
+
data_files:
|
24 |
+
- split: app_sections_with_app_screens
|
25 |
+
path:
|
26 |
+
- 'app_sections_with_app_screens.jsonl.zst'
|
27 |
+
|
28 |
+
- config_name: app_versions
|
29 |
+
data_files:
|
30 |
+
- split: app_versions
|
31 |
+
path:
|
32 |
+
- 'app_versions.jsonl.zst'
|
33 |
+
|
34 |
+
- config_name: apps
|
35 |
+
data_files:
|
36 |
+
- split: apps
|
37 |
+
path:
|
38 |
+
- 'apps.jsonl.zst'
|
39 |
+
|
40 |
+
- config_name: trending_filter_tags
|
41 |
+
data_files:
|
42 |
+
- split: trending_filter_tags
|
43 |
+
path:
|
44 |
+
- 'trending_filter_tags.jsonl.zst'
|
45 |
annotations_creators:
|
46 |
- found
|
47 |
language:
|