Views
No views yet
OpenToolEmbeddings/ntilc-normal-prototype-ce-v0-1-0.normalprototype_cesentence-transformers/all-MiniLM-L6-v2128oss-qwen3.5-27b-26tools-312queries-v0.1.0Qwen/Qwen3.5-27B263123077554cde03c765a9262f04f54630304fad06fee1e9bb21d76ceb2bdd75ae06best.pt: best validation checkpoint bundlemetrics.json: per-epoch training and validation metricstransformers repositories. Load them with the local helper below.1from training import load_checkpoint_bundle
2
3bundle = load_checkpoint_bundle("best.pt", device="cpu")
4print(bundle["architecture"], bundle["loss_name"], len(bundle["tool_names"]))epochs: 25best_epoch: 18tool_count: 26query_count: 312best_val_retrieval_accuracy: 0.8269best_val_classification_accuracy: 0.75silhouette_score: 0.111