LLM-fastAPI / configuration /config_default.py
Songyou's picture
add files
f3b11f9
raw
history blame
187 Bytes
import math
# Data
DATA_DEFAULT = {
'max_sequence_length': 256,
'padding_value': 0
}
# Properties
PROPERTIES = ['pki']
# For Test_Property test
LOD_MIN = 1.0
LOD_MAX = 3.4