brishtiteveja commited on
Commit
22bc9d8
1 Parent(s): b1b51fc

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +104 -0
config.json CHANGED
@@ -28,3 +28,107 @@
28
  "use_cache": true,
29
  "vocab_size": 128257
30
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
28
  "use_cache": true,
29
  "vocab_size": 128257
30
  }
31
+
32
+ {
33
+ "architectures": [
34
+ "MllamaForConditionalGeneration"
35
+ ],
36
+ "image_token_index": 128256,
37
+ "model_type": "mllama",
38
+ "text_config": {
39
+ "_name_or_path": "",
40
+ "add_cross_attention": false,
41
+ "architectures": null,
42
+ "bad_words_ids": null,
43
+ "begin_suppress_tokens": null,
44
+ "bos_token_id": 128000,
45
+ "chunk_size_feed_forward": 0,
46
+ "cross_attention_hidden_size": null,
47
+ "cross_attention_layers": [
48
+ 3,
49
+ 8,
50
+ 13,
51
+ 18,
52
+ 23,
53
+ 28,
54
+ 33,
55
+ 38
56
+ ],
57
+ "decoder_start_token_id": null,
58
+ "diversity_penalty": 0.0,
59
+ "do_sample": false,
60
+ "dropout": 0,
61
+ "early_stopping": false,
62
+ "encoder_no_repeat_ngram_size": 0,
63
+ "eos_token_id": 128001,
64
+ "exponential_decay_length_penalty": null,
65
+ "finetuning_task": null,
66
+ "forced_bos_token_id": null,
67
+ "forced_eos_token_id": null,
68
+ "hidden_act": "silu",
69
+ "hidden_size": 4096,
70
+ "id2label": {
71
+ "0": "LABEL_0",
72
+ "1": "LABEL_1"
73
+ },
74
+ "initializer_range": 0.02,
75
+ "intermediate_size": 14336,
76
+ "is_decoder": false,
77
+ "is_encoder_decoder": false,
78
+ "label2id": {
79
+ "LABEL_0": 0,
80
+ "LABEL_1": 1
81
+ },
82
+ "length_penalty": 1.0,
83
+ "max_length": 20,
84
+ "max_position_embeddings": 131072,
85
+ "min_length": 0,
86
+ "model_type": "mllama_text_model",
87
+ "no_repeat_ngram_size": 0,
88
+ "num_attention_heads": 32,
89
+ "num_beam_groups": 1,
90
+ "num_beams": 1,
91
+ "num_hidden_layers": 40,
92
+ "num_key_value_heads": 8,
93
+ "num_return_sequences": 1,
94
+ "output_attentions": false,
95
+ "output_hidden_states": false,
96
+ "output_scores": false,
97
+ "pad_token_id": 128004,
98
+ "prefix": null,
99
+ "problem_type": null,
100
+ "pruned_heads": {},
101
+ "remove_invalid_values": false,
102
+ "repetition_penalty": 1.0,
103
+ "return_dict": true,
104
+ "return_dict_in_generate": false,
105
+ "rms_norm_eps": 1e-05,
106
+ "rope_scaling": {
107
+ "factor": 8.0,
108
+ "high_freq_factor": 4.0,
109
+ "low_freq_factor": 1.0,
110
+ "original_max_position_embeddings": 8192,
111
+ "rope_type": "llama3"
112
+ },
113
+ "rope_theta": 500000.0,
114
+ "sep_token_id": null,
115
+ "suppress_tokens": null,
116
+ "task_specific_params": null,
117
+ "temperature": 1.0,
118
+ "tf_legacy_loss": false,
119
+ "tie_encoder_decoder": false,
120
+ "tie_word_embeddings": false,
121
+ "tokenizer_class": null,
122
+ "top_k": 50,
123
+ "top_p": 1.0,
124
+ "torch_dtype": "bfloat16",
125
+ "torchscript": false,
126
+ "typical_p": 1.0,
127
+ "use_bfloat16": false,
128
+ "use_cache": true,
129
+ "vocab_size": 128256
130
+ },
131
+ "torch_dtype": "bfloat16",
132
+ "transformers_version": "4.45.0.dev0",
133
+ "vision_config": {}
134
+ }