LeroyDyer commited on
Commit
369c461
1 Parent(s): 8a2c91a

(Trained with Unsloth)

Browse files
Files changed (1) hide show
  1. config.json +2 -47
config.json CHANGED
@@ -1,48 +1,3 @@
1
  {
2
- "_name_or_path": "LeroyDyer/Mixtral_AI_CyberBrain_3_0",
3
- "architectures": [
4
- "MistralForCausalLM"
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_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
- "max_thoughts": 3,
20
- "merged_lm_and_talk_heads": false,
21
- "merged_lm_and_think_heads": true,
22
- "merged_talk_heads": true,
23
- "model_type": "mistral",
24
- "num_attention_heads": 32,
25
- "num_hidden_layers": 32,
26
- "num_key_value_heads": 8,
27
- "rms_norm_eps": 1e-05,
28
- "rope_scaling": {
29
- "factor": 16.0,
30
- "finetuned": true,
31
- "original_max_position_embeddings": 8192,
32
- "type": "yarn"
33
- },
34
- "rope_theta": 10000.0,
35
- "sliding_window": 131072,
36
- "tie_word_embeddings": false,
37
- "torch_dtype": "float16",
38
- "transformers_version": "4.40.0.dev0",
39
- "unsloth_version": "2024.3",
40
- "use_cache": true,
41
- "use_complex_talk_head": true,
42
- "use_complex_think_head": false,
43
- "use_concat_talk_head": true,
44
- "use_shallow_talk": false,
45
- "use_shallow_think": true,
46
- "use_weighted_talk_head": true,
47
- "vocab_size": 32002
48
- }
 
1
  {
2
+ "model_type": "mistral"
3
+ }