Spaces:
Sleeping
Sleeping
Enhanced UI
Browse files
app.py
CHANGED
@@ -71,13 +71,13 @@ iface = gr.Interface(
|
|
71 |
],
|
72 |
outputs=gr.Textbox(lines=5, label="Generated Summary"),
|
73 |
title="Multilingual Text Summarization Model",
|
74 |
-
description="""This
|
75 |
The model was fine-tuned on 30,000 Turkish-English summary pairs using the LoRA technique,
|
76 |
based on the `google/mt5-small` model.""",
|
77 |
|
78 |
|
79 |
examples=[
|
80 |
-
["
|
81 |
["Electric cars are becoming increasingly popular worldwide. People choose electric vehicles because they produce less pollution and reduce fuel costs. Governments are promoting them by offering incentives and building more charging stations. Experts believe that electric cars could eventually replace most gasoline-powered vehicles, significantly decreasing greenhouse gas emissions and contributing to a cleaner environment.", "English Text -> English Summary", 10]
|
82 |
],
|
83 |
theme="gradio/soft",
|
|
|
71 |
],
|
72 |
outputs=gr.Textbox(lines=5, label="Generated Summary"),
|
73 |
title="Multilingual Text Summarization Model",
|
74 |
+
description="""This generates headline-style summaries for Turkish or English texts.
|
75 |
The model was fine-tuned on 30,000 Turkish-English summary pairs using the LoRA technique,
|
76 |
based on the `google/mt5-small` model.""",
|
77 |
|
78 |
|
79 |
examples=[
|
80 |
+
["Türkiye’de şehir parkları son yıllarda kapsamlı bir şekilde yenileniyor ve modern hâle getiriliyor. Yeni yürüyüş yolları, çocuk oyun alanları, spor alanları, bisiklet yolları ve dinlenme bölgeleri ekleniyor. Ziyaretçiler, temiz, güvenli ve konforlu bir ortamda vakit geçirebiliyor. Parklarda düzenlenen kültürel etkinlikler ve spor aktiviteleri vatandaşların sosyal yaşamını da destekliyor. Belediye yetkilileri, bu projelerle insanların daha sağlıklı, aktif ve sosyal bir yaşam sürmesini, doğayla bağlarını güçlendirmesini ve şehirdeki yaşam kalitesinin artmasını hedefliyor.", "Turkish Text -> Turkish Summary", 10],
|
81 |
["Electric cars are becoming increasingly popular worldwide. People choose electric vehicles because they produce less pollution and reduce fuel costs. Governments are promoting them by offering incentives and building more charging stations. Experts believe that electric cars could eventually replace most gasoline-powered vehicles, significantly decreasing greenhouse gas emissions and contributing to a cleaner environment.", "English Text -> English Summary", 10]
|
82 |
],
|
83 |
theme="gradio/soft",
|