ydshieh commited on
Commit
b523155
1 Parent(s): 0a5b087

change desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ st.write("[Yih-Dar SHIEH](https://huggingface.co/ydshieh)")
9
 
10
  st.sidebar.markdown(
11
  """
12
- An image captioning model [ViT-GPT2](https://huggingface.co/flax-community/vit-gpt2/tree/main) by combining the ViT model and a French GPT2 model.
13
  [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 GPT2 model source code is modified so it can accept an encoder's output.
15
  The pretained weights of both models are loaded, with a set of randomly initialized cross-attention weigths.
 
9
 
10
  st.sidebar.markdown(
11
  """
12
+ An image captioning model [ViT-GPT2](https://huggingface.co/flax-community/vit-gpt2) by combining the ViT model and a French GPT2 model.
13
  [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 GPT2 model source code is modified so it can accept an encoder's output.
15
  The pretained weights of both models are loaded, with a set of randomly initialized cross-attention weigths.