Update README.md
Browse files
README.md
CHANGED
@@ -31,19 +31,17 @@ model-index:
|
|
31 |
|
32 |
Sequence to Sequence Model for Treansliterationg Romanised Malayalam (Manglish) to Native Script.
|
33 |
|
|
|
|
|
|
|
|
|
|
|
34 |
|
35 |
### Model Description
|
36 |
|
37 |
- **Developed by:** [Bajiyo Baiju](https://huggingface.co/Bajiyo), [Kavya Manohar](https://huggingface.co/kavyamanohar), [Leena G Pillai](https://huggingface.co/leenag)
|
38 |
- **Language(s) (NLP):** Malayalam
|
39 |
- **License:** MIT
|
40 |
-
|
41 |
-
### Model Sources
|
42 |
-
|
43 |
-
|
44 |
-
- **Repository:** https://github.com/VRCLC-DUK/ml-en-transliteration
|
45 |
-
- **Paper:** https://arxiv.org/abs/2412.09957
|
46 |
-
- **Demo:** https://huggingface.co/spaces/vrclc/en-ml-transliteration
|
47 |
- Developed as a shared task submission to [INDONLP Workshop](https://indonlp-workshop.github.io/IndoNLP-Workshop/) at [COLING 2025](https://coling2025.org//), Abu Dhabi.
|
48 |
|
49 |
## How to Get Started with the Model
|
@@ -131,8 +129,6 @@ transliterated_text = transliterate_with_split_tokens(input_text, model, source_
|
|
131 |
|
132 |
print(transliterated_text)
|
133 |
```
|
134 |
-
[More Information Needed]
|
135 |
-
|
136 |
|
137 |
## Citation
|
138 |
|
|
|
31 |
|
32 |
Sequence to Sequence Model for Treansliterationg Romanised Malayalam (Manglish) to Native Script.
|
33 |
|
34 |
+
### Model Sources
|
35 |
+
|
36 |
+
- **Repository:** https://github.com/VRCLC-DUK/ml-en-transliteration
|
37 |
+
- **Paper:** https://arxiv.org/abs/2412.09957
|
38 |
+
- **Demo:** https://huggingface.co/spaces/vrclc/en-ml-transliteration
|
39 |
|
40 |
### Model Description
|
41 |
|
42 |
- **Developed by:** [Bajiyo Baiju](https://huggingface.co/Bajiyo), [Kavya Manohar](https://huggingface.co/kavyamanohar), [Leena G Pillai](https://huggingface.co/leenag)
|
43 |
- **Language(s) (NLP):** Malayalam
|
44 |
- **License:** MIT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
45 |
- Developed as a shared task submission to [INDONLP Workshop](https://indonlp-workshop.github.io/IndoNLP-Workshop/) at [COLING 2025](https://coling2025.org//), Abu Dhabi.
|
46 |
|
47 |
## How to Get Started with the Model
|
|
|
129 |
|
130 |
print(transliterated_text)
|
131 |
```
|
|
|
|
|
132 |
|
133 |
## Citation
|
134 |
|