DopeorNope commited on
Commit
f845766
1 Parent(s): 8f567bf

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -2
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "./my_llama2_7b_gsm8k_sft/checkpoint-348",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -13,8 +13,8 @@
13
  "initializer_range": 0.02,
14
  "intermediate_size": 11008,
15
  "max_position_embeddings": 4096,
16
- "model_type": "llama",
17
  "mlp_bias": false,
 
18
  "num_attention_heads": 32,
19
  "num_hidden_layers": 32,
20
  "num_key_value_heads": 32,
 
1
  {
2
+ "_name_or_path": "checkpoint-348",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
13
  "initializer_range": 0.02,
14
  "intermediate_size": 11008,
15
  "max_position_embeddings": 4096,
 
16
  "mlp_bias": false,
17
+ "model_type": "llama",
18
  "num_attention_heads": 32,
19
  "num_hidden_layers": 32,
20
  "num_key_value_heads": 32,