lenu_US-MA / config.json
aarimond's picture
added model
d57ca7b verified
raw
history blame contribute delete
No virus
2.09 kB
{
"_name_or_path": "bert-base-multilingual-uncased",
"architectures": [
"BertForSequenceClassification"
],
"attention_probs_dropout_prob": 0.1,
"classifier_dropout": null,
"directionality": "bidi",
"hidden_act": "gelu",
"hidden_dropout_prob": 0.1,
"hidden_size": 768,
"id2label": {
"0": "8888",
"1": "Z73Z - Voluntary Association and Business Trusts",
"10": "R7QO - Non-Profit Corporation",
"11": "CAGH - Limited Liability Partnership",
"12": "YP04 - Commercial Bank",
"13": "9999",
"2": "BYFU - Limited Liability Company",
"3": "6I75 - Professional Corporation",
"4": "ZJTK - Domestic Business Corporation",
"5": "GOGQ - Limited Partnership",
"6": "QX9N - Domestic Benefit Corporation (including professional corporations)",
"7": "G76T - Savings Bank",
"8": "7G8G - Cooperative Bank",
"9": "22EO - credit union"
},
"initializer_range": 0.02,
"intermediate_size": 3072,
"label2id": {
"22EO - credit union": 9,
"6I75 - Professional Corporation": 3,
"7G8G - Cooperative Bank": 8,
"8888": 0,
"9999": 13,
"BYFU - Limited Liability Company": 2,
"CAGH - Limited Liability Partnership": 11,
"G76T - Savings Bank": 7,
"GOGQ - Limited Partnership": 5,
"QX9N - Domestic Benefit Corporation (including professional corporations)": 6,
"R7QO - Non-Profit Corporation": 10,
"YP04 - Commercial Bank": 12,
"Z73Z - Voluntary Association and Business Trusts": 1,
"ZJTK - Domestic Business Corporation": 4
},
"layer_norm_eps": 1e-12,
"max_position_embeddings": 512,
"model_type": "bert",
"num_attention_heads": 12,
"num_hidden_layers": 12,
"pad_token_id": 0,
"pooler_fc_size": 768,
"pooler_num_attention_heads": 12,
"pooler_num_fc_layers": 3,
"pooler_size_per_head": 128,
"pooler_type": "first_token_transform",
"position_embedding_type": "absolute",
"problem_type": "single_label_classification",
"torch_dtype": "float32",
"transformers_version": "4.41.2",
"type_vocab_size": 2,
"use_cache": true,
"vocab_size": 105879
}