aarimond commited on
Commit
d196325
·
1 Parent(s): f68fb02

added model

Browse files
Files changed (2) hide show
  1. config.json +68 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "yiyanghkust/finbert-pretrain",
3
+ "architectures": [
4
+ "BertForSequenceClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "hidden_act": "gelu",
9
+ "hidden_dropout_prob": 0.1,
10
+ "hidden_size": 768,
11
+ "id2label": {
12
+ "0": "LGWG - Designated Activity Company",
13
+ "1": "8888",
14
+ "10": "JXDX - Societas Europaea",
15
+ "11": "54SK - Friendly Society",
16
+ "12": "LZIC - Investment Limited Partnership",
17
+ "13": "URQH - Public Unlimited Company",
18
+ "14": "9999",
19
+ "15": "9BPE - Credit Union",
20
+ "16": "FF1D - Public Unlimited Company that has no share capital",
21
+ "17": "ZJS8 - Industrial and Provident Society",
22
+ "18": "363J - European Economic Interest Grouping",
23
+ "2": "MNQ7 - Private Company Limited by Shares",
24
+ "3": "VYAX - Public Limited Company",
25
+ "4": "KMFX - Private Unlimited Company",
26
+ "5": "2GV9 - Irish Collective Asset-management Vehicle",
27
+ "6": "C58S - Company Limited by Guarantee",
28
+ "7": "DWS3 - General Partnership",
29
+ "8": "HNJK - Limited Partnership",
30
+ "9": "5AX8 - Designated Activity Company Limited by Guarantee"
31
+ },
32
+ "initializer_range": 0.02,
33
+ "intermediate_size": 3072,
34
+ "label2id": {
35
+ "2GV9 - Irish Collective Asset-management Vehicle": 5,
36
+ "363J - European Economic Interest Grouping": 18,
37
+ "54SK - Friendly Society": 11,
38
+ "5AX8 - Designated Activity Company Limited by Guarantee": 9,
39
+ "8888": 1,
40
+ "9999": 14,
41
+ "9BPE - Credit Union": 15,
42
+ "C58S - Company Limited by Guarantee": 6,
43
+ "DWS3 - General Partnership": 7,
44
+ "FF1D - Public Unlimited Company that has no share capital": 16,
45
+ "HNJK - Limited Partnership": 8,
46
+ "JXDX - Societas Europaea": 10,
47
+ "KMFX - Private Unlimited Company": 4,
48
+ "LGWG - Designated Activity Company": 0,
49
+ "LZIC - Investment Limited Partnership": 12,
50
+ "MNQ7 - Private Company Limited by Shares": 2,
51
+ "URQH - Public Unlimited Company": 13,
52
+ "VYAX - Public Limited Company": 3,
53
+ "ZJS8 - Industrial and Provident Society": 17
54
+ },
55
+ "layer_norm_eps": 1e-12,
56
+ "max_position_embeddings": 512,
57
+ "model_type": "bert",
58
+ "num_attention_heads": 12,
59
+ "num_hidden_layers": 12,
60
+ "pad_token_id": 0,
61
+ "position_embedding_type": "absolute",
62
+ "problem_type": "single_label_classification",
63
+ "torch_dtype": "float32",
64
+ "transformers_version": "4.25.1",
65
+ "type_vocab_size": 2,
66
+ "use_cache": true,
67
+ "vocab_size": 30873
68
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6e23fc60dff9b946093280c025ba3ca1259fe63c22eab468f438786e8ebc0721
3
+ size 439138485