justsomerandomdude264 commited on
Commit
86535f2
1 Parent(s): 280a0d2

Update config.json

Browse files
Files changed (1) hide show
  1. config.json +2 -5
config.json CHANGED
@@ -40,11 +40,8 @@
40
  },
41
  "rms_norm_eps": 1e-05,
42
  "rope_scaling": {
43
- "factor": 8.0,
44
- "high_freq_factor": 4.0,
45
- "low_freq_factor": 1.0,
46
- "original_max_position_embeddings": 8192,
47
- "rope_type": "llama3"
48
  },
49
  "rope_theta": 500000.0,
50
  "tie_word_embeddings": false,
 
40
  },
41
  "rms_norm_eps": 1e-05,
42
  "rope_scaling": {
43
+ "type": "linear",
44
+ "factor": 8.0
 
 
 
45
  },
46
  "rope_theta": 500000.0,
47
  "tie_word_embeddings": false,