MahdiMaaref commited on
Commit
c6550f9
ยท
verified ยท
1 Parent(s): 61f2f7f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +26 -19
README.md CHANGED
@@ -1,20 +1,27 @@
1
- ## ๐Ÿ” Dataset Source & Details
2
-
3
- This cleaned dataset contains approximately **1 million records** curated from the **CCMatrix** parallel corpus, specifically from the Persian-English subset available at:
4
- [https://opus.nlpl.eu/CCMatrix/en&fa/v1/CCMatrix](https://opus.nlpl.eu/CCMatrix/en&fa/v1/CCMatrix)
5
-
6
- Each record in the dataset includes the following fields:
7
- - **ID**: Unique identifier for the sentence pair
8
- - **Score**: A translation confidence score between 0 and 100
9
- - **fa_text**: The original Persian text
10
- - **en_text**: The corresponding English translation
11
-
12
- The dataset was carefully filtered and cleaned through a multi-stage curation process to ensure high translation quality and alignment accuracy.
13
-
14
- ## ๐Ÿš€ Trained Model Repository
15
-
16
- A translation model has been trained using this dataset and is available for use:
17
-
18
- ๐Ÿ”— **Model Repository:** [https://github.com/Mahdi-Maaref/Persian-To-English-Translator](https://github.com/Mahdi-Maaref/Persian-To-English-Translator)
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.