pibot-intent-router / train_config.json
smenaaliaga's picture
Upload multitask artifacts
f7b51d9 verified
raw
history blame contribute delete
420 Bytes
{
"model_name": "sentence-transformers/paraphrase-multilingual-mpnet-base-v2",
"max_length": 128,
"epochs": 25,
"batch_size": 16,
"lr_encoder": 8e-06,
"lr_heads": 0.0004,
"weight_decay": 0.05,
"task_weight_macro": 1.2,
"task_weight_intent": 1.5,
"task_weight_context": 0.8,
"device": "cuda",
"output_dir": "models\\artifacts",
"seed": 42,
"patience": 5,
"min_delta": 0.001
}