apepkuss79 commited on
Commit
4a46f1d
1 Parent(s): 1595b95

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +4 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "Writer/Palmyra-Med-70B-32K",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -12,6 +12,7 @@
12
  "initializer_range": 0.02,
13
  "intermediate_size": 28672,
14
  "max_position_embeddings": 32768,
 
15
  "model_type": "llama",
16
  "num_attention_heads": 64,
17
  "num_hidden_layers": 80,
@@ -22,7 +23,8 @@
22
  "rope_theta": 6315088.0,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "bfloat16",
25
- "transformers_version": "4.39.2",
26
  "use_cache": true,
 
27
  "vocab_size": 128256
28
  }
 
1
  {
2
+ "_name_or_path": "Writer/Palmyra-Fin-70B-32K",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
12
  "initializer_range": 0.02,
13
  "intermediate_size": 28672,
14
  "max_position_embeddings": 32768,
15
+ "mlp_bias": false,
16
  "model_type": "llama",
17
  "num_attention_heads": 64,
18
  "num_hidden_layers": 80,
 
23
  "rope_theta": 6315088.0,
24
  "tie_word_embeddings": false,
25
  "torch_dtype": "bfloat16",
26
+ "transformers_version": "4.41.2",
27
  "use_cache": true,
28
+ "use_flash_attention_2": true,
29
  "vocab_size": 128256
30
  }