Rewriting structure, added to TODO

This commit is contained in:
2025-09-13 23:03:29 -07:00
parent eb1245a64a
commit c15c499869
2 changed files with 28 additions and 7 deletions

10
TODO.md
View File

@@ -8,9 +8,19 @@
- Maybe more dataset configurations
## Qualify
- Print stats for a dataset
## Fine-tune
- https://www.sbert.net/docs/sentence_transformer/loss_overview.html#loss-table
- Use (anchor, positive) pairs to train a new model
- Use (sentence) + class labels to train a new model
- Implement BatchAllTripletLoss
- Implement a two-phase training regime
- 1. Train with anchored definitions then...
- 2. Train with class labels
## Evaluate