bartowski commited on
Commit
0f20cda
1 Parent(s): af7d552

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +7 -1
config.json CHANGED
@@ -1,6 +1,8 @@
1
  {
2
  "_name_or_path": "/models/internlm2-chat-20b",
3
- "architectures": "LlamaForCausalLM",
 
 
4
  "attn_implementation": "eager",
5
  "bias": false,
6
  "bos_token_id": 1,
@@ -16,6 +18,10 @@
16
  "num_key_value_heads": 8,
17
  "pad_token_id": 2,
18
  "rms_norm_eps": 1e-05,
 
 
 
 
19
  "rope_theta": 1000000,
20
  "tie_word_embeddings": false,
21
  "torch_dtype": "float16",
 
1
  {
2
  "_name_or_path": "/models/internlm2-chat-20b",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
  "attn_implementation": "eager",
7
  "bias": false,
8
  "bos_token_id": 1,
 
18
  "num_key_value_heads": 8,
19
  "pad_token_id": 2,
20
  "rms_norm_eps": 1e-05,
21
+ "rope_scaling": {
22
+ "factor": 3.0,
23
+ "type": "dynamic"
24
+ },
25
  "rope_theta": 1000000,
26
  "tie_word_embeddings": false,
27
  "torch_dtype": "float16",