Spaces:
Sleeping
Sleeping
Commit
·
1d75b42
1
Parent(s):
62d7088
Fixed a typo
Browse files
app.py
CHANGED
@@ -104,35 +104,6 @@ flip_card_css = """
|
|
104 |
}
|
105 |
"""
|
106 |
|
107 |
-
|
108 |
-
# App description (Markdown style)
|
109 |
-
description = """
|
110 |
-
### Қазақша кириллица → латын графикасының транслитераторы / Kazakh Cyrillic → Latin Script Transliterator
|
111 |
-
|
112 |
-
---
|
113 |
-
|
114 |
-
**[EN]**
|
115 |
-
|
116 |
-
DalaT5 is a T5-based model trained to convert natural Kazakh written in **Cyrillic** into fluent **Latin script**, based on the official 2021 alphabet reform of Kazakhstan.
|
117 |
-
|
118 |
-
This model is offered as a cultural gesture of respect and curiosity. It accepts modern Kazakh as people write it today - and answers in the language of its future.
|
119 |
-
|
120 |
-
**[KZ]**
|
121 |
-
|
122 |
-
DalaT5 - **кириллицада** жазылған табиғи қазақ тілін еркін **латын графикасына** ауыстыру үшін дайындалған T5 негізіндегі модель, Қазақстанның 2021 жылғы ресми әліпби реформасына негізделген.
|
123 |
-
|
124 |
-
Бұл модель құрмет пен қызығушылықтың мәдени қимылы ретінде ұсынылады. Ол қазіргі қазақ тілін бүгінгі адамдар қалай жазады, солай қабылдайды - және оның болашағының тілінде жауап береді.
|
125 |
-
|
126 |
-
🧠 [Model link](https://huggingface.co/crossroderick/dalat5)
|
127 |
-
🔤 [Kazakhstan 2021 alphabet reform](https://astanatimes.com/2021/02/kazakhstan-presents-new-latin-alphabet-plans-gradual-transition-through-2031/)
|
128 |
-
|
129 |
-
---
|
130 |
-
|
131 |
-
Егер сіз үлес қосқыңыз, бірлесіп жұмыс жасағыңыз немесе жай ғана пікір бөліскіңіз келсе - байланысыңыз / If you'd like to contribute, collaborate, or just share feedback - feel free to connect with [Rodrigo Pereira Cruz](https://www.linkedin.com/in/rpereiracruz/). 🇧🇷🇰🇿
|
132 |
-
|
133 |
-
---
|
134 |
-
"""
|
135 |
-
|
136 |
# Interface
|
137 |
with gr.Blocks(css = flip_card_css) as demo:
|
138 |
gr.HTML(flip_card_html)
|
@@ -149,7 +120,6 @@ with gr.Blocks(css = flip_card_css) as demo:
|
|
149 |
),
|
150 |
|
151 |
title = "🇰🇿 DalaT5",
|
152 |
-
description = description,
|
153 |
theme = "default",
|
154 |
flagging_mode = "never"
|
155 |
).render()
|
|
|
104 |
}
|
105 |
"""
|
106 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
107 |
# Interface
|
108 |
with gr.Blocks(css = flip_card_css) as demo:
|
109 |
gr.HTML(flip_card_html)
|
|
|
120 |
),
|
121 |
|
122 |
title = "🇰🇿 DalaT5",
|
|
|
123 |
theme = "default",
|
124 |
flagging_mode = "never"
|
125 |
).render()
|