Update README.md
Browse files
README.md
CHANGED
@@ -13,31 +13,32 @@ base_model:
|
|
13 |
- adalbertojunior/distilbert-portuguese-cased
|
14 |
pipeline_tag: image-to-text
|
15 |
model-index:
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
|
|
41 |
---
|
42 |
|
43 |
# 🎉 Swin-DistilBERTimbau for Brazilian Portuguese Image Captioning
|
|
|
13 |
- adalbertojunior/distilbert-portuguese-cased
|
14 |
pipeline_tag: image-to-text
|
15 |
model-index:
|
16 |
+
- name: Swin-DistilBERTimbau
|
17 |
+
results:
|
18 |
+
- task:
|
19 |
+
name: Image Captioning
|
20 |
+
type: image-to-text
|
21 |
+
dataset:
|
22 |
+
name: Flickr30K
|
23 |
+
type: laicsiifes/flickr30k-pt-br
|
24 |
+
split: test
|
25 |
+
metrics:
|
26 |
+
- name: CIDEr-D
|
27 |
+
type: cider
|
28 |
+
value: 66.73
|
29 |
+
- name: BLEU@4
|
30 |
+
type: bleu
|
31 |
+
value: 24.65
|
32 |
+
- name: ROUGE-L
|
33 |
+
type: rouge
|
34 |
+
value: 39.98
|
35 |
+
- name: METEOR
|
36 |
+
type: meteor
|
37 |
+
value: 44.71
|
38 |
+
- name: BERTScore
|
39 |
+
type: bertscore
|
40 |
+
value: 72.3
|
41 |
+
license: mit
|
42 |
---
|
43 |
|
44 |
# 🎉 Swin-DistilBERTimbau for Brazilian Portuguese Image Captioning
|