Add new SentenceTransformer model.
Browse files- README.md +3 -3
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -87,7 +87,7 @@ The model was trained with the parameters:
|
|
| 87 |
|
| 88 |
**DataLoader**:
|
| 89 |
|
| 90 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
| 91 |
```
|
| 92 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 93 |
```
|
|
@@ -99,7 +99,7 @@ The model was trained with the parameters:
|
|
| 99 |
Parameters of the fit()-Method:
|
| 100 |
```
|
| 101 |
{
|
| 102 |
-
"epochs":
|
| 103 |
"evaluation_steps": 0,
|
| 104 |
"evaluator": "NoneType",
|
| 105 |
"max_grad_norm": 1,
|
|
@@ -109,7 +109,7 @@ Parameters of the fit()-Method:
|
|
| 109 |
},
|
| 110 |
"scheduler": "WarmupLinear",
|
| 111 |
"steps_per_epoch": null,
|
| 112 |
-
"warmup_steps":
|
| 113 |
"weight_decay": 0.01
|
| 114 |
}
|
| 115 |
```
|
|
|
|
| 87 |
|
| 88 |
**DataLoader**:
|
| 89 |
|
| 90 |
+
`torch.utils.data.dataloader.DataLoader` of length 423 with parameters:
|
| 91 |
```
|
| 92 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 93 |
```
|
|
|
|
| 99 |
Parameters of the fit()-Method:
|
| 100 |
```
|
| 101 |
{
|
| 102 |
+
"epochs": 200,
|
| 103 |
"evaluation_steps": 0,
|
| 104 |
"evaluator": "NoneType",
|
| 105 |
"max_grad_norm": 1,
|
|
|
|
| 109 |
},
|
| 110 |
"scheduler": "WarmupLinear",
|
| 111 |
"steps_per_epoch": null,
|
| 112 |
+
"warmup_steps": 12690,
|
| 113 |
"weight_decay": 0.01
|
| 114 |
}
|
| 115 |
```
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 90864192
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e11df15f57619ee5c8bf01cb760b595ca3ddc5e630b3268e9765e8cf13b0580a
|
| 3 |
size 90864192
|