simant / config.json
simant's picture
Upload RobertaForSequenceClassification
bd2dabe
{
"_name_or_path": "roberta-base",
"architectures": [
"RobertaForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"bos_token_id": 0,
"classifier_dropout": null,
"eos_token_id": 2,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "agriculture",
"1": "biotechnology",
"2": "business software services",
"3": "communications technology",
"4": "construction / development",
"5": "consumer electronics",
"6": "consumer goods",
"7": "consumer software services",
"8": "content creation",
"9": "cybersecurity",
"10": "education",
"11": "energy / sustainability / natural resources",
"12": "enterprise cloud infrastructure",
"13": "fashion / apparel",
"14": "financial / insurance services",
"15": "future of work",
"16": "gaming",
"17": "gig / freelance economy",
"18": "health / wellness",
"19": "industry automation",
"20": "logistics / supply chain",
"21": "materials / chemical manufacturing",
"22": "media / news / entertainment",
"23": "metals / resources mining",
"24": "microprocessing / computing",
"25": "military / defense",
"26": "oss",
"27": "productivity / collaboration",
"28": "real estate / property",
"29": "regulated products",
"30": "regulatory / compliance / legal",
"31": "relationship / dating",
"32": "restaurant / food / beverage",
"33": "robotics / equipment",
"34": "sales / ads / marketing / bd",
"35": "social / civic / gov tech",
"36": "software / hardware monitoring tools",
"37": "space / satellite / aerial",
"38": "sports",
"39": "staffing / recruiting / hr",
"40": "transportation / mobility",
"41": "travel / lifestyle / leisure",
"42": "venture capital / private equity"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"agriculture": 0,
"biotechnology": 1,
"business software services": 2,
"communications technology": 3,
"construction / development": 4,
"consumer electronics": 5,
"consumer goods": 6,
"consumer software services": 7,
"content creation": 8,
"cybersecurity": 9,
"education": 10,
"energy / sustainability / natural resources": 11,
"enterprise cloud infrastructure": 12,
"fashion / apparel": 13,
"financial / insurance services": 14,
"future of work": 15,
"gaming": 16,
"gig / freelance economy": 17,
"health / wellness": 18,
"industry automation": 19,
"logistics / supply chain": 20,
"materials / chemical manufacturing": 21,
"media / news / entertainment": 22,
"metals / resources mining": 23,
"microprocessing / computing": 24,
"military / defense": 25,
"oss": 26,
"productivity / collaboration": 27,
"real estate / property": 28,
"regulated products": 29,
"regulatory / compliance / legal": 30,
"relationship / dating": 31,
"restaurant / food / beverage": 32,
"robotics / equipment": 33,
"sales / ads / marketing / bd": 34,
"social / civic / gov tech": 35,
"software / hardware monitoring tools": 36,
"space / satellite / aerial": 37,
"sports": 38,
"staffing / recruiting / hr": 39,
"transportation / mobility": 40,
"travel / lifestyle / leisure": 41,
"venture capital / private equity": 42
},
"layer_norm_eps": 1e-05,
"max_position_embeddings": 514,
"model_type": "roberta",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 1,
"position_embedding_type": "absolute",
"problem_type": "multi_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.26.0",
"type_vocab_size": 1,
"use_cache": true,
"vocab_size": 50265
}