Skip to content

Commit

Permalink
Merge branch 'main' of github.com:danielz02/helm into main
Browse files Browse the repository at this point in the history
  • Loading branch information
danielz02 committed Oct 26, 2023
2 parents ff7998b + 56158dc commit b88b36d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/helm/proxy/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b88b36d

Please sign in to comment.