Closed ivanleomk closed 6 months ago
This restores optimize grid back to the repository
Restores the optimize_grid.py script for optimizing Quora embeddings with detailed configurations and model training logic.
optimize_grid.py
Key points:
SentenceTransformer
ModelConfig
Generated with :heart: by ellipsis.dev
Took the file from https://github.com/567-labs/fastllm/blob/7586034b58284837ecef20d107aa1bee4c2bbbe2/applications/finetune-quora-embeddings/optimize_grid.py
This restores optimize grid back to the repository
Summary:
Restores the
optimize_grid.py
script for optimizing Quora embeddings with detailed configurations and model training logic.Key points:
optimize_grid.py
to the repository.SentenceTransformer
for model operations.ModelConfig
data class for handling configurations.Generated with :heart: by ellipsis.dev