Upload folder using huggingface_hub
Browse files- README.md +2 -2
- eval/similarity_evaluation_results.csv +3 -5
- 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': 64, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 53 |
```
|
|
@@ -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 7646 with parameters:
|
| 51 |
```
|
| 52 |
{'batch_size': 64, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
| 53 |
```
|
|
|
|
| 72 |
},
|
| 73 |
"scheduler": "WarmupLinear",
|
| 74 |
"steps_per_epoch": null,
|
| 75 |
+
"warmup_steps": 2293,
|
| 76 |
"weight_decay": 0.01
|
| 77 |
}
|
| 78 |
```
|
eval/similarity_evaluation_results.csv
CHANGED
|
@@ -1,6 +1,4 @@
|
|
| 1 |
epoch,steps,cosine_pearson,cosine_spearman,euclidean_pearson,euclidean_spearman,manhattan_pearson,manhattan_spearman,dot_pearson,dot_spearman
|
| 2 |
-
0,-1,0.
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
1,-1,0.9761518346341143,0.8549559179956265,0.9906806237411803,0.8549559460051569,0.9889860014236382,0.8549559601590501,0.9761518359215572,0.8549559338881508
|
| 6 |
-
2,-1,0.9759048293052708,0.854955916669824,0.9906868519582167,0.8549559575894274,0.9887232402804893,0.8549559545227572,0.9759048301997637,0.854955983936347
|
|
|
|
| 1 |
epoch,steps,cosine_pearson,cosine_spearman,euclidean_pearson,euclidean_spearman,manhattan_pearson,manhattan_spearman,dot_pearson,dot_spearman
|
| 2 |
+
0,-1,0.9749925943812007,0.8619584626591175,0.9925384921146552,0.8619584625905025,0.9930629542066506,0.8619584625908061,0.9749925953574066,0.8619584626685356
|
| 3 |
+
1,-1,0.9915532726746773,0.8619584638503037,0.9978165198163205,0.8619584625920109,0.9980276017766245,0.8619584625923131,0.9915532725413333,0.8619584642247863
|
| 4 |
+
2,-1,0.9933345820633205,0.8619584658345576,0.9983728129896152,0.8619584625924019,0.9983431072471841,0.8619584625943284,0.9933345817303594,0.8619584669014452
|
|
|
|
|
|
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:62d3582cd9939b61253bec554a41d13232cd4dce5ec41c25a3320c9056a26b7b
|
| 3 |
size 90864192
|