GanjinZero commited on
Commit
a8b9f5d
1 Parent(s): 0e85789

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +63 -0
config.json ADDED
@@ -0,0 +1,63 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "add_cross_attention": false,
3
+ "architectures": [
4
+ "BertModel"
5
+ ],
6
+ "attention_probs_dropout_prob": 0.1,
7
+ "bad_words_ids": null,
8
+ "bos_token_id": null,
9
+ "chunk_size_feed_forward": 0,
10
+ "decoder_start_token_id": null,
11
+ "do_sample": false,
12
+ "early_stopping": false,
13
+ "eos_token_id": null,
14
+ "finetuning_task": null,
15
+ "gradient_checkpointing": false,
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
+ "intermediate_size": 3072,
25
+ "is_decoder": false,
26
+ "is_encoder_decoder": false,
27
+ "label2id": {
28
+ "LABEL_0": 0,
29
+ "LABEL_1": 1
30
+ },
31
+ "layer_norm_eps": 1e-12,
32
+ "length_penalty": 1.0,
33
+ "max_length": 20,
34
+ "max_position_embeddings": 512,
35
+ "min_length": 0,
36
+ "model_type": "bert",
37
+ "no_repeat_ngram_size": 0,
38
+ "num_attention_heads": 12,
39
+ "num_beams": 1,
40
+ "num_hidden_layers": 12,
41
+ "num_return_sequences": 1,
42
+ "output_attentions": false,
43
+ "output_hidden_states": false,
44
+ "pad_token_id": 0,
45
+ "prefix": null,
46
+ "pruned_heads": {},
47
+ "repetition_penalty": 1.0,
48
+ "return_dict": false,
49
+ "sep_token_id": null,
50
+ "task_specific_params": null,
51
+ "temperature": 1.0,
52
+ "tie_encoder_decoder": false,
53
+ "tie_word_embeddings": true,
54
+ "tokenizer_class": null,
55
+ "top_k": 50,
56
+ "top_p": 1.0,
57
+ "torchscript": false,
58
+ "type_vocab_size": 2,
59
+ "use_bfloat16": false,
60
+ "use_cache": true,
61
+ "vocab_size": 28996,
62
+ "xla_device": null
63
+ }