Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions src/helm/config/model_deployments.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,16 @@ model_deployments:
client_spec:
class_name: "helm.clients.simple_client.SimpleClient"

- name: swiss-ai/Apertus-v1.5-70B
model_name: swiss-ai/Apertus-v1.5-70B
tokenizer_name: huggingface/gpt2
max_sequence_length: 256000
client_spec:
class_name: "helm.clients.huggingface_client.HuggingFaceClient"
args:
pretrained_model_name_or_path: swiss-ai/Apertus-v1.5-70B


# Stanford Health Care
# For internal use only for MedHELM
# Placed earlier in the file to make them non-default
Expand Down
11 changes: 11 additions & 0 deletions src/helm/config/model_metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,17 @@ models:
release_date: 2024-12-11
tags: [TEXT_MODEL_TAG, FULL_FUNCTIONALITY_TEXT_MODEL_TAG, INSTRUCTION_FOLLOWING_MODEL_TAG]

# Apertus by Swiss AI Initiative
# See https://apertus-ai.org
- name: swiss-ai/Apertus-v1.5-70B
display_name: Apertus 1.5 70B
description: Fully Open Foundation Model Developed as a collaborative effort between EPFL, ETH Zurich, and CSCS.
creator_organization_name: Swiss AI Initiative
access: open
num_parameters: 70600000000
release_date: 2026-07-24
tags: [TEXT_MODEL_TAG, FULL_FUNCTIONALITY_TEXT_MODEL_TAG, INSTRUCTION_FOLLOWING_MODEL_TAG]

# Aleph Alpha
# Aleph Alpha's Luminous models: https://docs.aleph-alpha.com/docs/introduction/luminous
# TODO: add Luminous World when it's released
Expand Down
Loading