Views
No views yet
OpenToolEmbeddings/ntilc-hierarchical-circle-v0-1-0.hierarchicalcirclesentence-transformers/all-MiniLM-L6-v2128oss-qwen3.5-27b-26tools-312queries-v0.1.0Qwen/Qwen3.5-27B2631224b334c2cc674474f91af91b697db58657d51d79ea386a1f1a3207b4b2a01944best.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: 12tool_count: 26query_count: 312best_val_tool_retrieval_accuracy: 0.8269best_val_parent_retrieval_accuracy: 0.9038best_val_tool_classification_accuracy: 0.6154best_val_parent_classification_accuracy: 0.9038tool_silhouette_score: 0.0092parent_silhouette_score: 0.2756