Ansh007's picture
Upload BertForSequenceClassification
30a7303 verified
{
"_name_or_path": "/kaggle/working/Bert_01",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"gradient_checkpointing": false,
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "vasps",
"1": "conduct",
"2": "investor",
"3": "person",
"4": "code of conduct",
"5": "transactions",
"6": "audit",
"7": "pep",
"8": "sanctions",
"9": "operator",
"10": "anti-bribery",
"11": "transaction",
"12": "due diligence",
"13": "reporting",
"14": "regulations",
"15": "travel rule",
"16": "risk assessment",
"17": "virtual assets",
"18": "identity",
"19": "insider dealing",
"20": "monitoring",
"21": "rules",
"22": "compliance",
"23": "requirements",
"24": "oversight",
"25": "legislation",
"26": "legal",
"27": "aml",
"28": "circular",
"29": "disclosure",
"30": "criminal",
"31": "record keeping",
"32": "controls",
"33": "entities",
"34": "client",
"35": "vasp",
"36": "policy",
"37": "cdd",
"38": "kyc",
"39": "cft",
"40": "risk management",
"41": "dlt",
"42": "screening",
"43": "guideline",
"44": "license",
"45": "regulator",
"46": "policies",
"47": "investor protection",
"48": "safeguard",
"49": "suspicious transactions",
"50": "risks",
"51": "transfer",
"52": "rulebook",
"53": "authority",
"54": "beneficiary information"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"aml": 27,
"anti-bribery": 10,
"audit": 6,
"authority": 53,
"beneficiary information": 54,
"cdd": 37,
"cft": 39,
"circular": 28,
"client": 34,
"code of conduct": 4,
"compliance": 22,
"conduct": 1,
"controls": 32,
"criminal": 30,
"disclosure": 29,
"dlt": 41,
"due diligence": 12,
"entities": 33,
"guideline": 43,
"identity": 18,
"insider dealing": 19,
"investor": 2,
"investor protection": 47,
"kyc": 38,
"legal": 26,
"legislation": 25,
"license": 44,
"monitoring": 20,
"operator": 9,
"oversight": 24,
"pep": 7,
"person": 3,
"policies": 46,
"policy": 36,
"record keeping": 31,
"regulations": 14,
"regulator": 45,
"reporting": 13,
"requirements": 23,
"risk assessment": 16,
"risk management": 40,
"risks": 50,
"rulebook": 52,
"rules": 21,
"safeguard": 48,
"sanctions": 8,
"screening": 42,
"suspicious transactions": 49,
"transaction": 11,
"transactions": 5,
"transfer": 51,
"travel rule": 15,
"vasp": 35,
"vasps": 0,
"virtual assets": 17
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"position_embedding_type": "absolute",
"problem_type": "multi_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.41.1",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 30522
}