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