ITREX Distributed Training

July 7, 2023 ยท View on GitHub

Version: 0.1.0 Type: application AppVersion: 1.16.0

A Helm chart for Kubernetes

Values

KeyTypeDefaultDescription
distributed.eval.batch_sizeint64Evaluation Batch Size
distributed.image.image_namestring"intel/ai-tools"
distributed.image.image_tagstring"itrex-devel-1.1.0"
distributed.model_name_or_pathstring"distilbert-base-uncased"Name of Model to Train
distributed.resources.cpuint32Number of CPUs per Pod
distributed.resources.memorystring"16Gi"Amount of Memory per Pod
distributed.task_namestring"sst2"Name of ITREX Task
distributed.teacher_model_name_or_pathstring"textattack/bert-base-uncased-SST-2"Name of Huggingface Model to Train off of
distributed.train.batch_sizeint64Training Batch Size
distributed.workersint4Number of Workers (World Size)
metadata.namestring"itrex-distributed"
metadata.namespacestring"kubeflow"
pvc.namestring"itrex"Name of PVC for Output Directory
pvc.resourcesstring"2Gi"Amount of Storage for Output Directory
pvc.scnstring"nil"StorageClassName of PVC