Update README.md
Browse files
README.md
CHANGED
@@ -12,11 +12,15 @@ pipeline_tag: translation
|
|
12 |
---
|
13 |
|
14 |
### English to Urdu Translation
|
|
|
|
|
|
|
15 |
|
16 |
* source group: English
|
17 |
* target group: Urdu
|
18 |
|
19 |
* model: transformer
|
|
|
20 |
* Test Set: WMT2017
|
21 |
* pre-processing: Moses + Indic Tokenizer
|
22 |
* Dataset + Libray Details: [DLNMT](https://github.com/sami-haq99/nrpu-dlnmt)
|
|
|
12 |
---
|
13 |
|
14 |
### English to Urdu Translation
|
15 |
+
English to Urdu translation model is a Transformer model trained on IWSLT back-translated data using Faireq.
|
16 |
+
This model is produced during the experimentation related to building Context-Aware NMT models for low-resourced languages such as Urdu, Hindi, Sindhi, Pashtu and Punjabi. This particular model does not contains any contextual information and it is baseline sentence-level transformer model.
|
17 |
+
The evaluation is done on WMT2017 standard test set.
|
18 |
|
19 |
* source group: English
|
20 |
* target group: Urdu
|
21 |
|
22 |
* model: transformer
|
23 |
+
* Contextual
|
24 |
* Test Set: WMT2017
|
25 |
* pre-processing: Moses + Indic Tokenizer
|
26 |
* Dataset + Libray Details: [DLNMT](https://github.com/sami-haq99/nrpu-dlnmt)
|