Add baichuan2-13b to Arc perf (#9794)
* add baichuan2-13b * fix indent * revert
This commit is contained in:
parent
dfe28c58bb
commit
40eaf76ae3
1 changed files with 2 additions and 0 deletions
|
|
@ -13,6 +13,7 @@ repo_id:
|
||||||
- 'Qwen/Qwen-7B-Chat'
|
- 'Qwen/Qwen-7B-Chat'
|
||||||
- 'BAAI/AquilaChat-7B'
|
- 'BAAI/AquilaChat-7B'
|
||||||
- 'baichuan-inc/Baichuan2-7B-Chat'
|
- 'baichuan-inc/Baichuan2-7B-Chat'
|
||||||
|
- 'baichuan-inc/Baichuan2-13B-Chat'
|
||||||
- 'bigscience/bloomz-7b1'
|
- 'bigscience/bloomz-7b1'
|
||||||
- 'fnlp/moss-moon-003-sft'
|
- 'fnlp/moss-moon-003-sft'
|
||||||
local_model_hub: '/mnt/disk1/models'
|
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:
|
exclude:
|
||||||
- 'fnlp/moss-moon-003-sft:1024'
|
- 'fnlp/moss-moon-003-sft:1024'
|
||||||
- 'fnlp/moss-moon-003-sft:2048'
|
- 'fnlp/moss-moon-003-sft:2048'
|
||||||
|
- 'baichuan-inc/Baichuan2-13B-Chat:2048'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue