Updated description
Browse files
app.py
CHANGED
@@ -21,9 +21,9 @@ st.markdown(
|
|
21 |
"""
|
22 |
This translation engine is a fine-tuned version of the [Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh) model, initially designed for translating English to Mandarin Chinese.
|
23 |
|
24 |
-
This [fine-tuned model](https://huggingface.co/edwinlaw/opus-mt-cantonese-
|
25 |
|
26 |
-
Translations generated are intended for experimental use only. Proceed at your own
|
27 |
""")
|
28 |
|
29 |
st.subheader('Enter a simple English sentence here:')
|
|
|
21 |
"""
|
22 |
This translation engine is a fine-tuned version of the [Helsinki-NLP/opus-mt-en-zh](https://huggingface.co/Helsinki-NLP/opus-mt-en-zh) model, initially designed for translating English to Mandarin Chinese.
|
23 |
|
24 |
+
This [fine-tuned model](https://huggingface.co/edwinlaw/opus-mt-cantonese-v2) has been trained using 6000+ Cantonese sentences along with their English translations.
|
25 |
|
26 |
+
Translations generated are intended for experimental use only. Correctness is not guaranteed. Proceed at your own risk.
|
27 |
""")
|
28 |
|
29 |
st.subheader('Enter a simple English sentence here:')
|