update config.json

This commit is contained in:
ai-modelscope
2024-09-18 15:10:28 +08:00
parent 71bd05d7de
commit 32c4b7403d
2 changed files with 3 additions and 6 deletions

View File

@@ -25,11 +25,11 @@
},
"rms_norm_eps": 1e-06,
"rope_theta": 1000000.0,
"sliding_window": 32768,
"sliding_window": 131072,
"tie_word_embeddings": false,
"torch_dtype": "float16",
"transformers_version": "4.41.1",
"use_cache": true,
"use_sliding_window": false,
"vocab_size": 152064
}
}