LeroyDyer commited on
Commit
ab006cd
1 Parent(s): 1ae5408

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +10 -4
config.json CHANGED
@@ -5,8 +5,8 @@
5
  ],
6
  "attention_dropout": 0.0,
7
  "auto_map": {
8
- "AutoConfig": "LeroyDyer/Mixtral_AI_128k_Base--configuration_mistral.MistralConfig",
9
- "AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_128k_Base--modeling_mistral_yarn.MistralForCausalLM"
10
  },
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,
@@ -15,14 +15,20 @@
15
  "initializer_range": 0.02,
16
  "intermediate_size": 14336,
17
  "max_position_embeddings": 32768,
 
18
  "model_type": "mistral",
19
  "num_attention_heads": 32,
20
  "num_hidden_layers": 32,
21
  "num_key_value_heads": 8,
22
- "pad_token_id": 2,
23
  "rms_norm_eps": 1e-05,
 
 
 
 
 
 
24
  "rope_theta": 10000.0,
25
- "sliding_window": 4096,
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "float16",
28
  "transformers_version": "4.38.2",
 
5
  ],
6
  "attention_dropout": 0.0,
7
  "auto_map": {
8
+ "AutoConfig": "LeroyDyer/Mixtral_AI_CyberBrain_3.0--configuration_mistral.MistralConfig",
9
+ "AutoModelForCausalLM": "LeroyDyer/Mixtral_AI_CyberBrain_3.0--modeling_mistral_yarn.MistralForCausalLM"
10
  },
11
  "bos_token_id": 1,
12
  "eos_token_id": 2,
 
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
  "rms_norm_eps": 1e-05,
24
+ "rope_scaling": {
25
+ "factor": 16.0,
26
+ "finetuned": true,
27
+ "original_max_position_embeddings": 8192,
28
+ "type": "yarn"
29
+ },
30
  "rope_theta": 10000.0,
31
+ "sliding_window": 131072,
32
  "tie_word_embeddings": false,
33
  "torch_dtype": "float16",
34
  "transformers_version": "4.38.2",