system HF staff commited on
Commit
496fdbc
1 Parent(s): 4e86651

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +85 -0
config.json ADDED
@@ -0,0 +1,85 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 17,
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
+ "do_sample": false,
11
+ "early_stopping": false,
12
+ "eos_token_id": null,
13
+ "finetuning_task": null,
14
+ "hidden_act": "gelu",
15
+ "hidden_dropout_prob": 0.3,
16
+ "hidden_size": 768,
17
+ "id2label": {
18
+ "0": "O",
19
+ "1": "adj",
20
+ "2": "adp",
21
+ "3": "adv",
22
+ "4": "aux",
23
+ "5": "cconj",
24
+ "6": "det",
25
+ "7": "intj",
26
+ "8": "noun",
27
+ "9": "num",
28
+ "10": "pron",
29
+ "11": "propn",
30
+ "12": "punct",
31
+ "13": "sconj",
32
+ "14": "sym",
33
+ "15": "verb",
34
+ "16": "x"
35
+ },
36
+ "initializer_range": 0.02,
37
+ "intermediate_size": 3072,
38
+ "is_decoder": false,
39
+ "is_encoder_decoder": false,
40
+ "label2id": {
41
+ "O": 0,
42
+ "adj": 1,
43
+ "adp": 2,
44
+ "adv": 3,
45
+ "aux": 4,
46
+ "cconj": 5,
47
+ "det": 6,
48
+ "intj": 7,
49
+ "noun": 8,
50
+ "num": 9,
51
+ "pron": 10,
52
+ "propn": 11,
53
+ "punct": 12,
54
+ "sconj": 13,
55
+ "sym": 14,
56
+ "verb": 15,
57
+ "x": 16
58
+ },
59
+ "layer_norm_eps": 1e-12,
60
+ "length_penalty": 1.0,
61
+ "max_length": 20,
62
+ "max_position_embeddings": 512,
63
+ "min_length": 0,
64
+ "model_type": "bert",
65
+ "no_repeat_ngram_size": 0,
66
+ "num_attention_heads": 12,
67
+ "num_beams": 1,
68
+ "num_hidden_layers": 12,
69
+ "num_return_sequences": 1,
70
+ "output_attentions": false,
71
+ "output_hidden_states": false,
72
+ "output_past": true,
73
+ "pad_token_id": 0,
74
+ "prefix": null,
75
+ "pruned_heads": {},
76
+ "repetition_penalty": 1.0,
77
+ "task_specific_params": null,
78
+ "temperature": 1.0,
79
+ "top_k": 50,
80
+ "top_p": 1.0,
81
+ "torchscript": false,
82
+ "type_vocab_size": 2,
83
+ "use_bfloat16": false,
84
+ "vocab_size": 30000
85
+ }