Update README.md
Browse files
README.md
CHANGED
|
@@ -71,15 +71,6 @@ print("Sentence embeddings:")
|
|
| 71 |
print(sentence_embeddings)
|
| 72 |
```
|
| 73 |
|
| 74 |
-
|
| 75 |
-
|
| 76 |
-
## Evaluation Results
|
| 77 |
-
|
| 78 |
-
<!--- Describe how your model was evaluated -->
|
| 79 |
-
|
| 80 |
-
For an automated evaluation of this model, see the *Sentence Embeddings Benchmark*: [https://seb.sbert.net](https://seb.sbert.net?model_name={MODEL_NAME})
|
| 81 |
-
|
| 82 |
-
|
| 83 |
## Training
|
| 84 |
The model was trained with the parameters:
|
| 85 |
|
|
@@ -108,7 +99,7 @@ Parameters of the fit()-Method:
|
|
| 108 |
"scheduler": "WarmupLinear",
|
| 109 |
"steps_per_epoch": null,
|
| 110 |
"warmup_steps": 100,
|
| 111 |
-
"weight_decay": 0.01
|
| 112 |
}
|
| 113 |
```
|
| 114 |
|
|
|
|
| 71 |
print(sentence_embeddings)
|
| 72 |
```
|
| 73 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
## Training
|
| 75 |
The model was trained with the parameters:
|
| 76 |
|
|
|
|
| 99 |
"scheduler": "WarmupLinear",
|
| 100 |
"steps_per_epoch": null,
|
| 101 |
"warmup_steps": 100,
|
| 102 |
+
"weight_decay": 0.01,
|
| 103 |
}
|
| 104 |
```
|
| 105 |
|