Spaces:
Runtime error
Runtime error
Add github link in demo.
Browse files
app.py
CHANGED
@@ -64,7 +64,7 @@ interface = gr.Interface(
|
|
64 |
description="""
|
65 |
F-T5 is a hybrid encoder-decoder model based on T5 and FNet.
|
66 |
The model architecture is based on T5, except the encoder self attention is replaced by fourier transform as in FNet.
|
67 |
-
The model is pre-trained on openwebtext, fine-tuned on CNN/DM.
|
68 |
""",
|
69 |
)
|
70 |
|
|
|
64 |
description="""
|
65 |
F-T5 is a hybrid encoder-decoder model based on T5 and FNet.
|
66 |
The model architecture is based on T5, except the encoder self attention is replaced by fourier transform as in FNet.
|
67 |
+
The model is pre-trained on openwebtext, fine-tuned on CNN/DM. See the README for more detail. A github mirror is available here: https://github.com/cccntu/ft5-demo-space.
|
68 |
""",
|
69 |
)
|
70 |
|