aarimond commited on
Commit
d57ca7b
1 Parent(s): 94b777d

added model

Browse files
Files changed (2) hide show
  1. config.json +64 -0
  2. model.safetensors +3 -0
config.json ADDED
@@ -0,0 +1,64 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "bert-base-multilingual-uncased",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "directionality": "bidi",
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "8888",
14
+ "1": "Z73Z - Voluntary Association and Business Trusts",
15
+ "10": "R7QO - Non-Profit Corporation",
16
+ "11": "CAGH - Limited Liability Partnership",
17
+ "12": "YP04 - Commercial Bank",
18
+ "13": "9999",
19
+ "2": "BYFU - Limited Liability Company",
20
+ "3": "6I75 - Professional Corporation",
21
+ "4": "ZJTK - Domestic Business Corporation",
22
+ "5": "GOGQ - Limited Partnership",
23
+ "6": "QX9N - Domestic Benefit Corporation (including professional corporations)",
24
+ "7": "G76T - Savings Bank",
25
+ "8": "7G8G - Cooperative Bank",
26
+ "9": "22EO - credit union"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "label2id": {
31
+ "22EO - credit union": 9,
32
+ "6I75 - Professional Corporation": 3,
33
+ "7G8G - Cooperative Bank": 8,
34
+ "8888": 0,
35
+ "9999": 13,
36
+ "BYFU - Limited Liability Company": 2,
37
+ "CAGH - Limited Liability Partnership": 11,
38
+ "G76T - Savings Bank": 7,
39
+ "GOGQ - Limited Partnership": 5,
40
+ "QX9N - Domestic Benefit Corporation (including professional corporations)": 6,
41
+ "R7QO - Non-Profit Corporation": 10,
42
+ "YP04 - Commercial Bank": 12,
43
+ "Z73Z - Voluntary Association and Business Trusts": 1,
44
+ "ZJTK - Domestic Business Corporation": 4
45
+ },
46
+ "layer_norm_eps": 1e-12,
47
+ "max_position_embeddings": 512,
48
+ "model_type": "bert",
49
+ "num_attention_heads": 12,
50
+ "num_hidden_layers": 12,
51
+ "pad_token_id": 0,
52
+ "pooler_fc_size": 768,
53
+ "pooler_num_attention_heads": 12,
54
+ "pooler_num_fc_layers": 3,
55
+ "pooler_size_per_head": 128,
56
+ "pooler_type": "first_token_transform",
57
+ "position_embedding_type": "absolute",
58
+ "problem_type": "single_label_classification",
59
+ "torch_dtype": "float32",
60
+ "transformers_version": "4.41.2",
61
+ "type_vocab_size": 2,
62
+ "use_cache": true,
63
+ "vocab_size": 105879
64
+ }
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1989a9a4d731a4e91dfaa07b21b099af3b3068fcdfa22029174b0c5d9f1ccfb6
3
+ size 669492280