Ansh007's picture
Upload BertForSequenceClassification
29aaa83 verified
raw
history blame
3.2 kB
{
"_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": "guideline",
"1": "rules",
"2": "reporting",
"3": "identity",
"4": "requirements",
"5": "transaction",
"6": "cft",
"7": "criminal",
"8": "investor protection",
"9": "conduct",
"10": "policy",
"11": "person",
"12": "rulebook",
"13": "insider dealing",
"14": "beneficiary information",
"15": "aml",
"16": "disclosure",
"17": "vasp",
"18": "sanctions",
"19": "legislation",
"20": "risk assessment",
"21": "regulator",
"22": "controls",
"23": "record keeping",
"24": "anti-bribery",
"25": "pep",
"26": "oversight",
"27": "audit",
"28": "safeguard",
"29": "client",
"30": "vasps",
"31": "suspicious transactions",
"32": "regulations",
"33": "due diligence",
"34": "monitoring",
"35": "entities",
"36": "license",
"37": "risk management",
"38": "investor",
"39": "transactions",
"40": "authority",
"41": "circular",
"42": "screening",
"43": "virtual assets",
"44": "transfer",
"45": "compliance",
"46": "kyc",
"47": "dlt",
"48": "legal",
"49": "travel rule",
"50": "code of conduct",
"51": "operator",
"52": "cdd",
"53": "risks",
"54": "policies"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"aml": 15,
"anti-bribery": 24,
"audit": 27,
"authority": 40,
"beneficiary information": 14,
"cdd": 52,
"cft": 6,
"circular": 41,
"client": 29,
"code of conduct": 50,
"compliance": 45,
"conduct": 9,
"controls": 22,
"criminal": 7,
"disclosure": 16,
"dlt": 47,
"due diligence": 33,
"entities": 35,
"guideline": 0,
"identity": 3,
"insider dealing": 13,
"investor": 38,
"investor protection": 8,
"kyc": 46,
"legal": 48,
"legislation": 19,
"license": 36,
"monitoring": 34,
"operator": 51,
"oversight": 26,
"pep": 25,
"person": 11,
"policies": 54,
"policy": 10,
"record keeping": 23,
"regulations": 32,
"regulator": 21,
"reporting": 2,
"requirements": 4,
"risk assessment": 20,
"risk management": 37,
"risks": 53,
"rulebook": 12,
"rules": 1,
"safeguard": 28,
"sanctions": 18,
"screening": 42,
"suspicious transactions": 31,
"transaction": 5,
"transactions": 39,
"transfer": 44,
"travel rule": 49,
"vasp": 17,
"vasps": 30,
"virtual assets": 43
},
"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
}