JohnnyEudora commited on
Commit
66d52cb
·
verified ·
1 Parent(s): 0ab99b2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +40 -3
README.md CHANGED
@@ -1,3 +1,40 @@
1
- ---
2
- license: gpl
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl
3
+ ---
4
+ # Bilingual Translation Dataset
5
+
6
+ ## Overview
7
+
8
+ This repository contains a bilingual translation dataset featuring English and Chinese text pairs. The dataset is designed to assist in the development and testing of machine translation models, as well as to provide a resource for linguistic analysis. The data is presented in a simple CSV format with three columns: Language, Original Text, and Translated Text.
9
+
10
+ ## Dataset Structure
11
+
12
+ The dataset consists of the following columns:
13
+
14
+ - **Language (`语言`)**: Indicates the language of the original text. Values include "English" and "Chinese".
15
+ - **Original Text (`原文`)**: Contains the original text in either English or Chinese.
16
+ - **Translated Text (`译文`)**: Provides the translation of the original text into the target language.
17
+
18
+ ## Usage
19
+
20
+ This dataset can be used for various purposes, including but not limited to:
21
+
22
+ - Training and evaluating machine translation models.
23
+ - Linguistic analysis and research.
24
+ - Comparative studies between English and Chinese text.
25
+
26
+ ## License
27
+
28
+ This dataset is released under the [GNU General Public License v3.0](https://www.gnu.org/licenses/gpl-3.0.en.html). You are free to use, modify, and distribute this dataset, provided that any derivative works are also licensed under the same terms.
29
+
30
+ ## Contributing
31
+
32
+ Contributions to improve or expand the dataset are welcome. Please fork the repository and submit a pull request with your proposed changes.
33
+
34
+ ## Acknowledgments
35
+
36
+ Thank you for using this dataset. We hope it proves valuable in your work and research.
37
+
38
+ ## Contact
39
+
40
+ If you have any questions or feedback, please open an issue or contact the maintainers directly.