danielhanchen commited on
Commit
f02bd38
1 Parent(s): 006b8fe

Upload MllamaForConditionalGeneration

Browse files
Files changed (2) hide show
  1. config.json +4 -1
  2. generation_config.json +1 -1
config.json CHANGED
@@ -6,6 +6,7 @@
6
  "image_token_index": 128256,
7
  "model_type": "mllama",
8
  "text_config": {
 
9
  "_name_or_path": "",
10
  "add_cross_attention": false,
11
  "architectures": null,
@@ -99,8 +100,10 @@
99
  "vocab_size": 128256
100
  },
101
  "torch_dtype": "bfloat16",
102
- "transformers_version": "4.45.0",
 
103
  "vision_config": {
 
104
  "_name_or_path": "",
105
  "add_cross_attention": false,
106
  "architectures": null,
 
6
  "image_token_index": 128256,
7
  "model_type": "mllama",
8
  "text_config": {
9
+ "_attn_implementation_autoset": false,
10
  "_name_or_path": "",
11
  "add_cross_attention": false,
12
  "architectures": null,
 
100
  "vocab_size": 128256
101
  },
102
  "torch_dtype": "bfloat16",
103
+ "transformers_version": "4.46.3",
104
+ "unsloth_fixed": true,
105
  "vision_config": {
106
+ "_attn_implementation_autoset": false,
107
  "_name_or_path": "",
108
  "add_cross_attention": false,
109
  "architectures": null,
generation_config.json CHANGED
@@ -3,5 +3,5 @@
3
  "bos_token_id": 128000,
4
  "eos_token_id": 128001,
5
  "pad_token_id": 128004,
6
- "transformers_version": "4.45.0"
7
  }
 
3
  "bos_token_id": 128000,
4
  "eos_token_id": 128001,
5
  "pad_token_id": 128004,
6
+ "transformers_version": "4.46.3"
7
  }