Commit ·
de711ea
1
Parent(s): ac5b4cc
fix the readme file
Browse files
README.md
CHANGED
|
@@ -1,22 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
|
| 3 |
-
license: mit
|
| 4 |
library_name: pytorch
|
| 5 |
pipeline_tag: image-to-text
|
| 6 |
-
language:
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
tags:
|
| 10 |
-
* image-captioning
|
| 11 |
-
* image-to-text
|
| 12 |
-
* pytorch
|
| 13 |
-
* efficientnet-v2
|
| 14 |
-
* transformer-decoder
|
| 15 |
-
* coco
|
| 16 |
-
metrics:
|
| 17 |
-
* bleu
|
| 18 |
-
* cider
|
| 19 |
-
|
| 20 |
---
|
| 21 |
|
| 22 |
|
|
|
|
| 1 |
---
|
| 2 |
+
license: other
|
|
|
|
| 3 |
library_name: pytorch
|
| 4 |
pipeline_tag: image-to-text
|
| 5 |
+
language: [en]
|
| 6 |
+
tags: [image-captioning, image-to-text, pytorch, efficientnet-v2, transformer-decoder, coco]
|
| 7 |
+
metrics: [bleu, cider]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
|
| 10 |
|