GItaf commited on
Commit
ebb125a
1 Parent(s): 45b7ed2

Upload config.json

Browse files
Files changed (1) hide show
  1. config.json +79 -26
config.json CHANGED
@@ -1,27 +1,80 @@
1
  {
2
- "_name_or_path": "bert-base-uncased",
3
- "architectures": [
4
- "BertLMHeadModel"
5
- ],
6
- "attention_probs_dropout_prob": 0.1,
7
- "classifier_dropout": null,
8
- "gradient_checkpointing": false,
9
- "hidden_act": "gelu",
10
- "hidden_dropout_prob": 0.1,
11
- "hidden_size": 768,
12
- "initializer_range": 0.02,
13
- "intermediate_size": 3072,
14
- "is_decoder": true,
15
- "layer_norm_eps": 1e-12,
16
- "max_position_embeddings": 512,
17
- "model_type": "bert",
18
- "num_attention_heads": 12,
19
- "num_hidden_layers": 12,
20
- "pad_token_id": 0,
21
- "position_embedding_type": "absolute",
22
- "torch_dtype": "float32",
23
- "transformers_version": "4.21.2",
24
- "type_vocab_size": 2,
25
- "use_cache": true,
26
- "vocab_size": 30522
27
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  {
2
+ "_name_or_path": "bert-base-uncased",
3
+ "add_cross_attention": false,
4
+ "architectures": [
5
+ "BertLMHeadModel"
6
+ ],
7
+ "attention_probs_dropout_prob": 0.1,
8
+ "bad_words_ids": null,
9
+ "bos_token_id": null,
10
+ "chunk_size_feed_forward": 0,
11
+ "classifier_dropout": null,
12
+ "cross_attention_hidden_size": null,
13
+ "decoder_start_token_id": null,
14
+ "diversity_penalty": 0.0,
15
+ "do_sample": false,
16
+ "early_stopping": false,
17
+ "encoder_no_repeat_ngram_size": 0,
18
+ "eos_token_id": null,
19
+ "exponential_decay_length_penalty": null,
20
+ "finetuning_task": null,
21
+ "forced_bos_token_id": null,
22
+ "forced_eos_token_id": null,
23
+ "gradient_checkpointing": false,
24
+ "hidden_act": "gelu",
25
+ "hidden_dropout_prob": 0.1,
26
+ "hidden_size": 768,
27
+ "id2label": {
28
+ "0": "LABEL_0",
29
+ "1": "LABEL_1"
30
+ },
31
+ "initializer_range": 0.02,
32
+ "intermediate_size": 3072,
33
+ "is_decoder": true,
34
+ "is_encoder_decoder": false,
35
+ "label2id": {
36
+ "LABEL_0": 0,
37
+ "LABEL_1": 1
38
+ },
39
+ "layer_norm_eps": 1e-12,
40
+ "length_penalty": 1.0,
41
+ "max_length": 20,
42
+ "max_position_embeddings": 512,
43
+ "min_length": 0,
44
+ "model_type": "bert",
45
+ "no_repeat_ngram_size": 0,
46
+ "num_attention_heads": 12,
47
+ "num_beam_groups": 1,
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_scores": false,
54
+ "pad_token_id": 0,
55
+ "position_embedding_type": "absolute",
56
+ "prefix": null,
57
+ "problem_type": null,
58
+ "pruned_heads": {},
59
+ "remove_invalid_values": false,
60
+ "repetition_penalty": 1.0,
61
+ "return_dict": true,
62
+ "return_dict_in_generate": false,
63
+ "sep_token_id": null,
64
+ "task_specific_params": null,
65
+ "temperature": 1.0,
66
+ "tf_legacy_loss": false,
67
+ "tie_encoder_decoder": true,
68
+ "tie_word_embeddings": true,
69
+ "tokenizer_class": null,
70
+ "top_k": 50,
71
+ "top_p": 1.0,
72
+ "torch_dtype": "float32",
73
+ "torchscript": false,
74
+ "transformers_version": "4.21.2",
75
+ "type_vocab_size": 2,
76
+ "typical_p": 1.0,
77
+ "use_bfloat16": false,
78
+ "use_cache": true,
79
+ "vocab_size": 30522
80
+ }