alichte commited on
Commit
abeefbc
·
1 Parent(s): 5285689

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +65 -0
config.json ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "timhbach/Team-Gryffindor-bert-base-finetuned-NER-creditcardcontract",
3
+ "_num_labels": 9,
4
+ "architectures": [
5
+ "BertForTokenClassification"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "classifier_dropout": null,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "B-MISC",
15
+ "2": "I-MISC",
16
+ "3": "B-PER",
17
+ "4": "I-PER",
18
+ "5": "B-ORG",
19
+ "6": "I-ORG",
20
+ "7": "B-LOC",
21
+ "8": "I-LOC",
22
+ "9": "B-Issuer",
23
+ "10": "I-Issuer",
24
+ "11": "B-Card Name",
25
+ "12": "I-Card Name",
26
+ "13": "B-Jurisdiction",
27
+ "14": "I-Jurisdiction",
28
+ "15": "B-Interest Rate",
29
+ "16": "I-Interest Rate"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "label2id": {
34
+ "B-Card Name": "11",
35
+ "B-Interest Rate": "15",
36
+ "B-Issuer": "9",
37
+ "B-Jurisdiction": "13",
38
+ "B-LOC": "7",
39
+ "B-MISC": "1",
40
+ "B-ORG": "5",
41
+ "B-PER": "3",
42
+ "I-Card Name": "12",
43
+ "I-Interest Rate": "16",
44
+ "I-Issuer": "10",
45
+ "I-Jurisdiction": "14",
46
+ "I-LOC": "8",
47
+ "I-MISC": "2",
48
+ "I-ORG": "6",
49
+ "I-PER": "4",
50
+ "O": "0"
51
+ },
52
+ "layer_norm_eps": 1e-12,
53
+ "max_position_embeddings": 512,
54
+ "model_type": "bert",
55
+ "num_attention_heads": 12,
56
+ "num_hidden_layers": 12,
57
+ "output_past": true,
58
+ "pad_token_id": 0,
59
+ "position_embedding_type": "absolute",
60
+ "torch_dtype": "float32",
61
+ "transformers_version": "4.17.0",
62
+ "type_vocab_size": 2,
63
+ "use_cache": true,
64
+ "vocab_size": 28996
65
+ }