spam-indobert / src /config.py
yondikavl's picture
Upload folder using huggingface_hub
932d265 verified
raw
history blame contribute delete
184 Bytes
MODEL_NAME = "indobenchmark/indobert-base-p2"
MAX_LENGTH = 512
BATCH_SIZE = 16
NUM_EPOCHS = 3
LEARNING_RATE = 1e-5
WEIGHT_DECAY = 0.01
MODEL_DIR = "./model/filter_review_model"