lxyuan's picture
Training in progress, epoch 1
fbe3816
raw
history blame contribute delete
No virus
4.3 kB
{
"_name_or_path": "distilbert-base-cased",
"activation": "gelu",
"architectures": [
"DistilBertForSequenceClassification"
],
"attention_dropout": 0.1,
"dim": 768,
"dropout": 0.1,
"hidden_dim": 3072,
"id2label": {
"0": "acq",
"1": "alum",
"2": "austdlr",
"3": "barley",
"4": "bop",
"5": "can",
"6": "carcass",
"7": "cocoa",
"8": "coconut",
"9": "coconut-oil",
"10": "coffee",
"11": "copper",
"12": "copra-cake",
"13": "corn",
"14": "cornglutenfeed",
"15": "cotton",
"16": "cpi",
"17": "cpu",
"18": "crude",
"19": "dfl",
"20": "dlr",
"21": "dmk",
"22": "earn",
"23": "fishmeal",
"24": "fuel",
"25": "gas",
"26": "gnp",
"27": "gold",
"28": "grain",
"29": "groundnut",
"30": "heat",
"31": "hog",
"32": "housing",
"33": "income",
"34": "instal-debt",
"35": "interest",
"36": "inventories",
"37": "ipi",
"38": "iron-steel",
"39": "jet",
"40": "jobs",
"41": "l-cattle",
"42": "lead",
"43": "lei",
"44": "linseed",
"45": "livestock",
"46": "lumber",
"47": "meal-feed",
"48": "money-fx",
"49": "money-supply",
"50": "naphtha",
"51": "nat-gas",
"52": "nickel",
"53": "nzdlr",
"54": "oat",
"55": "oilseed",
"56": "orange",
"57": "palladium",
"58": "palm-oil",
"59": "palmkernel",
"60": "pet-chem",
"61": "platinum",
"62": "plywood",
"63": "pork-belly",
"64": "potato",
"65": "propane",
"66": "rand",
"67": "rape-oil",
"68": "rapeseed",
"69": "reserves",
"70": "retail",
"71": "rice",
"72": "rubber",
"73": "saudriyal",
"74": "ship",
"75": "silver",
"76": "sorghum",
"77": "soy-meal",
"78": "soy-oil",
"79": "soybean",
"80": "stg",
"81": "strategic-metal",
"82": "sugar",
"83": "sun-oil",
"84": "sunseed",
"85": "tapioca",
"86": "tea",
"87": "tin",
"88": "trade",
"89": "veg-oil",
"90": "wheat",
"91": "wool",
"92": "wpi",
"93": "yen",
"94": "zinc"
},
"initializer_range": 0.02,
"label2id": {
"acq": 0,
"alum": 1,
"austdlr": 2,
"barley": 3,
"bop": 4,
"can": 5,
"carcass": 6,
"cocoa": 7,
"coconut": 8,
"coconut-oil": 9,
"coffee": 10,
"copper": 11,
"copra-cake": 12,
"corn": 13,
"cornglutenfeed": 14,
"cotton": 15,
"cpi": 16,
"cpu": 17,
"crude": 18,
"dfl": 19,
"dlr": 20,
"dmk": 21,
"earn": 22,
"fishmeal": 23,
"fuel": 24,
"gas": 25,
"gnp": 26,
"gold": 27,
"grain": 28,
"groundnut": 29,
"heat": 30,
"hog": 31,
"housing": 32,
"income": 33,
"instal-debt": 34,
"interest": 35,
"inventories": 36,
"ipi": 37,
"iron-steel": 38,
"jet": 39,
"jobs": 40,
"l-cattle": 41,
"lead": 42,
"lei": 43,
"linseed": 44,
"livestock": 45,
"lumber": 46,
"meal-feed": 47,
"money-fx": 48,
"money-supply": 49,
"naphtha": 50,
"nat-gas": 51,
"nickel": 52,
"nzdlr": 53,
"oat": 54,
"oilseed": 55,
"orange": 56,
"palladium": 57,
"palm-oil": 58,
"palmkernel": 59,
"pet-chem": 60,
"platinum": 61,
"plywood": 62,
"pork-belly": 63,
"potato": 64,
"propane": 65,
"rand": 66,
"rape-oil": 67,
"rapeseed": 68,
"reserves": 69,
"retail": 70,
"rice": 71,
"rubber": 72,
"saudriyal": 73,
"ship": 74,
"silver": 75,
"sorghum": 76,
"soy-meal": 77,
"soy-oil": 78,
"soybean": 79,
"stg": 80,
"strategic-metal": 81,
"sugar": 82,
"sun-oil": 83,
"sunseed": 84,
"tapioca": 85,
"tea": 86,
"tin": 87,
"trade": 88,
"veg-oil": 89,
"wheat": 90,
"wool": 91,
"wpi": 92,
"yen": 93,
"zinc": 94
},
"max_position_embeddings": 512,
"model_type": "distilbert",
"n_heads": 12,
"n_layers": 6,
"output_past": true,
"pad_token_id": 0,
"problem_type": "multi_label_classification",
"qa_dropout": 0.1,
"seq_classif_dropout": 0.2,
"sinusoidal_pos_embds": false,
"tie_weights_": true,
"torch_dtype": "float32",
"transformers_version": "4.33.0.dev0",
"vocab_size": 28996
}