Add baichuan2-13b to Arc perf (#9794)

* add baichuan2-13b

* fix indent

* revert
This commit is contained in:
Kai Huang 2023-12-27 19:38:53 +08:00 committed by GitHub
parent dfe28c58bb
commit 40eaf76ae3

View file

@ -13,6 +13,7 @@ repo_id:
- 'Qwen/Qwen-7B-Chat'
- 'BAAI/AquilaChat-7B'
- 'baichuan-inc/Baichuan2-7B-Chat'
- 'baichuan-inc/Baichuan2-13B-Chat'
- 'bigscience/bloomz-7b1'
- 'fnlp/moss-moon-003-sft'
local_model_hub: '/mnt/disk1/models'
@ -30,3 +31,4 @@ cpu_embedding: False # whether put embedding to CPU (only avaiable now for gpu w
exclude:
- 'fnlp/moss-moon-003-sft:1024'
- 'fnlp/moss-moon-003-sft:2048'
- 'baichuan-inc/Baichuan2-13B-Chat:2048'