Update README.md
Browse files
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 |
+
---
|