--- language: - en - zh task_categories: - translation --- # AutoTrain Dataset for project: lojban-translation ## Dataset Description This dataset has been automatically processed by AutoTrain for project lojban-translation. ### 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 [ { "feat_sourceLang": "eng", "feat_targetlang": "jbo", "source": "Err...", "target": ".y." }, { "feat_sourceLang": "eng", "feat_targetlang": "jbo", "source": "Language is the painting of our ideas.", "target": "." } ] ``` ### Dataset Fields The dataset has the following fields (also called "features"): ```json { "feat_sourceLang": "Value(dtype='string', id=None)", "feat_targetlang": "Value(dtype='string', id=None)", "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 | 4995 | | valid | 6939 |