dragonkue commited on
Commit
fffbfb9
·
verified ·
1 Parent(s): 9375ef3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -207,7 +207,7 @@ Following the training approach used in dragonkue/snowflake-arctic-embed-l-v2.0-
207
  This margin-based approach extends the idea proposed in the NV-Retriever paper, which originally filtered false negatives during hard negative sampling.
208
  We adapt this to in-batch negatives, treating false negatives as dynamic samples guided by margin-based filtering.
209
 
210
- <img src="https://cdn-uploads.huggingface.co/production/uploads/642b0c2fecec03b4464a1d9b/KrtD8Mdmz-ziozXCVz9Zr.png" width="800"/>
211
 
212
 
213
  The sentence-transformers library now supports GISTEmbedLoss with margin configuration, making it easy to integrate into any training pipeline.
 
207
  This margin-based approach extends the idea proposed in the NV-Retriever paper, which originally filtered false negatives during hard negative sampling.
208
  We adapt this to in-batch negatives, treating false negatives as dynamic samples guided by margin-based filtering.
209
 
210
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/642b0c2fecec03b4464a1d9b/Orr03zyVerBU_B6Vkesgl.png" width="800"/>
211
 
212
 
213
  The sentence-transformers library now supports GISTEmbedLoss with margin configuration, making it easy to integrate into any training pipeline.