Add new SentenceTransformer model.
Browse files- README.md +2 -2
- 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': 128, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
92 |
```
|
@@ -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 45 with parameters:
|
90 |
```
|
91 |
{'batch_size': 128, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
92 |
```
|
|
|
111 |
},
|
112 |
"scheduler": "WarmupLinear",
|
113 |
"steps_per_epoch": null,
|
114 |
+
"warmup_steps": 45,
|
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 540015464
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b29a69d035ccd6e593eea9c623e6929e589ab49881bdbf59116c648167b2df9d
|
3 |
size 540015464
|