Add Vicuna-v1.5 detection (#3524)

This commit is contained in:
Gennadij 2023-08-10 19:42:24 +03:00 committed by GitHub
parent e3d2ddd170
commit e12a1852d9
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 4AEE18F83AFDEB23

View file

@ -53,6 +53,11 @@ llama-65b-gptq-3bit:
.*vicuna.*(1.1|1_1|1.3|1_3):
mode: 'instruct'
instruction_template: 'Vicuna-v1.1'
.*vicuna.*(1.5|1_5):
mode: 'instruct'
instruction_template: 'Vicuna-v1.1'
truncation_length: 4096
rms_norm_eps: 5.0e-6
.*stable.*vicuna:
mode: 'instruct'
instruction_template: 'StableVicuna'