File size: 420 Bytes
6f07d4d
1c0c437
6f07d4d
1c0c437
ff066af
02bae6c
 
ff066af
1c0c437
 
02bae6c
6f07d4d
114862d
b2df0c9
02bae6c
 
978732e
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "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
}