zaanind commited on
Commit
af74c65
1 Parent(s): 8c7701e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
  license: gpl
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: gpl
3
  ---
4
+
5
+ Dataset Name: Eng-Sinhala Translation Dataset
6
+ Description: This dataset contains approximately 80,000 lines of English-Sinhala translation pairs. It can be used to train models for machine translation tasks and other natural language processing applications.
7
+
8
+ Files:
9
+ 1. src.txt: This file contains the source sentences in English. Each line corresponds to an English sentence.
10
+ 2. tgt.txt: This file contains the target sentences in Sinhala. Each line corresponds to the Sinhala translation of the corresponding English sentence in src.txt.
11
+
12
+ Data License: GPL (GNU General Public License). Please ensure that you comply with the terms and conditions of the GPL when using the dataset.
13
+
14
+ Note: While you mentioned that some sentences in the dataset might be incorrect due to its large size, it is important to ensure the quality and accuracy of the data for training purposes. Consider performing data cleaning and validation to improve the reliability of your model.
15
+
16
+ If you plan to make this dataset publicly available, you can share the dataset files (src.txt and tgt.txt) along with the dataset card to provide information about the dataset's contents and usage.