Update config.json

This commit is contained in:
Joao Gante
2024-07-23 14:53:37 +00:00
committed by system
parent 257111e889
commit 4281e96c7c

View File

@@ -23,9 +23,9 @@
"pretraining_tp": 1,
"rms_norm_eps": 1e-05,
"rope_scaling": {
"factor": 8,
"low_freq_factor": 1,
"high_freq_factor": 4,
"factor": 8.0,
"low_freq_factor": 1.0,
"high_freq_factor": 4.0,
"original_max_position_embeddings": 8192,
"rope_type": "llama3"
},