Update README.md
Browse files
README.md
CHANGED
@@ -16,4 +16,4 @@ The model is trained on 65000 images from the COCO dataset for about 1500 steps
|
|
16 |
|
17 |
- The provided training script `run_summarization.py` is modified to send pixel values to the model instead of a sequence of input token ids, and a necessary change due to the ViT model not accepting an `attention_mask` argument.
|
18 |
|
19 |
-
A HuggingFace
|
|
|
16 |
|
17 |
- The provided training script `run_summarization.py` is modified to send pixel values to the model instead of a sequence of input token ids, and a necessary change due to the ViT model not accepting an `attention_mask` argument.
|
18 |
|
19 |
+
A HuggingFace Spaces demo for this model: [🖼️ French Image Captioning Demo 📝](https://huggingface.co/spaces/flax-community/image-caption-french)
|