Skip to content

Commit

Permalink
Fix link in README.md of Image Captioning (huggingface#27969)
Browse files Browse the repository at this point in the history
Update the link for vision encoder decoder doc used by
FlaxVisionEncoderDecoderModel link.
  • Loading branch information
saswatmeher authored Dec 12, 2023
1 parent 680c610 commit a49f4ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/flax/image-captioning/README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Image Captioning (vision-encoder-text-decoder model) training example

The following example showcases how to finetune a vision-encoder-text-decoder model for image captioning
using the JAX/Flax backend, leveraging 🤗 Transformers library's [FlaxVisionEncoderDecoderModel](https://huggingface.co/docs/transformers/model_doc/visionencoderdecoder#transformers.FlaxVisionEncoderDecoderModel).
using the JAX/Flax backend, leveraging 🤗 Transformers library's [FlaxVisionEncoderDecoderModel](https://huggingface.co/docs/transformers/model_doc/vision-encoder-decoder#transformers.FlaxVisionEncoderDecoderModel).

JAX/Flax allows you to trace pure functions and compile them into efficient, fused accelerator code on both GPU and TPU.
Models written in JAX/Flax are **immutable** and updated in a purely functional
Expand Down

0 comments on commit a49f4ac

Please sign in to comment.