aarimond commited on
Commit
1480e41
1 Parent(s): 0308c89

added model

Browse files
Files changed (2) hide show
  1. config.json +50 -0
  2. pytorch_model.bin +3 -0
config.json ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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": "8888",
13
+ "1": "51RC - Not-for-profit Corporation",
14
+ "2": "PJ10 - Business Corporation",
15
+ "3": "SDX0 - Limited Liability Company",
16
+ "4": "XIZI - Limited Liability Partnership",
17
+ "5": "BO6L - Limited Partnership",
18
+ "6": "4VH5 - Commercial Bank",
19
+ "7": "9999",
20
+ "8": "M0ER - Savings Bank",
21
+ "9": "EPCY - Savings and Loan Association"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "intermediate_size": 3072,
25
+ "label2id": {
26
+ "4VH5 - Commercial Bank": 6,
27
+ "51RC - Not-for-profit Corporation": 1,
28
+ "8888": 0,
29
+ "9999": 7,
30
+ "BO6L - Limited Partnership": 5,
31
+ "EPCY - Savings and Loan Association": 9,
32
+ "M0ER - Savings Bank": 8,
33
+ "PJ10 - Business Corporation": 2,
34
+ "SDX0 - Limited Liability Company": 3,
35
+ "XIZI - Limited Liability Partnership": 4
36
+ },
37
+ "layer_norm_eps": 1e-12,
38
+ "max_position_embeddings": 512,
39
+ "model_type": "bert",
40
+ "num_attention_heads": 12,
41
+ "num_hidden_layers": 12,
42
+ "pad_token_id": 0,
43
+ "position_embedding_type": "absolute",
44
+ "problem_type": "single_label_classification",
45
+ "torch_dtype": "float32",
46
+ "transformers_version": "4.25.1",
47
+ "type_vocab_size": 2,
48
+ "use_cache": true,
49
+ "vocab_size": 30873
50
+ }
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:4c3f0854869ac92b520dc8cdb500a4313c2fc49c8a4a68fb7cb0ff59a4ad8773
3
+ size 439110773