Commit
·
bce2e2c
1
Parent(s):
ca65200
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# OFA-Base-Caption
|
2 |
+
This is the official checkpoint (adaptive to the official code instead of Huggingface Transformers) of OFA-Base finetuned on the MSCOCO Caption dataset for image captioning. Specifically, the model was first trained with cross-entropy loss and then with CIDEr optimization.
|
3 |
+
|
4 |
+
For more information, please refer to the official github ([https://github.com/OFA-Sys/OFA](https://github.com/OFA-Sys/OFA))
|
5 |
+
|
6 |
+
Temporarily, we only provide the finetuned checkpoints based on the official code. For those that support Huggingface Transformers
|