Elfrino commited on
Commit
dc6ae76
1 Parent(s): 24a27bb

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +5 -7
config.json CHANGED
@@ -1,10 +1,9 @@
1
- {
2
- "_name_or_path": "Undi95/PsyMedRP-v1-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,7 +11,6 @@
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,
@@ -22,8 +20,8 @@
22
  "rope_scaling": null,
23
  "rope_theta": 10000.0,
24
  "tie_word_embeddings": false,
25
- "torch_dtype": "bfloat16",
26
- "transformers_version": "4.44.1",
27
  "use_cache": false,
28
  "vocab_size": 32000
29
- }
 
1
+ {
2
+ "_name_or_path": "./Undi95_PsyMedRP-v1-20B-p3",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
  "attention_bias": false,
 
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
9
  "hidden_act": "silu",
 
11
  "initializer_range": 0.02,
12
  "intermediate_size": 13824,
13
  "max_position_embeddings": 4096,
 
14
  "model_type": "llama",
15
  "num_attention_heads": 40,
16
  "num_hidden_layers": 62,
 
20
  "rope_scaling": null,
21
  "rope_theta": 10000.0,
22
  "tie_word_embeddings": false,
23
+ "torch_dtype": "float16",
24
+ "transformers_version": "4.35.0.dev0",
25
  "use_cache": false,
26
  "vocab_size": 32000
27
+ }