Update README.md
Browse files
README.md
CHANGED
|
@@ -1,20 +1,27 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
You can use this pre-trained model for Persian-English translation tasks, either through direct inference or by fine-tuning it for your specific applications.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- translation
|
| 5 |
+
size_categories:
|
| 6 |
+
- 100K<n<1M
|
| 7 |
+
---
|
| 8 |
+
## ๐ Dataset Source & Details
|
| 9 |
+
|
| 10 |
+
This cleaned dataset contains approximately **1 million records** curated from the **CCMatrix** parallel corpus, specifically from the Persian-English subset available at:
|
| 11 |
+
[https://opus.nlpl.eu/CCMatrix/en&fa/v1/CCMatrix](https://opus.nlpl.eu/CCMatrix/en&fa/v1/CCMatrix)
|
| 12 |
+
|
| 13 |
+
Each record in the dataset includes the following fields:
|
| 14 |
+
- **ID**: Unique identifier for the sentence pair
|
| 15 |
+
- **Score**: A translation confidence score between 0 and 100
|
| 16 |
+
- **fa_text**: The original Persian text
|
| 17 |
+
- **en_text**: The corresponding English translation
|
| 18 |
+
|
| 19 |
+
The dataset was carefully filtered and cleaned through a multi-stage curation process to ensure high translation quality and alignment accuracy.
|
| 20 |
+
|
| 21 |
+
## ๐ Trained Model Repository
|
| 22 |
+
|
| 23 |
+
A translation model has been trained using this dataset and is available for use:
|
| 24 |
+
|
| 25 |
+
๐ **Model Repository:** [https://github.com/Mahdi-Maaref/Persian-To-English-Translator](https://github.com/Mahdi-Maaref/Persian-To-English-Translator)
|
| 26 |
+
|
| 27 |
You can use this pre-trained model for Persian-English translation tasks, either through direct inference or by fine-tuning it for your specific applications.
|