Unverified Commit 2dd9440d authored by Eduardo Gonzalez Ponferrada's avatar Eduardo Gonzalez Ponferrada Committed by GitHub
Browse files

Point to the right file for hybrid CLIP (#12599)

parent de23ecea
...@@ -65,7 +65,7 @@ Next, let's add a symbolic link to the `run_hybrid_clip.py`. ...@@ -65,7 +65,7 @@ Next, let's add a symbolic link to the `run_hybrid_clip.py`.
```bash ```bash
export MODEL_DIR="./clip-roberta-base export MODEL_DIR="./clip-roberta-base
ln -s ~/transformers/examples/flax/summarization/run_hybrid_clip.py run_hybrid_clip.py ln -s ~/transformers/examples/research_projects/jax-projects/hybrid_clip/run_hybrid_clip.py run_hybrid_clip.py
``` ```
## How to use the `FlaxHybridCLIP` model: ## How to use the `FlaxHybridCLIP` model:
...@@ -169,4 +169,4 @@ python run_hybrid_clip.py \ ...@@ -169,4 +169,4 @@ python run_hybrid_clip.py \
--push_to_hub --push_to_hub
``` ```
This should finish in ~1h50 mins with min validation loss 2.43. Training statistics can be accessed on [tfhub.de](https://tensorboard.dev/experiment/RUNPYd1yRgSD5kZSb9hDig/#scalars) This should finish in ~1h50 mins with min validation loss 2.43. Training statistics can be accessed on [tfhub.de](https://tensorboard.dev/experiment/RUNPYd1yRgSD5kZSb9hDig/#scalars)
\ No newline at end of file
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment