--- language: - en - zh task_categories: - translation --- # AutoTrain Dataset for project: translation-en-zh ## Dataset Description This dataset has been automatically processed by AutoTrain for project translation-en-zh. ### Languages The BCP-47 code for the dataset's language is en2zh. ## Dataset Structure ### Data Instances A sample from this dataset looks as follows: ```json [ { "source": "Huang Yau-tai had a tough childhood, one in which musical resources were in short supply. However, he strove to educate himself, motivated by his passion for music and his perseverence. Today, he is the composer of more than 2,000 songs and 20 books on music.", "target": "\u9ec3\u53cb\u68e3\u5e7c\u6642\u751f\u6d3b\u56f0\u9813\uff0c\u97f3\u6a02\u8cc7\u6e90\u66f4\u662f\u8ca7\u4e4f\uff0c\u6191\u8457\u5c0d\u97f3\u6a02\u7684\u71b1\u611b\u8207\u5805\u6301\uff0c\u52aa\u529b\u81ea\u5b78\uff0c\u81f3\u4eca\u5df2\u5b8c\u6210\u8d85\u904e 2 \u5343\u9996\u6a02\u66f2\u53ca 20 \u672c\u97f3\u6a02\u5c08\u8457\u3002" }, { "source": "He also remarked what a shame it was that the West only discovered it so late! Even Bob Dylan, the American singer perhaps second only to Elvis in popularity, praised the book, saying, \"I'm not trying to push it, I don't want to talk about it, but it's the only thing that is amazingly true, period, not just for me. Anybody would know it.", "target": "\u9023\u9b91\u4f2f\u30fb\u72c4\u502b\uff0c\u9019\u4f4d\u7e7c\u8c93\u738b\u4e4b\u5f8c\u6700\u53d7\u666f\u4ef0\u7684\u7f8e\u570b\u6c11\u8b20\u6b4c\u624b\uff0c\u4e5f\u5f37\u529b\u5411\u8eab\u908a\u6240\u6709\u4eba\u63a8\u85a6\uff1a\u300c\u4f60\u4e00\u5b9a\u89aa\u8eab\u53bb\u9ad4\u6703\u300a\u6613\u7d93\u300b\uff0c\u6211\u4e0d\u60f3\u8b1b\u592a\u591a\uff0c\u53ea\u6709\u4e00\u9ede\uff1a\u4f60\u4e00\u8b80\u9019\u672c\u66f8\uff0c\u99ac\u4e0a\u6703\u5f37\u70c8\u611f\u89ba\u5230\uff0c\u9019\u4e00\u5207\u90fd\u662f\u771f\u7684\uff01\u300d" } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "source": "Value(dtype='string', id=None)", "target": "Value(dtype='string', id=None)" } ``` ### Dataset Splits This dataset is split into a train and validation split. The split sizes are as follow: | Split name | Num samples | | ------------ | ------------------- | | train | 800 | | valid | 200 |