From edcc41e457e8d727c2f4c3328a2cb61198b41980 Mon Sep 17 00:00:00 2001 From: Oleg Lavrovsky Date: Thu, 27 Aug 2026 08:52:16 +0200 Subject: [PATCH] Added Apertus 1.5 model specs --- src/helm/config/model_deployments.yaml | 10 ++++++++++ src/helm/config/model_metadata.yaml | 11 +++++++++++ 2 files changed, 21 insertions(+) diff --git a/src/helm/config/model_deployments.yaml b/src/helm/config/model_deployments.yaml index 654ba48f373..cbd1c4c6fbb 100644 --- a/src/helm/config/model_deployments.yaml +++ b/src/helm/config/model_deployments.yaml @@ -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 diff --git a/src/helm/config/model_metadata.yaml b/src/helm/config/model_metadata.yaml index 022b6868c00..e83eadaa2cc 100644 --- a/src/helm/config/model_metadata.yaml +++ b/src/helm/config/model_metadata.yaml @@ -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