system HF staff commited on
Commit
52b6977
1 Parent(s): 1822f02

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +68 -0
config.json ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 8,
3
+ "architectures": [
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,
18
+ "id2label": {
19
+ "0": "B-LOC",
20
+ "1": "B-MISC",
21
+ "2": "B-ORG",
22
+ "3": "I-LOC",
23
+ "4": "I-MISC",
24
+ "5": "I-ORG",
25
+ "6": "I-PER",
26
+ "7": "O"
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,
35
+ "B-ORG": 2,
36
+ "I-LOC": 3,
37
+ "I-MISC": 4,
38
+ "I-ORG": 5,
39
+ "I-PER": 6,
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
+ }