From e61316ce0b06433359997abbab1d966dad96d79b Mon Sep 17 00:00:00 2001 From: oobabooga <112222186+oobabooga@users.noreply.github.com> Date: Mon, 5 Jun 2023 11:52:13 -0300 Subject: [PATCH] Detect airoboros and Nous-Hermes --- models/config.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/models/config.yaml b/models/config.yaml index db48e5a5..59a2afbb 100644 --- a/models/config.yaml +++ b/models/config.yaml @@ -180,3 +180,9 @@ llama-65b-gptq-3bit: .*bluemoonrp-(30|13)b: mode: 'instruct' instruction_template: 'Bluemoon' +.*Nous-Hermes-13b: + mode: 'instruct' + instruction_template: 'Alpaca' +.*airoboros-13b-gpt4: + mode: 'instruct' + instruction_template: 'Vicuna-v1.1'