Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -72,7 +72,11 @@ do_sample = st.sidebar.selectbox(
|
|
72 |
# Body
|
73 |
st.markdown(
|
74 |
"""
|
75 |
-
papuGaPT2
|
|
|
|
|
|
|
|
|
76 |
|
77 |
The models were trained with Jax and Flax using TPUs as part of the [Flax/Jax Community Week](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104) organised by HuggingFace.
|
78 |
"""
|
|
|
72 |
# Body
|
73 |
st.markdown(
|
74 |
"""
|
75 |
+
This demo showcases the text generation capabilities for papuGaPT2, a GPT2 model pre-trained from scratch using Polish subset of the multilingual Oscar corpus.
|
76 |
+
|
77 |
+
To use it, add your text to 'Input Text' box, or click one of the below examples to load them and clik 'Submit' button. The model will generate text based on the entered text (prompt).
|
78 |
+
|
79 |
+
For more information including dataset, training and evaluation procedure, intended use, limitations and bias analysis see the model card at https://huggingface.co/flax-community/papuGaPT2)
|
80 |
|
81 |
The models were trained with Jax and Flax using TPUs as part of the [Flax/Jax Community Week](https://discuss.huggingface.co/t/open-to-the-community-community-week-using-jax-flax-for-nlp-cv/7104) organised by HuggingFace.
|
82 |
"""
|