system HF staff commited on
Commit
2c7c7ce
1 Parent(s): a28530d

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +63 -0
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_num_labels": 2,
3
+ "architectures": null,
4
+ "attention_probs_dropout_prob": 0.1,
5
+ "bad_words_ids": null,
6
+ "bos_token_id": 2,
7
+ "classifier_dropout_prob": 0.1,
8
+ "decoder_start_token_id": null,
9
+ "do_sample": false,
10
+ "down_scale_factor": 1,
11
+ "early_stopping": false,
12
+ "embedding_size": 128,
13
+ "eos_token_id": 3,
14
+ "finetuning_task": null,
15
+ "gap_size": 0,
16
+ "hidden_act": "gelu",
17
+ "hidden_dropout_prob": 0.1,
18
+ "hidden_size": 768,
19
+ "id2label": {
20
+ "0": "LABEL_0",
21
+ "1": "LABEL_1"
22
+ },
23
+ "initializer_range": 0.02,
24
+ "inner_group_num": 1,
25
+ "intermediate_size": 3072,
26
+ "is_decoder": false,
27
+ "is_encoder_decoder": false,
28
+ "label2id": {
29
+ "LABEL_0": 0,
30
+ "LABEL_1": 1
31
+ },
32
+ "layer_norm_eps": 1e-12,
33
+ "length_penalty": 1.0,
34
+ "ln_type": "postln",
35
+ "max_length": 20,
36
+ "max_position_embeddings": 512,
37
+ "min_length": 0,
38
+ "model_type": "albert",
39
+ "name": "base",
40
+ "net_structure_type": 0,
41
+ "no_repeat_ngram_size": 0,
42
+ "num_attention_heads": 12,
43
+ "num_beams": 1,
44
+ "num_hidden_groups": 1,
45
+ "num_hidden_layers": 12,
46
+ "num_memory_blocks": 0,
47
+ "num_return_sequences": 1,
48
+ "output_attentions": false,
49
+ "output_hidden_states": false,
50
+ "output_past": true,
51
+ "pad_token_id": 0,
52
+ "prefix": null,
53
+ "pruned_heads": {},
54
+ "repetition_penalty": 1.0,
55
+ "task_specific_params": null,
56
+ "temperature": 1.0,
57
+ "top_k": 50,
58
+ "top_p": 1.0,
59
+ "torchscript": false,
60
+ "type_vocab_size": 2,
61
+ "use_bfloat16": false,
62
+ "vocab_size": 30000
63
+ }