Oliver Holworthy commited on
Commit
8fd3e5d
·
1 Parent(s): 3f42648

Add rope_theta to rope_scaling for transformers 5.4+ compatibility (#14)

Browse files

- fix: add rope_theta to rope_scaling for transformers v5.4+ compat (6a2a6e3b4ce116b2b1723a409049e8f44bc5f382)

Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -37,7 +37,8 @@
37
  "high_freq_factor": 4.0,
38
  "low_freq_factor": 1.0,
39
  "original_max_position_embeddings": 8192,
40
- "rope_type": "llama3"
 
41
  },
42
  "rope_theta": 500000.0,
43
  "temperature": 1.0,
 
37
  "high_freq_factor": 4.0,
38
  "low_freq_factor": 1.0,
39
  "original_max_position_embeddings": 8192,
40
+ "rope_type": "llama3",
41
+ "rope_theta": 500000.0
42
  },
43
  "rope_theta": 500000.0,
44
  "temperature": 1.0,