From fc3f4bd8b7fc99c40dd816b37c1be8a88972e080 Mon Sep 17 00:00:00 2001 From: danielz <31590926+danielz02@users.noreply.github.com> Date: Mon, 23 Oct 2023 14:42:59 -0400 Subject: [PATCH] Add claude 2.0 --- src/helm/proxy/models.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/helm/proxy/models.py b/src/helm/proxy/models.py index 52543e9601..9f519540d8 100644 --- a/src/helm/proxy/models.py +++ b/src/helm/proxy/models.py @@ -219,6 +219,18 @@ def engine(self) -> str: INSTRUCTION_FOLLOWING_MODEL_TAG, ], ), + Model( + group="anthropic", + name="anthropic/claude-2.0", + tags=[ + ANTHROPIC_MODEL_TAG, + TEXT_MODEL_TAG, + LIMITED_FUNCTIONALITY_TEXT_MODEL_TAG, + GPT2_TOKENIZER_TAG, + ABLATION_MODEL_TAG, + INSTRUCTION_FOLLOWING_MODEL_TAG, + ], + ), # BigScience Model( group="together",