issues
search
qdrant
/
quaterion
Blazing fast framework for fine-tuning similarity learning models
https://quaterion.qdrant.tech/
Apache License 2.0
640
stars
45
forks
source link
N pair Loss
#211
Closed
Spinachboul
closed
11 months ago
Spinachboul
commented
11 months ago
NPair Loss Implementation
I have implemented NLoss Function which works better than "Constrastive Loss" and "Triplet Loss."
I have tried to minimize the distance between the anchor-positives and maximize between anchor-negatives.
Benefits of NPair Loss
Ease of Optimization
Handling Batch Sizes
Embedding Quality
Please checkout the code and drop any suggestion/modifications you like to be implemented!! 😊
netlify[bot]
commented
11 months ago
❌
Deploy Preview for
capable-unicorn-d5e336
failed.
Name
Link
🔨
Latest commit
15a7a47c0b4294f60d13223119d66396cdbc9090
🔍
Latest deploy log
https://app.netlify.com/sites/capable-unicorn-d5e336/deploys/6572b8000c6b6e0007323bce
NPair Loss Implementation
Benefits of NPair Loss
Please checkout the code and drop any suggestion/modifications you like to be implemented!! 😊