ddh0 commited on
Commit
a281267
1 Parent(s): b8352de

Update context length

Browse files
Files changed (1) hide show
  1. config.json +3 -3
config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "ddh0/OrcaMaid-v2-FIX-13b-10k",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
@@ -15,7 +15,7 @@
15
  "hidden_size": 5120,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 13824,
18
- "max_position_embeddings": 10240,
19
  "model_type": "llama",
20
  "num_attention_heads": 40,
21
  "num_hidden_layers": 40,
@@ -24,7 +24,7 @@
24
  "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-05,
26
  "rope_scaling": {
27
- "factor": 2.5,
28
  "original_max_position_embeddings": 4096,
29
  "type": "yarn",
30
  "finetuned": false
 
1
  {
2
+ "_name_or_path": "ddh0/OrcaMaid-v2-FIX-13b-32k",
3
  "architectures": [
4
  "LlamaForCausalLM"
5
  ],
 
15
  "hidden_size": 5120,
16
  "initializer_range": 0.02,
17
  "intermediate_size": 13824,
18
+ "max_position_embeddings": 32768,
19
  "model_type": "llama",
20
  "num_attention_heads": 40,
21
  "num_hidden_layers": 40,
 
24
  "pretraining_tp": 1,
25
  "rms_norm_eps": 1e-05,
26
  "rope_scaling": {
27
+ "factor": 8.0,
28
  "original_max_position_embeddings": 4096,
29
  "type": "yarn",
30
  "finetuned": false