system HF Staff commited on
Commit
d70894a
·
1 Parent(s): d9ef1cf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +71 -0
config.json ADDED
@@ -0,0 +1,71 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 7,
3
+ "architectures": [
4
+ "BertForSequenceClassification"
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
+ "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.1,
17
+ "hidden_size": 768,
18
+ "id2label": {
19
+ "0": "LABEL_0",
20
+ "1": "LABEL_1",
21
+ "2": "LABEL_2",
22
+ "3": "LABEL_3",
23
+ "4": "LABEL_4",
24
+ "5": "LABEL_5",
25
+ "6": "LABEL_6"
26
+ },
27
+ "initializer_range": 0.02,
28
+ "intermediate_size": 3072,
29
+ "is_decoder": false,
30
+ "is_encoder_decoder": false,
31
+ "label2id": {
32
+ "LABEL_0": 0,
33
+ "LABEL_1": 1,
34
+ "LABEL_2": 2,
35
+ "LABEL_3": 3,
36
+ "LABEL_4": 4,
37
+ "LABEL_5": 5,
38
+ "LABEL_6": 6
39
+ },
40
+ "layer_norm_eps": 1e-12,
41
+ "length_penalty": 1.0,
42
+ "max_length": 20,
43
+ "max_position_embeddings": 512,
44
+ "min_length": 0,
45
+ "model_type": "bert",
46
+ "no_repeat_ngram_size": 0,
47
+ "num_attention_heads": 12,
48
+ "num_beams": 1,
49
+ "num_hidden_layers": 12,
50
+ "num_return_sequences": 1,
51
+ "output_attentions": false,
52
+ "output_hidden_states": false,
53
+ "output_past": true,
54
+ "pad_token_id": 0,
55
+ "pooler_fc_size": 768,
56
+ "pooler_num_attention_heads": 12,
57
+ "pooler_num_fc_layers": 3,
58
+ "pooler_size_per_head": 128,
59
+ "pooler_type": "first_token_transform",
60
+ "prefix": null,
61
+ "pruned_heads": {},
62
+ "repetition_penalty": 1.0,
63
+ "task_specific_params": null,
64
+ "temperature": 1.0,
65
+ "top_k": 50,
66
+ "top_p": 1.0,
67
+ "torchscript": false,
68
+ "type_vocab_size": 2,
69
+ "use_bfloat16": false,
70
+ "vocab_size": 119547
71
+ }