consight-embeddings-v2 / training_config.json
magaja's picture
Add Consight v2 embeddings: bge-base fine-tuned with hard negatives
67cfa2a verified
{
"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"
}