Statistical-Impossibility commited on
Commit
b510270
·
verified ·
1 Parent(s): 2e15085

Delete config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -51
config.json DELETED
@@ -1,51 +0,0 @@
1
- {
2
- "architectures": [
3
- "BertForTokenClassification"
4
- ],
5
- "attention_probs_dropout_prob": 0.1,
6
- "classifier_dropout": null,
7
- "dtype": "float32",
8
- "hidden_act": "gelu",
9
- "hidden_dropout_prob": 0.1,
10
- "hidden_size": 768,
11
- "id2label": {
12
- "0": "O",
13
- "1": "B-ANATOMY",
14
- "2": "B-DISEASE",
15
- "3": "B-MEDICATION",
16
- "4": "B-PROCEDURE",
17
- "5": "B-SYMPTOM",
18
- "6": "I-ANATOMY",
19
- "7": "I-DISEASE",
20
- "8": "I-MEDICATION",
21
- "9": "I-PROCEDURE",
22
- "10": "I-SYMPTOM"
23
- },
24
- "initializer_range": 0.02,
25
- "intermediate_size": 3072,
26
- "label2id": {
27
- "B-ANATOMY": 1,
28
- "B-DISEASE": 2,
29
- "B-MEDICATION": 3,
30
- "B-PROCEDURE": 4,
31
- "B-SYMPTOM": 5,
32
- "I-ANATOMY": 6,
33
- "I-DISEASE": 7,
34
- "I-MEDICATION": 8,
35
- "I-PROCEDURE": 9,
36
- "I-SYMPTOM": 10,
37
- "O": 0
38
- },
39
- "layer_norm_eps": 1e-12,
40
- "max_position_embeddings": 512,
41
- "model_type": "bert",
42
- "num_attention_heads": 12,
43
- "num_hidden_layers": 12,
44
- "pad_token_id": 0,
45
- "position_embedding_type": "absolute",
46
- "transformers_version": "4.57.1",
47
- "type_vocab_size": 2,
48
- "use_cache": true,
49
- "vocab_size": 28996,
50
- "xla_device": null
51
- }