system HF staff commited on
Commit
b4a5096
1 Parent(s): 0064dd8

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -19
config.json CHANGED
@@ -1,11 +1,9 @@
1
  {
 
2
  "architectures": [
3
  "BertForTokenClassification"
4
  ],
5
  "attention_probs_dropout_prob": 0.1,
6
- "bos_token_id": null,
7
- "do_sample": false,
8
- "finetuning_task": null,
9
  "hidden_act": "gelu",
10
  "hidden_dropout_prob": 0.1,
11
  "hidden_size": 768,
@@ -22,7 +20,6 @@
22
  },
23
  "initializer_range": 0.02,
24
  "intermediate_size": 3072,
25
- "is_decoder": false,
26
  "label2id": {
27
  "B-LOC": 0,
28
  "B-MISC": 1,
@@ -35,26 +32,12 @@
35
  "O": 8
36
  },
37
  "layer_norm_eps": 1e-12,
38
- "length_penalty": 1.0,
39
- "max_length": 20,
40
  "max_position_embeddings": 512,
41
  "model_type": "bert",
42
  "num_attention_heads": 12,
43
- "num_beams": 1,
44
  "num_hidden_layers": 12,
45
- "num_labels": 9,
46
- "num_return_sequences": 1,
47
- "output_attentions": false,
48
- "output_hidden_states": false,
49
  "output_past": true,
50
  "pad_token_id": 1,
51
- "pruned_heads": {},
52
- "repetition_penalty": 1.0,
53
- "temperature": 1.0,
54
- "top_k": 50,
55
- "top_p": 1.0,
56
- "torchscript": false,
57
  "type_vocab_size": 2,
58
- "use_bfloat16": false,
59
  "vocab_size": 31002
60
- }
1
  {
2
+ "_num_labels": 9,
3
  "architectures": [
4
  "BertForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
 
 
7
  "hidden_act": "gelu",
8
  "hidden_dropout_prob": 0.1,
9
  "hidden_size": 768,
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 3072,
 
23
  "label2id": {
24
  "B-LOC": 0,
25
  "B-MISC": 1,
32
  "O": 8
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": 1,
 
 
 
 
 
 
41
  "type_vocab_size": 2,
 
42
  "vocab_size": 31002
43
+ }