OpenCompass/configs/models/deepseek/hf_deepseek_moe_16b_chat.py

13 lines
304 B
Python
Raw Normal View History

from opencompass.models import HuggingFacewithChatTemplate
models = [
dict(
type=HuggingFacewithChatTemplate,
abbr='deepseek-moe-16b-chat-hf',
path='deepseek-ai/deepseek-moe-16b-chat',
max_out_len=1024,
batch_size=8,
run_cfg=dict(num_gpus=1),
)
]