KalanaPabasara commited on
Commit ·
f9831df
1
Parent(s): cb5198f
Restore required Hugging Face README front matter
Browse files
README.md
CHANGED
|
@@ -1,4 +1,15 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
A model-driven, context-aware back-transliteration system that converts Romanised Sinhala (Singlish) to native Sinhala script.
|
| 4 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: SinCode
|
| 3 |
+
emoji: 🔤
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: yellow
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.32.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# SinCode: Context-Aware Dual-Neural Back-Transliteration for Code-Mixed Romanized Sinhala
|
| 13 |
|
| 14 |
A model-driven, context-aware back-transliteration system that converts Romanised Sinhala (Singlish) to native Sinhala script.
|
| 15 |
|