cahya commited on
Commit
66d7cd7
1 Parent(s): 0d55d70

update the text about the demo

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -81,8 +81,9 @@ do_sample = st.sidebar.selectbox('Sampling?', (True, False), help="Whether or no
81
 
82
  st.markdown(
83
  """
84
- This demo uses [the small and medium Indonesian GPT2 model](https://huggingface.co/flax-community/gpt2-small-indonesian)
85
- trained on the Indonesian part of [Oscar](https://huggingface.co/datasets/oscar), [MC4](https://huggingface.co/datasets/mc4)
 
86
  and [Wikipedia](https://huggingface.co/datasets/wikipedia) dataset. We created it as part of the
87
  [Huggingface JAX/Flax event](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/).
88
  """
 
81
 
82
  st.markdown(
83
  """
84
+ This demo uses the [small](https://huggingface.co/flax-community/gpt2-small-indonesian) and
85
+ [medium](https://huggingface.co/flax-community/gpt2-medium-indonesian) Indonesian GPT2 model
86
+ trained on the Indonesian [Oscar](https://huggingface.co/datasets/oscar), [MC4](https://huggingface.co/datasets/mc4)
87
  and [Wikipedia](https://huggingface.co/datasets/wikipedia) dataset. We created it as part of the
88
  [Huggingface JAX/Flax event](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/).
89
  """