Upload folder using huggingface_hub
Browse files- README.md +5 -5
- eval/triplet_evaluation_results_results.csv +6 -0
- model.safetensors +1 -1
README.md
CHANGED
@@ -46,7 +46,7 @@ The model was trained with the parameters:
|
|
46 |
|
47 |
**DataLoader**:
|
48 |
|
49 |
-
`torch.utils.data.dataloader.DataLoader` of length
|
50 |
```
|
51 |
{'batch_size': 10, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
52 |
```
|
@@ -62,16 +62,16 @@ Parameters of the fit()-Method:
|
|
62 |
```
|
63 |
{
|
64 |
"epochs": 1,
|
65 |
-
"evaluation_steps":
|
66 |
-
"evaluator": "
|
67 |
"max_grad_norm": 1,
|
68 |
"optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
|
69 |
"optimizer_params": {
|
70 |
-
"lr":
|
71 |
},
|
72 |
"scheduler": "warmuplinear",
|
73 |
"steps_per_epoch": null,
|
74 |
-
"warmup_steps":
|
75 |
"weight_decay": 0.01
|
76 |
}
|
77 |
```
|
|
|
46 |
|
47 |
**DataLoader**:
|
48 |
|
49 |
+
`torch.utils.data.dataloader.DataLoader` of length 1344 with parameters:
|
50 |
```
|
51 |
{'batch_size': 10, 'sampler': 'torch.utils.data.sampler.RandomSampler', 'batch_sampler': 'torch.utils.data.sampler.BatchSampler'}
|
52 |
```
|
|
|
62 |
```
|
63 |
{
|
64 |
"epochs": 1,
|
65 |
+
"evaluation_steps": 500,
|
66 |
+
"evaluator": "sentence_transformers.evaluation.TripletEvaluator.TripletEvaluator",
|
67 |
"max_grad_norm": 1,
|
68 |
"optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
|
69 |
"optimizer_params": {
|
70 |
+
"lr": 0.0001
|
71 |
},
|
72 |
"scheduler": "warmuplinear",
|
73 |
"steps_per_epoch": null,
|
74 |
+
"warmup_steps": 134,
|
75 |
"weight_decay": 0.01
|
76 |
}
|
77 |
```
|
eval/triplet_evaluation_results_results.csv
CHANGED
@@ -17,3 +17,9 @@ epoch,steps,accuracy_cosinus,accuracy_manhattan,accuracy_euclidean
|
|
17 |
0,10,0.85,0.8222222222222222,0.85
|
18 |
0,20,0.8333333333333334,0.8277777777777777,0.8333333333333334
|
19 |
0,-1,0.85,0.8277777777777777,0.85
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
0,10,0.85,0.8222222222222222,0.85
|
18 |
0,20,0.8333333333333334,0.8277777777777777,0.8333333333333334
|
19 |
0,-1,0.85,0.8277777777777777,0.85
|
20 |
+
0,200,0.7060409924487594,0.6948939230492629,0.7060409924487594
|
21 |
+
0,400,0.7107155699388709,0.7090974469615247,0.7103559870550162
|
22 |
+
0,600,0.6432937792161093,0.6440129449838188,0.6429341963322546
|
23 |
+
0,500,0.5976267529665588,0.5961884214311399,0.5976267529665588
|
24 |
+
0,1000,0.7274361740381158,0.6891405969075872,0.7274361740381158
|
25 |
+
0,-1,0.7215030564545127,0.7081984897518878,0.7209636821287306
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 437967672
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:038c0bc46c9ec269dd7e78a46f3baf14423d3dc4d654833472c51d7132e77f13
|
3 |
size 437967672
|