system HF staff commited on
Commit
6c5d77a
1 Parent(s): f2c2e53

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +69 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 11,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.3,
7
+ "bos_token_id": null,
8
+ "do_sample": false,
9
+ "early_stopping": false,
10
+ "eos_token_id": null,
11
+ "finetuning_task": null,
12
+ "hidden_act": "gelu",
13
+ "hidden_dropout_prob": 0.3,
14
+ "hidden_size": 768,
15
+ "id2label": {
16
+ "0": "I-cell_type",
17
+ "1": "B-DNA",
18
+ "10": "B-cell_type",
19
+ "2": "O",
20
+ "3": "I-cell_line",
21
+ "4": "I-protein",
22
+ "5": "I-RNA",
23
+ "6": "B-cell_line",
24
+ "7": "B-RNA",
25
+ "8": "I-DNA",
26
+ "9": "B-protein"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "intermediate_size": 3072,
30
+ "is_decoder": false,
31
+ "is_encoder_decoder": false,
32
+ "label2id": {
33
+ "LABEL_0": 0,
34
+ "LABEL_1": 1,
35
+ "LABEL_10": 10,
36
+ "LABEL_2": 2,
37
+ "LABEL_3": 3,
38
+ "LABEL_4": 4,
39
+ "LABEL_5": 5,
40
+ "LABEL_6": 6,
41
+ "LABEL_7": 7,
42
+ "LABEL_8": 8,
43
+ "LABEL_9": 9
44
+ },
45
+ "layer_norm_eps": 1e-12,
46
+ "length_penalty": 1.0,
47
+ "max_length": 20,
48
+ "max_position_embeddings": 512,
49
+ "min_length": 0,
50
+ "model_type": "bert",
51
+ "no_repeat_ngram_size": 0,
52
+ "num_attention_heads": 12,
53
+ "num_beams": 1,
54
+ "num_hidden_layers": 12,
55
+ "num_return_sequences": 1,
56
+ "output_attentions": false,
57
+ "output_hidden_states": false,
58
+ "output_past": true,
59
+ "pad_token_id": 0,
60
+ "pruned_heads": {},
61
+ "repetition_penalty": 1.0,
62
+ "temperature": 1.0,
63
+ "top_k": 50,
64
+ "top_p": 1.0,
65
+ "torchscript": false,
66
+ "type_vocab_size": 2,
67
+ "use_bfloat16": false,
68
+ "vocab_size": 31090
69
+ }