stefanieschneider
commited on
Commit
•
558ac47
1
Parent(s):
e72d081
Add more metadata
Browse files
README.md
CHANGED
@@ -1,17 +1,77 @@
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
-
|
4 |
-
license: cc-by-sa-4.0
|
5 |
language:
|
6 |
- de
|
7 |
- en
|
8 |
- fr
|
9 |
-
|
10 |
-
- lam
|
11 |
task_categories:
|
12 |
-
|
13 |
-
|
14 |
pretty_name: 'ARTigo: Social Image Tagging'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
15 |
---
|
16 |
|
17 |
# Dataset Card for ARTigo: Social Image Tagging
|
|
|
1 |
---
|
2 |
annotations_creators:
|
3 |
+
- crowd-generated
|
|
|
4 |
language:
|
5 |
- de
|
6 |
- en
|
7 |
- fr
|
8 |
+
license: cc-by-sa-4.0
|
|
|
9 |
task_categories:
|
10 |
+
- object-detection
|
11 |
+
- image-classification
|
12 |
pretty_name: 'ARTigo: Social Image Tagging'
|
13 |
+
tags:
|
14 |
+
- lam
|
15 |
+
dataset_info:
|
16 |
+
features:
|
17 |
+
- name: id
|
18 |
+
dtype: int64
|
19 |
+
- name: hash_id
|
20 |
+
dtype: string
|
21 |
+
- name: titles
|
22 |
+
sequence:
|
23 |
+
- name: id
|
24 |
+
dtype: int64
|
25 |
+
- name: name
|
26 |
+
dtype: string
|
27 |
+
- name: creators
|
28 |
+
sequence:
|
29 |
+
- name: id
|
30 |
+
dtype: int64
|
31 |
+
- name: name
|
32 |
+
dtype: string
|
33 |
+
- name: location
|
34 |
+
dtype: string
|
35 |
+
- name: institution
|
36 |
+
dtype: string
|
37 |
+
- name: source
|
38 |
+
struct:
|
39 |
+
- name: id
|
40 |
+
dtype: int64
|
41 |
+
- name: name
|
42 |
+
dtype: string
|
43 |
+
- name: url
|
44 |
+
dtype: string
|
45 |
+
- name: path
|
46 |
+
dtype: string
|
47 |
+
- name: tags
|
48 |
+
sequence:
|
49 |
+
- name: id
|
50 |
+
dtype: int64
|
51 |
+
- name: name
|
52 |
+
dtype: string
|
53 |
+
- name: language
|
54 |
+
dtype: string
|
55 |
+
- name: count
|
56 |
+
dtype: int64
|
57 |
+
- name: regions
|
58 |
+
sequence:
|
59 |
+
- name: x
|
60 |
+
dtype: float64
|
61 |
+
- name: y
|
62 |
+
dtype: float64
|
63 |
+
- name: width
|
64 |
+
dtype: float64
|
65 |
+
- name: height
|
66 |
+
dtype: float64
|
67 |
+
- name: image
|
68 |
+
dtype: image
|
69 |
+
splits:
|
70 |
+
- name: train
|
71 |
+
num_bytes: 269611482
|
72 |
+
num_examples: 60633
|
73 |
+
download_size: 5625395643
|
74 |
+
dataset_size: 269611482
|
75 |
---
|
76 |
|
77 |
# Dataset Card for ARTigo: Social Image Tagging
|