ModLewis

Note

ID: catalog.cards.reuters21578.ModLewis | Type: TaskCard

{
    "loader": {
        "name": "ModLewis",
        "path": "reuters21578",
        "type": "load_hf"
    },
    "preprocess_steps": [
        {
            "mix": {
                "test": "test",
                "train": "train[85%]",
                "validation": "train[15%]"
            },
            "type": "split_random_mix"
        },
        {
            "field_to_field": {
                "topics": "labels"
            },
            "type": "rename_fields"
        },
        {
            "fields": {
                "classes": [
                    "acq",
                    "alum",
                    "austdlr",
                    "barley",
                    "bop",
                    "can",
                    "carcass",
                    "castor-oil",
                    "castorseed",
                    "citruspulp",
                    "cocoa",
                    "coconut",
                    "coconut-oil",
                    "coffee",
                    "copper",
                    "copra-cake",
                    "corn",
                    "corn-oil",
                    "cornglutenfeed",
                    "cotton",
                    "cotton-oil",
                    "cottonseed",
                    "cpi",
                    "cpu",
                    "crude",
                    "cruzado",
                    "dfl",
                    "dkr",
                    "dlr",
                    "dmk",
                    "earn",
                    "f-cattle",
                    "fishmeal",
                    "fuel",
                    "gas",
                    "gnp",
                    "gold",
                    "grain",
                    "groundnut",
                    "groundnut-oil",
                    "heat",
                    "hog",
                    "housing",
                    "income",
                    "instal-debt",
                    "interest",
                    "inventories",
                    "ipi",
                    "iron-steel",
                    "jet",
                    "jobs",
                    "l-cattle",
                    "lead",
                    "lei",
                    "lin-meal",
                    "lin-oil",
                    "linseed",
                    "lit",
                    "livestock",
                    "lumber",
                    "meal-feed",
                    "money-fx",
                    "money-supply",
                    "naphtha",
                    "nat-gas",
                    "nickel",
                    "nkr",
                    "nzdlr",
                    "oat",
                    "oilseed",
                    "orange",
                    "palladium",
                    "palm-oil",
                    "palmkernel",
                    "peseta",
                    "pet-chem",
                    "platinum",
                    "plywood",
                    "pork-belly",
                    "potato",
                    "propane",
                    "rand",
                    "rape-meal",
                    "rape-oil",
                    "rapeseed",
                    "red-bean",
                    "reserves",
                    "retail",
                    "rice",
                    "ringgit",
                    "rubber",
                    "rupiah",
                    "rye",
                    "saudriyal",
                    "sfr",
                    "ship",
                    "silver",
                    "skr",
                    "sorghum",
                    "soy-meal",
                    "soy-oil",
                    "soybean",
                    "stg",
                    "strategic-metal",
                    "sugar",
                    "sun-meal",
                    "sun-oil",
                    "sunseed",
                    "tapioca",
                    "tea",
                    "tin",
                    "trade",
                    "veg-oil",
                    "wheat",
                    "wool",
                    "wpi",
                    "yen",
                    "zinc"
                ],
                "text_type": "text",
                "type_of_classes": "topics"
            },
            "type": "add_fields"
        }
    ],
    "task": "tasks.classification.multi_label",
    "templates": "templates.classification.multi_label.all",
    "type": "task_card"
}