classify-intent / utils /commons.py
aman-s-affinsys's picture
feat: added all the files
a6bbf63
raw
history blame
141 Bytes
# Commonly used variables
HUGGINGFACE_MODEL_PATH = "bespin-global/klue-roberta-small-3i4k-intent-classification"
MODEL_SAVE_PATH = "./models"