--- task_categories: - translation --- # AutoTrain Dataset for project: language_model ## Dataset Description This dataset has been automatically processed by AutoTrain for project language_model. ### Languages The BCP-47 code for the dataset's language is unk. ## Dataset Structure ### Data Instances A sample from this dataset looks as follows: ```json [ { "source": "Aceste onsule sunt denumite Teritoriile de Nord.", "target": "Aceste insule sunt denumite Teritoriile de Nord." }, { "source": "Care este pozi\u0163ia noastr\u0103dde plecare?", "target": "Care este pozi\u0163ia noastr\u0103 de plecare?" } ] ``` ### 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 | 2398 | | valid | 600 |