File size: 503 Bytes
67cfa2a | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"base_model": "BAAI/bge-base-en-v1.5",
"pairs_file": "/home/ubuntu/sweep/data/pairs_combined.jsonl",
"distractors_file": "/home/ubuntu/sweep/data/distractors_combined.jsonl",
"loss_function": "MultipleNegativesRankingLoss",
"hard_negatives": true,
"epochs": 5,
"batch_size": 16,
"warmup_steps": 100,
"learning_rate": 5e-06,
"max_grad_norm": 0.5,
"device": null,
"max_pairs": null,
"timestamp": "2026-02-18T18:08:27.651228",
"completion_time": "2026-02-18T18:13:21.789188"
} |