devscion commited on
Commit
fe34dd1
·
verified ·
1 Parent(s): 6a0c9f2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +75 -5
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "microsoft/git-base",
3
  "architectures": [
4
  "GitForCausalLM"
5
  ],
@@ -22,13 +22,83 @@
22
  "position_embedding_type": "absolute",
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float32",
25
- "transformers_version": "4.38.0.dev0",
26
- "use_cache": true,
27
  "vision_config": {
 
 
 
 
 
 
 
 
 
 
 
 
28
  "dropout": 0.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
  "initializer_factor": 1.0,
 
 
 
 
 
 
 
 
 
 
 
30
  "model_type": "git_vision_model",
31
- "projection_dim": 512
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
32
  },
33
  "vocab_size": 30522
34
- }
 
1
  {
2
+ "_commit_hash": null,
3
  "architectures": [
4
  "GitForCausalLM"
5
  ],
 
22
  "position_embedding_type": "absolute",
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float32",
25
+ "transformers_version": null,
 
26
  "vision_config": {
27
+ "_name_or_path": "",
28
+ "add_cross_attention": false,
29
+ "architectures": null,
30
+ "attention_dropout": 0.0,
31
+ "bad_words_ids": null,
32
+ "begin_suppress_tokens": null,
33
+ "bos_token_id": null,
34
+ "chunk_size_feed_forward": 0,
35
+ "cross_attention_hidden_size": null,
36
+ "decoder_start_token_id": null,
37
+ "diversity_penalty": 0.0,
38
+ "do_sample": false,
39
  "dropout": 0.0,
40
+ "early_stopping": false,
41
+ "encoder_no_repeat_ngram_size": 0,
42
+ "eos_token_id": null,
43
+ "exponential_decay_length_penalty": null,
44
+ "finetuning_task": null,
45
+ "forced_bos_token_id": null,
46
+ "forced_eos_token_id": null,
47
+ "hidden_act": "quick_gelu",
48
+ "hidden_size": 768,
49
+ "id2label": {
50
+ "0": "LABEL_0",
51
+ "1": "LABEL_1"
52
+ },
53
+ "image_size": 224,
54
  "initializer_factor": 1.0,
55
+ "initializer_range": 0.02,
56
+ "intermediate_size": 3072,
57
+ "is_decoder": false,
58
+ "is_encoder_decoder": false,
59
+ "label2id": {
60
+ "LABEL_0": 0,
61
+ "LABEL_1": 1
62
+ },"layer_norm_eps": 1e-05,
63
+ "length_penalty": 1.0,
64
+ "max_length": 20,
65
+ "min_length": 0,
66
  "model_type": "git_vision_model",
67
+ "no_repeat_ngram_size": 0,
68
+ "num_attention_heads": 12,
69
+ "num_beam_groups": 1,
70
+ "num_beams": 1,
71
+ "num_channels": 3,
72
+ "num_hidden_layers": 12,
73
+ "num_return_sequences": 1,
74
+ "output_attentions": false,
75
+ "output_hidden_states": false,
76
+ "output_scores": false,
77
+ "pad_token_id": null,
78
+ "patch_size": 16,
79
+ "prefix": null,
80
+ "problem_type": null,
81
+ "projection_dim": 512,
82
+ "pruned_heads": {},
83
+ "remove_invalid_values": false,
84
+ "repetition_penalty": 1.0,
85
+ "return_dict": true,
86
+ "return_dict_in_generate": false,
87
+ "sep_token_id": null,
88
+ "suppress_tokens": null,
89
+ "task_specific_params": null,
90
+ "temperature": 1.0,
91
+ "tf_legacy_loss": false,
92
+ "tie_encoder_decoder": false,
93
+ "tie_word_embeddings": true,
94
+ "tokenizer_class": null,
95
+ "top_k": 50,
96
+ "top_p": 1.0,
97
+ "torch_dtype": null,
98
+ "torchscript": false,
99
+ "transformers_version": "4.26.0.dev0",
100
+ "typical_p": 1.0,
101
+ "use_bfloat16": false
102
  },
103
  "vocab_size": 30522
104
+ }