Spaces:
Runtime error
Runtime error
app.py
CHANGED
@@ -24,7 +24,7 @@ See how it works [here](http://fras.uk/ml/large%20prior-free%20models/transforme
|
|
24 |
''')
|
25 |
|
26 |
st.markdown('''
|
27 |
-
### t5-vae-python
|
28 |
|
29 |
This model is trained on lines of Python code from GitHub ([dataset](https://huggingface.co/datasets/Fraser/python-lines)).
|
30 |
''')
|
@@ -120,11 +120,11 @@ st.write(out)
|
|
120 |
|
121 |
|
122 |
st.markdown('''
|
123 |
-
### t5-vae-wiki
|
124 |
|
125 |
This model is trained on just 5% of the sentences on wikipedia.
|
126 |
|
127 |
-
We'll release another model trained on the
|
128 |
''')
|
129 |
|
130 |
|
|
|
24 |
''')
|
25 |
|
26 |
st.markdown('''
|
27 |
+
### [t5-vae-python](https://huggingface.co/flax-community/t5-vae-python)
|
28 |
|
29 |
This model is trained on lines of Python code from GitHub ([dataset](https://huggingface.co/datasets/Fraser/python-lines)).
|
30 |
''')
|
|
|
120 |
|
121 |
|
122 |
st.markdown('''
|
123 |
+
### [t5-vae-wiki](https://huggingface.co/flax-community/t5-vae-wiki)
|
124 |
|
125 |
This model is trained on just 5% of the sentences on wikipedia.
|
126 |
|
127 |
+
We'll release another model trained on the full [dataset](https://github.com/ChunyuanLI/Optimus/blob/master/download_datasets.md) soon.
|
128 |
''')
|
129 |
|
130 |
|