Add dataset sources
Browse files- .gitattributes +3 -0
- README.md +47 -1
- vg_caption_de.json +3 -0
.gitattributes
CHANGED
@@ -53,3 +53,6 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
53 |
*.jpg filter=lfs diff=lfs merge=lfs -text
|
54 |
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
55 |
*.webp filter=lfs diff=lfs merge=lfs -text
|
56 |
+
|
57 |
+
# Huggingface
|
58 |
+
*.json filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
@@ -1,3 +1,49 @@
|
|
1 |
---
|
2 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
+
language:
|
3 |
+
- de
|
4 |
+
license_name: cc-by-4.0
|
5 |
+
license_link: https://creativecommons.org/licenses/by/4.0/legalcode
|
6 |
+
tags:
|
7 |
+
- visual_genome
|
8 |
+
- german
|
9 |
+
annotations_creators:
|
10 |
+
- machine-generated
|
11 |
+
pretty_name: Visual Genome in german
|
12 |
+
size_categories:
|
13 |
+
- n<820k
|
14 |
+
source_datasets:
|
15 |
+
- visual_genome
|
16 |
+
task_categories:
|
17 |
+
- text-generation
|
18 |
+
- image-to-text
|
19 |
+
- text-to-image
|
20 |
---
|
21 |
+
|
22 |
+
# Dataset Card for Visual Genome Annotations in German language
|
23 |
+
|
24 |
+
This dataset contains captions that were machine translated using [opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de).
|
25 |
+
|
26 |
+
## Dataset Details
|
27 |
+
|
28 |
+
### Dataset Description
|
29 |
+
|
30 |
+
- **Curated by:** {{ curators | default("[More Information Needed]", true)}}
|
31 |
+
- **Language(s) (NLP):** {{ language | default("[More Information Needed]", true)}}
|
32 |
+
- **License:** {{ license | default("[More Information Needed]", true)}}
|
33 |
+
|
34 |
+
### Dataset Sources
|
35 |
+
|
36 |
+
The processed [Visual Genome](https://homes.cs.washington.edu/~ranjay/visualgenome/index.html) captions in this repo are based on the following sources:
|
37 |
+
|
38 |
+
* 941425b651f50cdb1a6f0673eaab6260 vg_caption.json (https://storage.googleapis.com/sfr-vision-language-research/LAVIS/datasets/visual_genome/vg_caption.json)
|
39 |
+
|
40 |
+
Visual Genome:
|
41 |
+
|
42 |
+
- **Download:** https://homes.cs.washington.edu/~ranjay/visualgenome/index.html
|
43 |
+
- **Paper:** https://link.springer.com/article/10.1007/s11263-016-0981-7
|
44 |
+
|
45 |
+
|
46 |
+
## Dataset Creation
|
47 |
+
|
48 |
+
This dataset was generated by processing the annotations via [opus-mt-en-de](https://huggingface.co/Helsinki-NLP/opus-mt-en-de).
|
49 |
+
|
vg_caption_de.json
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9aecfd7c3196cf0bbe011db70cf9fa6354db79d6557908a353eca61930342796
|
3 |
+
size 153253998
|