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': 16, '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 6745 with parameters:
|
90 |
```
|
91 |
{'batch_size': 16, '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": 6745,
|
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:9f32160d7ad67f96738633eb7fc89da8d9854f273f8031f33352b1c84ff607f1
|
3 |
size 409092920
|