File size: 3,196 Bytes
7818195 1ca6bd8 9019ea5 1ca6bd8 9019ea5 1ca6bd8 7818195 1ca6bd8 9019ea5 1ca6bd8 9019ea5 1ca6bd8 9019ea5 1ca6bd8 7818195 1ca6bd8 7818195 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 |
{
"_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": "risk management",
"1": "client",
"2": "person",
"3": "beneficiary information",
"4": "audit",
"5": "screening",
"6": "transfer",
"7": "vasp",
"8": "requirements",
"9": "risks",
"10": "legal",
"11": "criminal",
"12": "policies",
"13": "rulebook",
"14": "record keeping",
"15": "circular",
"16": "risk assessment",
"17": "sanctions",
"18": "safeguard",
"19": "due diligence",
"20": "pep",
"21": "transactions",
"22": "travel rule",
"23": "oversight",
"24": "virtual assets",
"25": "reporting",
"26": "cdd",
"27": "vasps",
"28": "authority",
"29": "dlt",
"30": "conduct",
"31": "policy",
"32": "regulator",
"33": "transaction",
"34": "investor",
"35": "rules",
"36": "legislation",
"37": "cft",
"38": "guideline",
"39": "aml",
"40": "entities",
"41": "investor protection",
"42": "operator",
"43": "disclosure",
"44": "regulations",
"45": "identity",
"46": "code of conduct",
"47": "anti-bribery",
"48": "license",
"49": "monitoring",
"50": "compliance",
"51": "suspicious transactions",
"52": "controls",
"53": "kyc",
"54": "insider dealing"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"aml": 39,
"anti-bribery": 47,
"audit": 4,
"authority": 28,
"beneficiary information": 3,
"cdd": 26,
"cft": 37,
"circular": 15,
"client": 1,
"code of conduct": 46,
"compliance": 50,
"conduct": 30,
"controls": 52,
"criminal": 11,
"disclosure": 43,
"dlt": 29,
"due diligence": 19,
"entities": 40,
"guideline": 38,
"identity": 45,
"insider dealing": 54,
"investor": 34,
"investor protection": 41,
"kyc": 53,
"legal": 10,
"legislation": 36,
"license": 48,
"monitoring": 49,
"operator": 42,
"oversight": 23,
"pep": 20,
"person": 2,
"policies": 12,
"policy": 31,
"record keeping": 14,
"regulations": 44,
"regulator": 32,
"reporting": 25,
"requirements": 8,
"risk assessment": 16,
"risk management": 0,
"risks": 9,
"rulebook": 13,
"rules": 35,
"safeguard": 18,
"sanctions": 17,
"screening": 5,
"suspicious transactions": 51,
"transaction": 33,
"transactions": 21,
"transfer": 6,
"travel rule": 22,
"vasp": 7,
"vasps": 27,
"virtual assets": 24
},
"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
}
|