pszemraj commited on
Commit
42b0bc4
·
verified ·
1 Parent(s): a0f8abb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -0
README.md CHANGED
@@ -88,3 +88,7 @@ The model was trained with the parameters:
88
  ```
89
  {'loss': 'CosineSimilarityLoss', 'matryoshka_dims': [768, 512, 256, 128, 64], 'matryoshka_weights': [1, 1, 1, 1, 1], 'n_dims_per_step': -1}
90
  ```
 
 
 
 
 
88
  ```
89
  {'loss': 'CosineSimilarityLoss', 'matryoshka_dims': [768, 512, 256, 128, 64], 'matryoshka_weights': [1, 1, 1, 1, 1], 'n_dims_per_step': -1}
90
  ```
91
+
92
+ See more details at [the training run on wandb](https://wandb.ai/pszemraj/test-sbert-v3-api/runs/suv4fd2p)
93
+
94
+ ---