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

change desc

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ st.sidebar.markdown(
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.
16
- 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.
17
  """
18
  )
19
 
 
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.
16
+ The model is trained on 65000 images from the COCO dataset for about 1500 steps (batch_size=256), with the original English cpationis being translated to French for training purpose.
17
  """
18
  )
19