xianbin commited on
Commit
80baaa0
·
verified ·
1 Parent(s): d60401a

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +1 -3
config.json CHANGED
@@ -12,7 +12,6 @@
12
  "intermediate_size": 14336,
13
  "max_position_embeddings": 8192,
14
  "model_type": "llama",
15
- "name": "hf_causal_lm",
16
  "num_attention_heads": 32,
17
  "num_hidden_layers": 32,
18
  "num_key_value_heads": 8,
@@ -21,9 +20,8 @@
21
  "rope_scaling": null,
22
  "rope_theta": 500000.0,
23
  "tie_word_embeddings": false,
24
- "torch_dtype": "float32",
25
  "transformers_version": "4.43.2",
26
- "trust_remote_code": true,
27
  "use_cache": true,
28
  "use_flash_attention_2": true,
29
  "vocab_size": 128256
 
12
  "intermediate_size": 14336,
13
  "max_position_embeddings": 8192,
14
  "model_type": "llama",
 
15
  "num_attention_heads": 32,
16
  "num_hidden_layers": 32,
17
  "num_key_value_heads": 8,
 
20
  "rope_scaling": null,
21
  "rope_theta": 500000.0,
22
  "tie_word_embeddings": false,
23
+ "torch_dtype": "bfloat16",
24
  "transformers_version": "4.43.2",
 
25
  "use_cache": true,
26
  "use_flash_attention_2": true,
27
  "vocab_size": 128256