fozziethebeat commited on
Commit
5775148
1 Parent(s): 91f654b

Upload config

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
3
  "architectures": [
4
- "LlavaMistralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
@@ -59,7 +59,7 @@
59
  "tie_word_embeddings": false,
60
  "tokenizer_model_max_length": 4096,
61
  "tokenizer_padding_side": "left",
62
- "torch_dtype": "float16",
63
  "transformers_version": "4.37.2",
64
  "tune_mm_mlp_adapter": false,
65
  "tune_mm_vision_resampler": false,
 
1
  {
2
  "_name_or_path": "mistralai/Mistral-7B-Instruct-v0.2",
3
  "architectures": [
4
+ "LlavaLlamaForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
 
59
  "tie_word_embeddings": false,
60
  "tokenizer_model_max_length": 4096,
61
  "tokenizer_padding_side": "left",
62
+ "torch_dtype": "bfloat16",
63
  "transformers_version": "4.37.2",
64
  "tune_mm_mlp_adapter": false,
65
  "tune_mm_vision_resampler": false,