Adding Evaluation Results (#1)

- Adding Evaluation Results (23a83b19e0e5fdb664dcdca91d624aa038cc3a16)

Co-authored-by: Open LLM Leaderboard PR Bot <leaderboard-pr-bot@users.noreply.huggingface.co>
This commit is contained in:
ai-modelscope
2024-10-18 22:27:29 +08:00
parent 40ac9adb24
commit 7a44be1b01
17 changed files with 457946 additions and 55 deletions

14
generation_config.json Normal file
View File

@@ -0,0 +1,14 @@
{
"bos_token_id": 151643,
"do_sample": true,
"eos_token_id": [
151645,
151668
],
"pad_token_id": 151643,
"repetition_penalty": 1.05,
"temperature": 0.7,
"top_k": 20,
"top_p": 0.8,
"transformers_version": "4.45.0.dev0"
}