Views
No views yet
sentence-transformers.InformationRetrievalEvaluator. Reported metrics include cosine similarity of retrieved documents w/r/t ground truth P/R @ 3 candidates, as well as MRR @ 10, MAP @ 10 and NDCG @ 100. This fine-tuned model was also benchmarked against its base model using the same methodology.| Metric | STAR-QA Score | ALL-MPNET-BASE-V2 Score |
|---|---|---|
| Precision @ 3 | 0.315 | 0.215 |
| Recall @ 3 | 0.324 | 0.223 |
| MRR @ 10 | 0.887 | 0.578 |
| NDCG @ 10 | 0.44 | 0.303 |
| MAP @ 100 | 0.316 | 0.209 |
torch.utils.data.dataloader.DataLoader of length 634 with parameters:{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}sentence_transformers.losses.MultipleNegativesRankingLoss.MultipleNegativesRankingLoss with parameters:{'scale': 20.0, 'similarity_fct': 'cos_sim'}{
"epochs": 1,
"evaluation_steps": 50,
"evaluator": "sentence_transformers.evaluation.InformationRetrievalEvaluator.InformationRetrievalEvaluator",
"max_grad_norm": 1,
"optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
"optimizer_params": {
"lr": 2e-05
},
"scheduler": "WarmupLinear",
"steps_per_epoch": null,
"warmup_steps": 10000,
"weight_decay": 0.01
}SentenceTransformer(
(0): Transformer({'max_seq_length': 384, 'do_lower_case': False}) with Transformer model: MPNetModel
(1): Pooling({'word_embedding_dimension': 768, 'pooling_mode_cls_token': False, 'pooling_mode_mean_tokens': True, 'pooling_mode_max_tokens': False, 'pooling_mode_mean_sqrt_len_tokens': False})
(2): Normalize()
)@misc{Theron_2024,
title={Sentence Transformer for Audit Retrieval Question-Answering (STAR-QA)},
url={https://huggingface.co/dptrsa/STAR-QA},
author={Theron, Daniel},
year={2024},
month={Feb}
}