Add new SentenceTransformer model
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ tags:
|
|
| 13 |
- reranking
|
| 14 |
- generated_from_trainer
|
| 15 |
- dataset_size:483820
|
| 16 |
-
- loss:
|
| 17 |
base_model: Alibaba-NLP/gte-modernbert-base
|
| 18 |
widget:
|
| 19 |
- source_sentence: 'See Precambrian time scale # Proposed Geologic timeline for another
|
|
@@ -244,12 +244,11 @@ You can finetune this model on your own dataset.
|
|
| 244 |
| <code>The newer Punts are still very much in existence today and race in the same fleets as the older boats .</code> | <code>The newer punts are still very much in existence today and run in the same fleets as the older boats .</code> | <code>1</code> |
|
| 245 |
| <code>After losing his second election , he resigned as opposition leader and was replaced by Geoff Pearsall .</code> | <code>Max Bingham resigned as opposition leader after losing his second election , and was replaced by Geoff Pearsall .</code> | <code>1</code> |
|
| 246 |
| <code>The 12F was officially homologated on August 21 , 1929 and exhibited at the Paris Salon in 1930 .</code> | <code>The 12F was officially homologated on 21 August 1929 and displayed at the 1930 Paris Salon .</code> | <code>1</code> |
|
| 247 |
-
* Loss: [<code>
|
| 248 |
```json
|
| 249 |
{
|
| 250 |
"scale": 20.0,
|
| 251 |
"similarity_fct": "cos_sim",
|
| 252 |
-
"mini_batch_size": 64,
|
| 253 |
"gather_across_devices": false
|
| 254 |
}
|
| 255 |
```
|
|
@@ -272,12 +271,11 @@ You can finetune this model on your own dataset.
|
|
| 272 |
| <code>The newer Punts are still very much in existence today and race in the same fleets as the older boats .</code> | <code>The newer punts are still very much in existence today and run in the same fleets as the older boats .</code> | <code>1</code> |
|
| 273 |
| <code>After losing his second election , he resigned as opposition leader and was replaced by Geoff Pearsall .</code> | <code>Max Bingham resigned as opposition leader after losing his second election , and was replaced by Geoff Pearsall .</code> | <code>1</code> |
|
| 274 |
| <code>The 12F was officially homologated on August 21 , 1929 and exhibited at the Paris Salon in 1930 .</code> | <code>The 12F was officially homologated on 21 August 1929 and displayed at the 1930 Paris Salon .</code> | <code>1</code> |
|
| 275 |
-
* Loss: [<code>
|
| 276 |
```json
|
| 277 |
{
|
| 278 |
"scale": 20.0,
|
| 279 |
"similarity_fct": "cos_sim",
|
| 280 |
-
"mini_batch_size": 64,
|
| 281 |
"gather_across_devices": false
|
| 282 |
}
|
| 283 |
```
|
|
|
|
| 13 |
- reranking
|
| 14 |
- generated_from_trainer
|
| 15 |
- dataset_size:483820
|
| 16 |
+
- loss:MultipleNegativesSymmetricRankingLoss
|
| 17 |
base_model: Alibaba-NLP/gte-modernbert-base
|
| 18 |
widget:
|
| 19 |
- source_sentence: 'See Precambrian time scale # Proposed Geologic timeline for another
|
|
|
|
| 244 |
| <code>The newer Punts are still very much in existence today and race in the same fleets as the older boats .</code> | <code>The newer punts are still very much in existence today and run in the same fleets as the older boats .</code> | <code>1</code> |
|
| 245 |
| <code>After losing his second election , he resigned as opposition leader and was replaced by Geoff Pearsall .</code> | <code>Max Bingham resigned as opposition leader after losing his second election , and was replaced by Geoff Pearsall .</code> | <code>1</code> |
|
| 246 |
| <code>The 12F was officially homologated on August 21 , 1929 and exhibited at the Paris Salon in 1930 .</code> | <code>The 12F was officially homologated on 21 August 1929 and displayed at the 1930 Paris Salon .</code> | <code>1</code> |
|
| 247 |
+
* Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
|
| 248 |
```json
|
| 249 |
{
|
| 250 |
"scale": 20.0,
|
| 251 |
"similarity_fct": "cos_sim",
|
|
|
|
| 252 |
"gather_across_devices": false
|
| 253 |
}
|
| 254 |
```
|
|
|
|
| 271 |
| <code>The newer Punts are still very much in existence today and race in the same fleets as the older boats .</code> | <code>The newer punts are still very much in existence today and run in the same fleets as the older boats .</code> | <code>1</code> |
|
| 272 |
| <code>After losing his second election , he resigned as opposition leader and was replaced by Geoff Pearsall .</code> | <code>Max Bingham resigned as opposition leader after losing his second election , and was replaced by Geoff Pearsall .</code> | <code>1</code> |
|
| 273 |
| <code>The 12F was officially homologated on August 21 , 1929 and exhibited at the Paris Salon in 1930 .</code> | <code>The 12F was officially homologated on 21 August 1929 and displayed at the 1930 Paris Salon .</code> | <code>1</code> |
|
| 274 |
+
* Loss: [<code>MultipleNegativesSymmetricRankingLoss</code>](https://sbert.net/docs/package_reference/sentence_transformer/losses.html#multiplenegativessymmetricrankingloss) with these parameters:
|
| 275 |
```json
|
| 276 |
{
|
| 277 |
"scale": 20.0,
|
| 278 |
"similarity_fct": "cos_sim",
|
|
|
|
| 279 |
"gather_across_devices": false
|
| 280 |
}
|
| 281 |
```
|