thinkingface commited on
Commit
47463a2
1 Parent(s): 11ec6d1

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +46 -0
config.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "/tmp/tmp1ctczhyu",
3
+ "architectures": [
4
+ "AutoModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "classifier_dropout": null,
8
+ "eos_token_ids": null,
9
+ "hidden_act": "gelu",
10
+ "hidden_dropout_prob": 0.1,
11
+ "hidden_size": 768,
12
+ "id2label": {
13
+ "0": "O",
14
+ "1": "VENDOR",
15
+ "2": "DATE",
16
+ "3": "HCW",
17
+ "4": "HOSPITAL",
18
+ "5": "ID",
19
+ "6": "PATIENT",
20
+ "7": "PHONE"
21
+ },
22
+ "initializer_range": 0.02,
23
+ "intermediate_size": 3072,
24
+ "label2id": {
25
+ "DATE": 2,
26
+ "HCW": 3,
27
+ "HOSPITAL": 4,
28
+ "ID": 5,
29
+ "O": 0,
30
+ "PATIENT": 6,
31
+ "PHONE": 7,
32
+ "VENDOR": 1
33
+ },
34
+ "layer_norm_eps": 1e-12,
35
+ "max_position_embeddings": 512,
36
+ "model_type": "bert",
37
+ "num_attention_heads": 12,
38
+ "num_hidden_layers": 12,
39
+ "output_past": true,
40
+ "pad_token_id": 0,
41
+ "position_embedding_type": "absolute",
42
+ "transformers_version": "4.30.2",
43
+ "type_vocab_size": 2,
44
+ "use_cache": true,
45
+ "vocab_size": 30522
46
+ }