RaphaelMourad commited on
Commit
f2c8821
·
verified ·
1 Parent(s): e4bc2a0

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -5
config.json CHANGED
@@ -1,15 +1,15 @@
1
  {
2
- "_name_or_path": "data/models/Mixtral-8x7B-v0.2-dna",
3
  "architectures": [
4
  "MixtralForCausalLM"
5
  ],
6
  "attention_dropout": 0.0,
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
 
9
  "hidden_act": "silu",
10
- "hidden_size": 768,
11
  "initializer_range": 0.02,
12
- "intermediate_size": 768,
13
  "max_position_embeddings": 512,
14
  "model_type": "mixtral",
15
  "num_attention_heads": 8,
@@ -25,7 +25,7 @@
25
  "sliding_window": null,
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "bfloat16",
28
- "transformers_version": "4.41.1",
29
  "use_cache": true,
30
  "vocab_size": 4096
31
- }
 
1
  {
 
2
  "architectures": [
3
  "MixtralForCausalLM"
4
  ],
5
  "attention_dropout": 0.0,
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
+ "head_dim": null,
9
  "hidden_act": "silu",
10
+ "hidden_size": 256,
11
  "initializer_range": 0.02,
12
+ "intermediate_size": 256,
13
  "max_position_embeddings": 512,
14
  "model_type": "mixtral",
15
  "num_attention_heads": 8,
 
25
  "sliding_window": null,
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "bfloat16",
28
+ "transformers_version": "4.52.4",
29
  "use_cache": true,
30
  "vocab_size": 4096
31
+ }