LeroyDyer commited on
Commit
f929800
1 Parent(s): 46d1e95

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +2 -38
config.json CHANGED
@@ -1,39 +1,3 @@
1
  {
2
- "_name_or_path": "LeroyDyer/Mixtral_AI_Vision-Instruct_X",
3
- "architectures": [
4
- "MistralForCausalLM"
5
- ],
6
- "attention_dropout": 0.0,
7
- "auto_map": {
8
- "AutoConfig": "LeroyDyer/Mixtral_AI_Vision-Instruct_X--configuration_mistral.MistralConfig",
9
- "AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_Vision-Instruct_X--modeling_mistral_yarn.MistralForCausalLM"
10
- },
11
- "bos_token_id": 1,
12
- "eos_token_id": 2,
13
- "hidden_act": "silu",
14
- "hidden_size": 4096,
15
- "initializer_range": 0.02,
16
- "intermediate_size": 14336,
17
- "max_position_embeddings": 32768,
18
- "max_sequence_length": 131072,
19
- "model_type": "mistral",
20
- "num_attention_heads": 32,
21
- "num_hidden_layers": 32,
22
- "num_key_value_heads": 8,
23
- "pad_token_id": 2,
24
- "rms_norm_eps": 1e-05,
25
- "rope_scaling": {
26
- "factor": 16.0,
27
- "finetuned": true,
28
- "original_max_position_embeddings": 8192,
29
- "type": "yarn"
30
- },
31
- "rope_theta": 10000.0,
32
- "sliding_window": 131072,
33
- "tie_word_embeddings": false,
34
- "torch_dtype": "float16",
35
- "transformers_version": "4.38.2",
36
- "unsloth_version": "2024.3",
37
- "use_cache": true,
38
- "vocab_size": 32000
39
- }
 
1
  {
2
+ "model_type": "mistral"
3
+ }