Elfrino commited on
Commit
37961bc
1 Parent(s): 5968712

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +6 -4
config.json CHANGED
@@ -1,8 +1,10 @@
1
  {
2
- "_name_or_path": "Undi95/ReMM-v2.2-L2-13B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
@@ -10,6 +12,7 @@
10
  "initializer_range": 0.02,
11
  "intermediate_size": 13824,
12
  "max_position_embeddings": 4096,
 
13
  "model_type": "llama",
14
  "num_attention_heads": 40,
15
  "num_hidden_layers": 62,
@@ -20,8 +23,7 @@
20
  "rope_theta": 10000.0,
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "bfloat16",
23
- "transformers_version": "4.33.2",
24
  "use_cache": true,
25
  "vocab_size": 32000
26
- }
27
-
 
1
  {
2
+ "_name_or_path": "Undi95/MXLewd-L2-20B",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
  "bos_token_id": 1,
9
  "eos_token_id": 2,
10
  "hidden_act": "silu",
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 13824,
14
  "max_position_embeddings": 4096,
15
+ "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 40,
18
  "num_hidden_layers": 62,
 
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.44.1",
27
  "use_cache": true,
28
  "vocab_size": 32000
29
+ }