Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# My Fine-Tuned Image Captioning Model
|
2 |
|
3 |
-
This model is a fine-tuned version of [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base) on a custom dataset. It generates captions for images based on the features in the image.
|
4 |
-
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
base_model:
|
5 |
+
- Salesforce/blip-image-captioning-base
|
6 |
+
pipeline_tag: image-classification
|
7 |
+
tags:
|
8 |
+
- art
|
9 |
+
---
|
10 |
# My Fine-Tuned Image Captioning Model
|
11 |
|
12 |
+
This model is a fine-tuned version of [Salesforce/blip-image-captioning-base](https://huggingface.co/Salesforce/blip-image-captioning-base) on a custom dataset. It generates captions for images based on the features in the image.
|
|