Spaces:
Runtime error
Runtime error
update the text about the demo
Browse files
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
|
| 85 |
-
|
|
|
|
| 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 |
"""
|