Add new SentenceTransformer model.
Browse files- README.md +3 -3
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -47,7 +47,7 @@ The model was trained with the parameters:
|
|
| 47 |
|
| 48 |
**DataLoader**:
|
| 49 |
|
| 50 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
| 51 |
```
|
| 52 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 53 |
```
|
|
@@ -62,7 +62,7 @@ The model was trained with the parameters:
|
|
| 62 |
Parameters of the fit()-Method:
|
| 63 |
```
|
| 64 |
{
|
| 65 |
-
"epochs":
|
| 66 |
"evaluation_steps": 0,
|
| 67 |
"evaluator": "NoneType",
|
| 68 |
"max_grad_norm": 1,
|
|
@@ -72,7 +72,7 @@ Parameters of the fit()-Method:
|
|
| 72 |
},
|
| 73 |
"scheduler": "WarmupLinear",
|
| 74 |
"steps_per_epoch": null,
|
| 75 |
-
"warmup_steps":
|
| 76 |
"weight_decay": 0.01
|
| 77 |
}
|
| 78 |
```
|
|
|
|
| 47 |
|
| 48 |
**DataLoader**:
|
| 49 |
|
| 50 |
+
`torch.utils.data.dataloader.DataLoader` of length 2334 with parameters:
|
| 51 |
```
|
| 52 |
{'batch_size': 16, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 53 |
```
|
|
|
|
| 62 |
Parameters of the fit()-Method:
|
| 63 |
```
|
| 64 |
{
|
| 65 |
+
"epochs": 15,
|
| 66 |
"evaluation_steps": 0,
|
| 67 |
"evaluator": "NoneType",
|
| 68 |
"max_grad_norm": 1,
|
|
|
|
| 72 |
},
|
| 73 |
"scheduler": "WarmupLinear",
|
| 74 |
"steps_per_epoch": null,
|
| 75 |
+
"warmup_steps": 233,
|
| 76 |
"weight_decay": 0.01
|
| 77 |
}
|
| 78 |
```
|
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:c2370dd8c1cb7a9e6bb444e5a5b75c25e74ddbd9ad13097cc1e87f8859d5c529
|
| 3 |
size 90864192
|