en_de

Note

ID: catalog.cards.wmt.en_de | Type: TaskCard

{
    "loader": {
        "name": "de-en",
        "path": "wmt16",
        "type": "load_hf"
    },
    "preprocess_steps": [
        {
            "field_to_field": [
                [
                    "translation/en",
                    "text"
                ],
                [
                    "translation/de",
                    "translation"
                ]
            ],
            "type": "copy_fields",
            "use_query": true
        },
        {
            "fields": {
                "source_language": "english",
                "target_language": "deutch"
            },
            "type": "add_fields"
        }
    ],
    "task": "tasks.translation.directed",
    "templates": "templates.translation.directed.all",
    "type": "task_card"
}