Skip to content

Instantly share code, notes, and snippets.

View ashikns's full-sized avatar
🏠
Working from home

Ashik Salim ashikns

🏠
Working from home
View GitHub Profile
@ashikns
ashikns / e2e_embeddings_pipeline.py
Last active January 8, 2026 13:08 — forked from DiTo97/e2e_embeddings_pipeline.py
end-to-end pipeline for hard-negative mining, Sentence-Transformers training, and evaluation
# /// script
# dependencies = [
# "sentence-transformers>=2.6.0",
# "datasets",
# "rank-bm25",
# "faiss-cpu",
# "tqdm",
# "torch",
# ]
# ///