system HF staff commited on
Commit
0d94bea
1 Parent(s): 0678bba

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +69 -0
config.json ADDED
@@ -0,0 +1,69 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 5,
3
+ "architectures": [
4
+ "AlbertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0,
7
+ "bad_words_ids": null,
8
+ "bos_token_id": 2,
9
+ "classifier_dropout_prob": 0.1,
10
+ "decoder_start_token_id": null,
11
+ "do_sample": false,
12
+ "down_scale_factor": 1,
13
+ "early_stopping": false,
14
+ "embedding_size": 128,
15
+ "eos_token_id": 3,
16
+ "finetuning_task": null,
17
+ "gap_size": 0,
18
+ "hidden_act": "gelu",
19
+ "hidden_dropout_prob": 0,
20
+ "hidden_size": 768,
21
+ "id2label": {
22
+ "0": "LABEL_0",
23
+ "1": "LABEL_1",
24
+ "2": "LABEL_2",
25
+ "3": "LABEL_3",
26
+ "4": "LABEL_4"
27
+ },
28
+ "initializer_range": 0.02,
29
+ "inner_group_num": 1,
30
+ "intermediate_size": 3072,
31
+ "is_decoder": false,
32
+ "is_encoder_decoder": false,
33
+ "label2id": {
34
+ "LABEL_0": 0,
35
+ "LABEL_1": 1,
36
+ "LABEL_2": 2,
37
+ "LABEL_3": 3,
38
+ "LABEL_4": 4
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": "albert",
46
+ "net_structure_type": 0,
47
+ "no_repeat_ngram_size": 0,
48
+ "num_attention_heads": 12,
49
+ "num_beams": 1,
50
+ "num_hidden_groups": 1,
51
+ "num_hidden_layers": 12,
52
+ "num_memory_blocks": 0,
53
+ "num_return_sequences": 1,
54
+ "output_attentions": false,
55
+ "output_hidden_states": false,
56
+ "output_past": true,
57
+ "pad_token_id": 0,
58
+ "prefix": null,
59
+ "pruned_heads": {},
60
+ "repetition_penalty": 1.0,
61
+ "task_specific_params": null,
62
+ "temperature": 1.0,
63
+ "top_k": 50,
64
+ "top_p": 1.0,
65
+ "torchscript": false,
66
+ "type_vocab_size": 2,
67
+ "use_bfloat16": false,
68
+ "vocab_size": 30000
69
+ }