--- task_categories: - translation --- # AutoTrain Dataset for project: en-hu ## Dataset Description This dataset has been automatically processed by AutoTrain for project en-hu. ### 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": "cruiser", "target": "teesaw" }, { "source": "don't move", "target": "hagwa doopee" } ] ``` ### 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 | 320 | | valid | 81 |