Add new SentenceTransformer model
Browse files- README.md +2 -2
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -160,7 +160,7 @@ You can finetune this model on your own dataset.
|
|
| 160 |
```json
|
| 161 |
{
|
| 162 |
"distance_metric": "TripletDistanceMetric.EUCLIDEAN",
|
| 163 |
-
"triplet_margin": 0.
|
| 164 |
}
|
| 165 |
```
|
| 166 |
|
|
@@ -293,7 +293,7 @@ You can finetune this model on your own dataset.
|
|
| 293 |
### Training Logs
|
| 294 |
| Epoch | Step | Training Loss |
|
| 295 |
|:------:|:----:|:-------------:|
|
| 296 |
-
| 0.3283 | 500 | 0.
|
| 297 |
| 0.6566 | 1000 | 0.0 |
|
| 298 |
| 0.9849 | 1500 | 0.0 |
|
| 299 |
| 1.3132 | 2000 | 0.0 |
|
|
|
|
| 160 |
```json
|
| 161 |
{
|
| 162 |
"distance_metric": "TripletDistanceMetric.EUCLIDEAN",
|
| 163 |
+
"triplet_margin": 0.1
|
| 164 |
}
|
| 165 |
```
|
| 166 |
|
|
|
|
| 293 |
### Training Logs
|
| 294 |
| Epoch | Step | Training Loss |
|
| 295 |
|:------:|:----:|:-------------:|
|
| 296 |
+
| 0.3283 | 500 | 0.0023 |
|
| 297 |
| 0.6566 | 1000 | 0.0 |
|
| 298 |
| 0.9849 | 1500 | 0.0 |
|
| 299 |
| 1.3132 | 2000 | 0.0 |
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 437951328
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:222e57628728052df418064b96db2f5347abafd07531f9b830cce61e36f38dc7
|
| 3 |
size 437951328
|