12 lines
294 B
Python
12 lines
294 B
Python
# Copyright (c) Microsoft Corporation.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# DeepSpeed Team
|
|
|
|
#########################################
|
|
# AUTOSP
|
|
#########################################
|
|
AUTOSP_INPUT_ID_KEY = "input_id"
|
|
AUTOSP_LABEL_ID_KEY = "label_id"
|
|
AUTOSP_POSITION_ID_KEY = "position_id"
|