ydshieh commited on
Commit
9711ed9
1 Parent(s): f884ea7
Files changed (1) hide show
  1. app.py +3 -5
app.py CHANGED
@@ -10,11 +10,9 @@ st.write('\n')
10
 
11
  st.markdown(
12
  """
13
- An image caption model by combining the ViT model and a French GPT2 model.\n
14
- [Part of the [Huggingface JAX/Flax event](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/).]\n
15
- The pretained weights of both models are loaded, and a set of randomly initialized cross-attention weigths are added.\n
16
- The model is trained on 65000 images from the COCO dataset for about 1500 steps.\n
17
- The original english cpationis are translated to french for training purpose.\n
18
  """
19
  )
20
 
 
10
 
11
  st.markdown(
12
  """
13
+ An image caption model by combining the ViT model and a French GPT2 model. [Part of the [Huggingface JAX/Flax event](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/).]\n
14
+ The pretained weights of both models are loaded, with a set of randomly initialized cross-attention weigths.
15
+ The model is trained on 65000 images from the COCO dataset for about 1500 steps, with the original english cpationis are translated to french for training purpose.
 
 
16
  """
17
  )
18