Spaces:
Runtime error
Runtime error
Commit
·
42a4fb9
1
Parent(s):
c3dc891
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,9 @@ title="Turkish Review Generator: A GPT2 based Text Generator Trained with a Cust
|
|
23 |
description= """Generate a review in Turkish by providing a prompt.
|
24 |
Generation takes 15-20 seconds on average.
|
25 |
You can share your experience by Flagging.
|
26 |
-
Enjoy!
|
|
|
|
|
27 |
article = """<p style='text-align: center'>On YouTube:</p>
|
28 |
<p style='text-align: center'><a href='https://youtube.com/playlist?list=PLQflnv_s49v9d9w-L0S8XUXXdNks7vPBL' target='_blank'>How to Train a Hugging Face Causal Language Model from Scratch with a Custom Dataset and a Custom Tokenizer?</a></p>
|
29 |
<p style='text-align: center'><a href='https://youtube.com/playlist?list=PLQflnv_s49v8aajw6m9MRNbAAbL63flKD' target='_blank'>Hugging Face kütüphanesini kullanarak bir GPT2 Transformer Dil Modelini Kendi Veri Setimizle nasıl eğitip kullanabiliriz? (in Turkish)</a></p>
|
|
|
23 |
description= """Generate a review in Turkish by providing a prompt.
|
24 |
Generation takes 15-20 seconds on average.
|
25 |
You can share your experience by Flagging.
|
26 |
+
Enjoy!
|
27 |
+
|
28 |
+
NOTE: Examples some time can generate ERROR. Thus you may want to enter your prompt manually. :)"""
|
29 |
article = """<p style='text-align: center'>On YouTube:</p>
|
30 |
<p style='text-align: center'><a href='https://youtube.com/playlist?list=PLQflnv_s49v9d9w-L0S8XUXXdNks7vPBL' target='_blank'>How to Train a Hugging Face Causal Language Model from Scratch with a Custom Dataset and a Custom Tokenizer?</a></p>
|
31 |
<p style='text-align: center'><a href='https://youtube.com/playlist?list=PLQflnv_s49v8aajw6m9MRNbAAbL63flKD' target='_blank'>Hugging Face kütüphanesini kullanarak bir GPT2 Transformer Dil Modelini Kendi Veri Setimizle nasıl eğitip kullanabiliriz? (in Turkish)</a></p>
|