mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced 2025-12-24 13:28:13 +08:00
Sync v2.0 version of code to github repo
This commit is contained in:
8
benchmarks/yaml/request_yaml/eb45-128k.yaml
Normal file
8
benchmarks/yaml/request_yaml/eb45-128k.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
top_p: 0.8
|
||||
temperature: 0.8
|
||||
metadata:
|
||||
min_tokens: 1
|
||||
max_tokens: 131071
|
||||
repetition_penalty: 1.0
|
||||
frequency_penalty: 0
|
||||
presence_penalty: 0
|
||||
8
benchmarks/yaml/request_yaml/eb45-32k.yaml
Normal file
8
benchmarks/yaml/request_yaml/eb45-32k.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
top_p: 0.8
|
||||
temperature: 0.8
|
||||
metadata:
|
||||
min_tokens: 1
|
||||
max_tokens: 12288
|
||||
repetition_penalty: 1.0
|
||||
frequency_penalty: 0
|
||||
presence_penalty: 0
|
||||
8
benchmarks/yaml/request_yaml/qwen2-32k.yaml
Normal file
8
benchmarks/yaml/request_yaml/qwen2-32k.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
top_p: 0.8
|
||||
temperature: 0.7
|
||||
metadata:
|
||||
min_tokens: 1
|
||||
max_tokens: 12288
|
||||
repetition_penalty: 1.05
|
||||
frequency_penalty: 0
|
||||
presence_penalty: 0
|
||||
8
benchmarks/yaml/request_yaml/qwen3-32k.yaml
Normal file
8
benchmarks/yaml/request_yaml/qwen3-32k.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
top_p: 0.8
|
||||
temperature: 0.7
|
||||
metadata:
|
||||
min_tokens: 1
|
||||
max_tokens: 12288
|
||||
repetition_penalty: 1.0
|
||||
frequency_penalty: 0
|
||||
presence_penalty: 1.5
|
||||
8
benchmarks/yaml/request_yaml/x1-32k.yaml
Normal file
8
benchmarks/yaml/request_yaml/x1-32k.yaml
Normal file
@@ -0,0 +1,8 @@
|
||||
top_p: 0.95
|
||||
temperature: 0.6
|
||||
metadata:
|
||||
min_tokens: 1
|
||||
max_tokens: 32767
|
||||
repetition_penalty: 1.0
|
||||
frequency_penalty: 0
|
||||
presence_penalty: 0
|
||||
Reference in New Issue
Block a user