tarekziade
commited on
Commit
•
55c1ce0
1
Parent(s):
690919f
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
tags:
|
3 |
+
- image-to-text
|
4 |
+
- image-captioning
|
5 |
+
license: apache-2.0
|
6 |
+
widget:
|
7 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/savanna.jpg
|
8 |
+
example_title: Savanna
|
9 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/football-match.jpg
|
10 |
+
example_title: Football Match
|
11 |
+
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/airport.jpg
|
12 |
+
example_title: Airport
|
13 |
+
base_model:
|
14 |
+
- distilbert/distilgpt2
|
15 |
+
- google/vit-base-patch16-224-in21k
|
16 |
+
---
|
17 |
+
|
18 |
+
Variation of https://huggingface.co/tarekziade/distilvit
|
19 |
+
|
20 |
+
Further fine-tuned on Flickr
|