Spaces:
Runtime error
Runtime error
Update copyright position (Version 2.0)
Browse files
app.py
CHANGED
@@ -113,12 +113,13 @@ title = """
|
|
113 |
|
114 |
description = "<p><i>This project is a part of thesis requirement of Anugrah Akbar Praramadhan</i></p>"
|
115 |
|
116 |
-
article = """
|
117 |
-
<p style='text-align: center'> Trained on Indo4B Benchmark Dataset of Indonesian language Wikipedia with a Causal Language Modeling (CLM) objective <br>
|
118 |
<p style='text-align: center'><a href='https://huggingface.co/anugrahap/gpt2-indo-textgen' target='_blank'>Link to the Trained Model</a><br>
|
119 |
<p style='text-align: center'><a href='https://huggingface.co/spaces/anugrahap/gpt2-indo-text-gen/tree/main' target='_blank'>Link to the Project Repository</a><br>
|
120 |
<p style='text-align: center'><a href='https://huggingface.co/datasets/anugrahap/output-gpt2-indo-textgen/' target='_blank'>Link to the Autosaved Generated Output</a><br>
|
121 |
<p style='text-align: center'><a href='https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf' target='_blank'>Original Paper</a>
|
|
|
|
|
122 |
"""
|
123 |
|
124 |
# using gradio interfaces
|
|
|
113 |
|
114 |
description = "<p><i>This project is a part of thesis requirement of Anugrah Akbar Praramadhan</i></p>"
|
115 |
|
116 |
+
article = """
|
|
|
117 |
<p style='text-align: center'><a href='https://huggingface.co/anugrahap/gpt2-indo-textgen' target='_blank'>Link to the Trained Model</a><br>
|
118 |
<p style='text-align: center'><a href='https://huggingface.co/spaces/anugrahap/gpt2-indo-text-gen/tree/main' target='_blank'>Link to the Project Repository</a><br>
|
119 |
<p style='text-align: center'><a href='https://huggingface.co/datasets/anugrahap/output-gpt2-indo-textgen/' target='_blank'>Link to the Autosaved Generated Output</a><br>
|
120 |
<p style='text-align: center'><a href='https://d4mucfpksywv.cloudfront.net/better-language-models/language_models_are_unsupervised_multitask_learners.pdf' target='_blank'>Original Paper</a>
|
121 |
+
<p style='text-align: center'>Copyright Anugrah Akbar Praramadhan 2023 <br>
|
122 |
+
<p style='text-align: center'> Trained on Indo4B Benchmark Dataset of Indonesian language Wikipedia with a Causal Language Modeling (CLM) objective <br>
|
123 |
"""
|
124 |
|
125 |
# using gradio interfaces
|