Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
pipeline_tag: translation
|
3 |
+
---
|
4 |
+
|
5 |
+
### Punjabi Transliteration Corpus (PTC)
|
6 |
+
|
7 |
+
* The Punjabi Transliteration Corpus (PTC) is a comprehensive dataset containing 6.3 million
|
8 |
+
parallel sentences in Gurmukhi and Shahmukhi scripts. This corpus has been meticulously
|
9 |
+
compiled to support the development and evaluation of neural machine transliteration (NMT)
|
10 |
+
models for Punjabi text.
|
11 |
+
|
12 |
+
## Models
|
13 |
+
### Gurmukhi-to-Shahmukhi Model
|
14 |
+
- **BLEU Score:** 98.1
|
15 |
+
- **Word-level Accuracy:** 99.5%
|
16 |
+
- **Character Error Rate (CER):** 99.1%
|
17 |
+
|
18 |
+
### Shahmukhi-to-Gurmukhi Model
|
19 |
+
- **BLEU Score:** 87.7
|
20 |
+
|
21 |
+
## Corpus Details
|
22 |
+
- **Total Sentences:** 6.3 million
|
23 |
+
- **Domains Covered:** Various domains including CCaligned, ccmatrix, TED, QED, OPUS, TIco,
|
24 |
+
Wikimedia, Multicclaigned, Emille, IJCNLP, xlent, and paracrawl.
|
25 |
+
- **Test Corpus:** FLORES-101
|
26 |
+
|
27 |
+
## Usage
|
28 |
+
These resources are intended to facilitate research and development in the field of Punjabi
|
29 |
+
transliteration. They can be used to train new models or improve existing ones, enabling high-quality
|
30 |
+
transliteration between Gurmukhi and Shahmukhi scripts.
|
31 |
+
|
32 |
+
## Citation
|
33 |
+
|
34 |
+
**If you use our model, kindly cite our [paper]()**:
|
35 |
+
```
|
36 |
+
|
37 |
+
```
|