system HF staff commited on
Commit
98ecfab
1 Parent(s): 8f8d808

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +0 -26
config.json CHANGED
@@ -4,14 +4,7 @@
4
  "ElectraForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
7
- "bad_words_ids": null,
8
- "bos_token_id": null,
9
- "decoder_start_token_id": null,
10
- "do_sample": false,
11
- "early_stopping": false,
12
  "embedding_size": 1024,
13
- "eos_token_id": null,
14
- "finetuning_task": null,
15
  "hidden_act": "gelu",
16
  "hidden_dropout_prob": 0.1,
17
  "hidden_size": 1024,
@@ -27,8 +20,6 @@
27
  },
28
  "initializer_range": 0.02,
29
  "intermediate_size": 4096,
30
- "is_decoder": false,
31
- "is_encoder_decoder": false,
32
  "label2id": {
33
  "B-LOC": 0,
34
  "B-MISC": 1,
@@ -40,29 +31,12 @@
40
  "O": 7
41
  },
42
  "layer_norm_eps": 1e-12,
43
- "length_penalty": 1.0,
44
- "max_length": 20,
45
  "max_position_embeddings": 512,
46
- "min_length": 0,
47
  "model_type": "electra",
48
- "no_repeat_ngram_size": 0,
49
  "num_attention_heads": 16,
50
- "num_beams": 1,
51
  "num_hidden_layers": 24,
52
- "num_return_sequences": 1,
53
- "output_attentions": false,
54
- "output_hidden_states": false,
55
  "output_past": true,
56
  "pad_token_id": 0,
57
- "prefix": null,
58
- "pruned_heads": {},
59
- "repetition_penalty": 1.0,
60
- "task_specific_params": null,
61
- "temperature": 1.0,
62
- "top_k": 50,
63
- "top_p": 1.0,
64
- "torchscript": false,
65
  "type_vocab_size": 2,
66
- "use_bfloat16": false,
67
  "vocab_size": 30522
68
  }
4
  "ElectraForTokenClassification"
5
  ],
6
  "attention_probs_dropout_prob": 0.1,
 
 
 
 
 
7
  "embedding_size": 1024,
 
 
8
  "hidden_act": "gelu",
9
  "hidden_dropout_prob": 0.1,
10
  "hidden_size": 1024,
20
  },
21
  "initializer_range": 0.02,
22
  "intermediate_size": 4096,
 
 
23
  "label2id": {
24
  "B-LOC": 0,
25
  "B-MISC": 1,
31
  "O": 7
32
  },
33
  "layer_norm_eps": 1e-12,
 
 
34
  "max_position_embeddings": 512,
 
35
  "model_type": "electra",
 
36
  "num_attention_heads": 16,
 
37
  "num_hidden_layers": 24,
 
 
 
38
  "output_past": true,
39
  "pad_token_id": 0,
 
 
 
 
 
 
 
 
40
  "type_vocab_size": 2,
 
41
  "vocab_size": 30522
42
  }