Spaces:
Runtime error
Runtime error
harshvardhan96
commited on
Commit
•
bc7236a
1
Parent(s):
3d85743
Updated readme file
Browse files
README.md
CHANGED
@@ -11,3 +11,19 @@ license: other
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
11 |
---
|
12 |
|
13 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
14 |
+
|
15 |
+
Steps to use the Demo App :
|
16 |
+
1. Enter your text in the input field.
|
17 |
+
2. The Output textbox will display the transliterated value of the input text.
|
18 |
+
|
19 |
+
I referred to several online resources to understand the task of transliteration. Some of the links are mentioned below :
|
20 |
+
1. https://prateekjoshi.medium.com/english-to-hindi-translation-made-simple-with-transformers-library-33f64f745552
|
21 |
+
|
22 |
+
2. https://github.com/typecaster/Text-Transliteration
|
23 |
+
|
24 |
+
3. https://aclanthology.org/W18-2411.pdf
|
25 |
+
|
26 |
+
Moreover, I have made use of the repository mentioned in the second point.
|
27 |
+
I have trained that model on the “NEWS2018 DATASET_04” section English to Hindi dataset (provided in the document by you).
|
28 |
+
I trained the model on Kaggle. The Kaggle training notebook link is as follows : https://www.kaggle.com/harshvardhan26/transliteration-task-devnagri/edit
|
29 |
+
Also, the training result such as accuracy and loss of model has been added as a screenshot among the files.
|