danielhanchen commited on
Commit
16d6514
·
verified ·
1 Parent(s): 223a08a

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. config.json +4 -3
  2. generation_config.json +1 -1
config.json CHANGED
@@ -98,9 +98,10 @@
98
  "pretraining_tp": 2,
99
  "rms_norm_eps": 1e-06,
100
  "rope_scaling": {
101
- "type": "yarn",
102
- "factor": 2.0,
103
- "original_max_position_embeddings": 65536
 
104
  },
105
  "rope_theta": 5000000.0,
106
  "sliding_window": null,
 
98
  "pretraining_tp": 2,
99
  "rms_norm_eps": 1e-06,
100
  "rope_scaling": {
101
+ "factor": 2.0,
102
+ "original_max_position_embeddings": 65536,
103
+ "rope_type": "yarn",
104
+ "type": "yarn"
105
  },
106
  "rope_theta": 5000000.0,
107
  "sliding_window": null,
generation_config.json CHANGED
@@ -2,7 +2,7 @@
2
  "bos_token_id": 128000,
3
  "do_sample": true,
4
  "eos_token_id": 128012,
5
- "max_length": 65536,
6
  "pad_token_id": 128004,
7
  "temperature": 0.6,
8
  "top_p": 0.95,
 
2
  "bos_token_id": 128000,
3
  "do_sample": true,
4
  "eos_token_id": 128012,
5
+ "max_length": 131072,
6
  "pad_token_id": 128004,
7
  "temperature": 0.6,
8
  "top_p": 0.95,