aarimond commited on
Commit
bf15d97
·
1 Parent(s): 2cd8de1

added model

Browse files
Files changed (2) hide show
  1. config.json +62 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,62 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "9LJA - Aktsiaselts",
14
+ "1": "JC0Y - Osa\u00fching",
15
+ "10": "LA47 - Euroopa majandushuvi\u00fching",
16
+ "11": "3UPJ - F\u00fc\u00fcsilisest isikust ettev\u00f5tja",
17
+ "12": "8ZQE - Korteri\u00fchistu",
18
+ "2": "PRTB - Mittetulundus\u00fching",
19
+ "3": "8888",
20
+ "4": "LVEQ - Usaldus\u00fching",
21
+ "5": "1NKP - Sihtasutus",
22
+ "6": "VSEV - Tulundus\u00fchistu",
23
+ "7": "I1UP - T\u00e4is\u00fching",
24
+ "8": "752Q - Euroopa \u00e4ri\u00fching",
25
+ "9": "J34T - Ameti\u00fching"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "label2id": {
30
+ "1NKP - Sihtasutus": 5,
31
+ "3UPJ - F\u00fc\u00fcsilisest isikust ettev\u00f5tja": 11,
32
+ "752Q - Euroopa \u00e4ri\u00fching": 8,
33
+ "8888": 3,
34
+ "8ZQE - Korteri\u00fchistu": 12,
35
+ "9LJA - Aktsiaselts": 0,
36
+ "I1UP - T\u00e4is\u00fching": 7,
37
+ "J34T - Ameti\u00fching": 9,
38
+ "JC0Y - Osa\u00fching": 1,
39
+ "LA47 - Euroopa majandushuvi\u00fching": 10,
40
+ "LVEQ - Usaldus\u00fching": 4,
41
+ "PRTB - Mittetulundus\u00fching": 2,
42
+ "VSEV - Tulundus\u00fchistu": 6
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "max_position_embeddings": 512,
46
+ "model_type": "bert",
47
+ "num_attention_heads": 12,
48
+ "num_hidden_layers": 12,
49
+ "pad_token_id": 0,
50
+ "pooler_fc_size": 768,
51
+ "pooler_num_attention_heads": 12,
52
+ "pooler_num_fc_layers": 3,
53
+ "pooler_size_per_head": 128,
54
+ "pooler_type": "first_token_transform",
55
+ "position_embedding_type": "absolute",
56
+ "problem_type": "single_label_classification",
57
+ "torch_dtype": "float32",
58
+ "transformers_version": "4.25.1",
59
+ "type_vocab_size": 2,
60
+ "use_cache": true,
61
+ "vocab_size": 105879
62
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:95b3010a9865e48091cb09a8f0fbb4c9256eb7b5da3ce8366bda79a357a80184
3
+ size 669538421