ModelMatrix / matrix /code /config /models.yaml
Akshay4506's picture
Fix deployment entry point and merge requirements
c4ff02d
# Model Configuration
# ====================
models:
# SAP RPT-1 (Primary Model)
- name: 'sap-rpt1-small'
enabled: true
priority: 'high'
docker_image: 'sap-rpt1'
- name: 'sap-rpt1-large'
enabled: true
priority: 'high'
docker_image: 'sap-rpt1'
# SAP RPT-1 OSS via Hugging Face (Open Source)
- name: 'sap-rpt1-hf'
enabled: true
priority: 'high'
docker_image: 'sap-rpt1'
description: 'SAP RPT-1 OSS model via HuggingFace token authentication'
# Pretrained Competitors
- name: 'tabpfn'
enabled: true
priority: 'high'
docker_image: 'tabpfn'
- name: 'tabicl'
enabled: false # Enable when implementation ready
priority: 'medium'
docker_image: 'tabicl'
# AutoML
- name: 'autogluon'
enabled: true
priority: 'medium'
docker_image: 'autogluon'
# Gradient Boosting Baselines
- name: 'xgboost'
enabled: true
priority: 'medium'
docker_image: 'baselines'
- name: 'catboost'
enabled: true
priority: 'medium'
docker_image: 'baselines'
- name: 'lightgbm'
enabled: true
priority: 'low'
docker_image: 'baselines'
# Model Groups (for batch experiments)
model_groups:
all:
- sap-rpt1-small
- sap-rpt1-large
- sap-rpt1-hf
- tabpfn
- autogluon
- xgboost
- catboost
- lightgbm
pretrained_only:
- sap-rpt1-small
- sap-rpt1-large
- sap-rpt1-hf
- tabpfn
baselines_only:
- xgboost
- catboost
- lightgbm
high_priority:
- sap-rpt1-small
- sap-rpt1-large
- sap-rpt1-hf
- tabpfn