added model
Browse files- config.json +94 -0
- pytorch_model.bin +3 -0
config.json
ADDED
@@ -0,0 +1,94 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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": "MVII - Company limited by shares",
|
14 |
+
"1": "8888",
|
15 |
+
"10": "QSI2 - Cooperative",
|
16 |
+
"11": "DP2E - International organisation",
|
17 |
+
"12": "E0NE - Public corporation",
|
18 |
+
"13": "5BEZ - Special legal form",
|
19 |
+
"14": "AZA0 - Sole proprietorship",
|
20 |
+
"15": "2B81 - Simple partnership",
|
21 |
+
"16": "M848 - Corpororate public company",
|
22 |
+
"17": "1BL5 - Swiss branch of an enterprise domiciled abroad not registered in the commercial register",
|
23 |
+
"18": "HX77 - Cantonal public company",
|
24 |
+
"19": "CQMY - Limited partnership",
|
25 |
+
"2": "7MNN - Public sector institution",
|
26 |
+
"20": "9999",
|
27 |
+
"21": "MRSY - General partnership",
|
28 |
+
"22": "GP8M - Local administration",
|
29 |
+
"23": "FFTN - Cantonal administration",
|
30 |
+
"24": "L5DU - Local public company",
|
31 |
+
"25": "TL87 - Limited partnership for collective investments",
|
32 |
+
"26": "2XJA - Federal administration",
|
33 |
+
"27": "W6A7 - Patnership limited by shares",
|
34 |
+
"28": "BF9N - Federal public company",
|
35 |
+
"3": "FJG4 - Trust",
|
36 |
+
"4": "FLNB - Fonds",
|
37 |
+
"5": "2JZ4 - Foundation",
|
38 |
+
"6": "54WI - Investment company with fixed capital",
|
39 |
+
"7": "3EKS - Limited liability company",
|
40 |
+
"8": "XJOT - Investment company with variable capital",
|
41 |
+
"9": "H781 - Association"
|
42 |
+
},
|
43 |
+
"initializer_range": 0.02,
|
44 |
+
"intermediate_size": 3072,
|
45 |
+
"label2id": {
|
46 |
+
"1BL5 - Swiss branch of an enterprise domiciled abroad not registered in the commercial register": 17,
|
47 |
+
"2B81 - Simple partnership": 15,
|
48 |
+
"2JZ4 - Foundation": 5,
|
49 |
+
"2XJA - Federal administration": 26,
|
50 |
+
"3EKS - Limited liability company": 7,
|
51 |
+
"54WI - Investment company with fixed capital": 6,
|
52 |
+
"5BEZ - Special legal form": 13,
|
53 |
+
"7MNN - Public sector institution": 2,
|
54 |
+
"8888": 1,
|
55 |
+
"9999": 20,
|
56 |
+
"AZA0 - Sole proprietorship": 14,
|
57 |
+
"BF9N - Federal public company": 28,
|
58 |
+
"CQMY - Limited partnership": 19,
|
59 |
+
"DP2E - International organisation": 11,
|
60 |
+
"E0NE - Public corporation": 12,
|
61 |
+
"FFTN - Cantonal administration": 23,
|
62 |
+
"FJG4 - Trust": 3,
|
63 |
+
"FLNB - Fonds": 4,
|
64 |
+
"GP8M - Local administration": 22,
|
65 |
+
"H781 - Association": 9,
|
66 |
+
"HX77 - Cantonal public company": 18,
|
67 |
+
"L5DU - Local public company": 24,
|
68 |
+
"M848 - Corpororate public company": 16,
|
69 |
+
"MRSY - General partnership": 21,
|
70 |
+
"MVII - Company limited by shares": 0,
|
71 |
+
"QSI2 - Cooperative": 10,
|
72 |
+
"TL87 - Limited partnership for collective investments": 25,
|
73 |
+
"W6A7 - Patnership limited by shares": 27,
|
74 |
+
"XJOT - Investment company with variable capital": 8
|
75 |
+
},
|
76 |
+
"layer_norm_eps": 1e-12,
|
77 |
+
"max_position_embeddings": 512,
|
78 |
+
"model_type": "bert",
|
79 |
+
"num_attention_heads": 12,
|
80 |
+
"num_hidden_layers": 12,
|
81 |
+
"pad_token_id": 0,
|
82 |
+
"pooler_fc_size": 768,
|
83 |
+
"pooler_num_attention_heads": 12,
|
84 |
+
"pooler_num_fc_layers": 3,
|
85 |
+
"pooler_size_per_head": 128,
|
86 |
+
"pooler_type": "first_token_transform",
|
87 |
+
"position_embedding_type": "absolute",
|
88 |
+
"problem_type": "single_label_classification",
|
89 |
+
"torch_dtype": "float32",
|
90 |
+
"transformers_version": "4.25.1",
|
91 |
+
"type_vocab_size": 2,
|
92 |
+
"use_cache": true,
|
93 |
+
"vocab_size": 105879
|
94 |
+
}
|
pytorch_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:3fcc13aee8d4dc93ab0a0b9c1884b4fa98de391dea4628d09f4aa78187898f3d
|
3 |
+
size 669587637
|