system HF staff commited on
Commit
6b0fc9c
1 Parent(s): 5d4588c

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +75 -0
config.json ADDED
@@ -0,0 +1,75 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 9,
3
+ "architectures": [
4
+ "BertForTokenClassification"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.2,
7
+ "bad_words_ids": null,
8
+ "bos_token_id": null,
9
+ "decoder_start_token_id": null,
10
+ "directionality": "bidi",
11
+ "do_sample": false,
12
+ "early_stopping": false,
13
+ "eos_token_id": null,
14
+ "finetuning_task": null,
15
+ "hidden_act": "gelu",
16
+ "hidden_dropout_prob": 0.3,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "B-loc",
20
+ "1": "B-misc",
21
+ "2": "B-org",
22
+ "3": "B-per",
23
+ "4": "I-loc",
24
+ "5": "I-misc",
25
+ "6": "I-org",
26
+ "7": "I-per",
27
+ "8": "O"
28
+ },
29
+ "initializer_range": 0.02,
30
+ "intermediate_size": 3072,
31
+ "is_decoder": false,
32
+ "is_encoder_decoder": false,
33
+ "label2id": {
34
+ "B-loc": 0,
35
+ "B-misc": 1,
36
+ "B-org": 2,
37
+ "B-per": 3,
38
+ "I-loc": 4,
39
+ "I-misc": 5,
40
+ "I-org": 6,
41
+ "I-per": 7,
42
+ "O": 8
43
+ },
44
+ "layer_norm_eps": 1e-12,
45
+ "length_penalty": 1.0,
46
+ "max_length": 20,
47
+ "max_position_embeddings": 512,
48
+ "min_length": 0,
49
+ "model_type": "bert",
50
+ "no_repeat_ngram_size": 0,
51
+ "num_attention_heads": 12,
52
+ "num_beams": 1,
53
+ "num_hidden_layers": 12,
54
+ "num_return_sequences": 1,
55
+ "output_attentions": false,
56
+ "output_hidden_states": false,
57
+ "output_past": true,
58
+ "pad_token_id": 0,
59
+ "pooler_fc_size": 768,
60
+ "pooler_num_attention_heads": 12,
61
+ "pooler_num_fc_layers": 3,
62
+ "pooler_size_per_head": 128,
63
+ "pooler_type": "first_token_transform",
64
+ "prefix": null,
65
+ "pruned_heads": {},
66
+ "repetition_penalty": 1.0,
67
+ "task_specific_params": null,
68
+ "temperature": 1.0,
69
+ "top_k": 50,
70
+ "top_p": 1.0,
71
+ "torchscript": false,
72
+ "type_vocab_size": 2,
73
+ "use_bfloat16": false,
74
+ "vocab_size": 119547
75
+ }