maximuslee07 commited on
Commit
8474c09
1 Parent(s): 1264148

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +3 -1
config.json CHANGED
@@ -3,6 +3,7 @@
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
6
  "bos_token_id": 1,
7
  "eos_token_id": 2,
8
  "hidden_act": "silu",
@@ -18,9 +19,10 @@
18
  "pretraining_tp": 1,
19
  "rms_norm_eps": 1e-05,
20
  "rope_scaling": null,
 
21
  "tie_word_embeddings": false,
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.35.2",
24
  "use_cache": true,
25
  "vocab_size": 32000
26
- }
 
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
6
+ "attention_bias": false,
7
  "bos_token_id": 1,
8
  "eos_token_id": 2,
9
  "hidden_act": "silu",
 
19
  "pretraining_tp": 1,
20
  "rms_norm_eps": 1e-05,
21
  "rope_scaling": null,
22
+ "rope_theta": 10000.0,
23
  "tie_word_embeddings": false,
24
  "torch_dtype": "float16",
25
  "transformers_version": "4.35.2",
26
  "use_cache": true,
27
  "vocab_size": 32000
28
+ }