From 2dd9440d0835782e41ae415a68e71fd15051c428 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Ponferrada Date: Sun, 11 Jul 2021 23:46:22 -0700 Subject: [PATCH] Point to the right file for hybrid CLIP (#12599) --- examples/research_projects/jax-projects/hybrid_clip/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/research_projects/jax-projects/hybrid_clip/README.md b/examples/research_projects/jax-projects/hybrid_clip/README.md index 6137731660..282d5c813b 100644 --- a/examples/research_projects/jax-projects/hybrid_clip/README.md +++ b/examples/research_projects/jax-projects/hybrid_clip/README.md @@ -65,7 +65,7 @@ Next, let's add a symbolic link to the `run_hybrid_clip.py`. ```bash 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: @@ -169,4 +169,4 @@ python run_hybrid_clip.py \ --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) \ No newline at end of file +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)