Upload folder using huggingface_hub
Browse files- README.md +3 -3
- epoch_losses.json +1 -0
- eval/binary_classification_evaluation_results.csv +18 -6
- model.safetensors +1 -1
README.md
CHANGED
@@ -100,17 +100,17 @@ The model was trained with the parameters:
|
|
100 |
Parameters of the fit()-Method:
|
101 |
```
|
102 |
{
|
103 |
-
"epochs":
|
104 |
"evaluation_steps": 500,
|
105 |
"evaluator": "sentence_transformers.evaluation.BinaryClassificationEvaluator.BinaryClassificationEvaluator",
|
106 |
"max_grad_norm": 1,
|
107 |
"optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
|
108 |
"optimizer_params": {
|
109 |
-
"lr":
|
110 |
},
|
111 |
"scheduler": "WarmupLinear",
|
112 |
"steps_per_epoch": null,
|
113 |
-
"warmup_steps":
|
114 |
"weight_decay": 0.01
|
115 |
}
|
116 |
```
|
|
|
100 |
Parameters of the fit()-Method:
|
101 |
```
|
102 |
{
|
103 |
+
"epochs": 3,
|
104 |
"evaluation_steps": 500,
|
105 |
"evaluator": "sentence_transformers.evaluation.BinaryClassificationEvaluator.BinaryClassificationEvaluator",
|
106 |
"max_grad_norm": 1,
|
107 |
"optimizer_class": "<class 'torch.optim.adamw.AdamW'>",
|
108 |
"optimizer_params": {
|
109 |
+
"lr": 3e-05
|
110 |
},
|
111 |
"scheduler": "WarmupLinear",
|
112 |
"steps_per_epoch": null,
|
113 |
+
"warmup_steps": 50,
|
114 |
"weight_decay": 0.01
|
115 |
}
|
116 |
```
|
epoch_losses.json
ADDED
@@ -0,0 +1 @@
|
|
|
|
|
1 |
+
{"log_history": [{"epoch": 0, "loss": 0.5388765256030469}, {"epoch": 1, "loss": 0.12813068224318733}, {"epoch": 2, "loss": 0.03101874697586693}]}
|
eval/binary_classification_evaluation_results.csv
CHANGED
@@ -1,7 +1,19 @@
|
|
1 |
epoch,steps,cossim_accuracy,cossim_accuracy_threshold,cossim_f1,cossim_precision,cossim_recall,cossim_f1_threshold,cossim_ap,manhattan_accuracy,manhattan_accuracy_threshold,manhattan_f1,manhattan_precision,manhattan_recall,manhattan_f1_threshold,manhattan_ap,euclidean_accuracy,euclidean_accuracy_threshold,euclidean_f1,euclidean_precision,euclidean_recall,euclidean_f1_threshold,euclidean_ap,dot_accuracy,dot_accuracy_threshold,dot_f1,dot_precision,dot_recall,dot_f1_threshold,dot_ap
|
2 |
-
0,500,0.
|
3 |
-
0,1000,0.
|
4 |
-
0,-1,0.
|
5 |
-
1,500,0.
|
6 |
-
1,1000,0.
|
7 |
-
1,-1,0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
epoch,steps,cossim_accuracy,cossim_accuracy_threshold,cossim_f1,cossim_precision,cossim_recall,cossim_f1_threshold,cossim_ap,manhattan_accuracy,manhattan_accuracy_threshold,manhattan_f1,manhattan_precision,manhattan_recall,manhattan_f1_threshold,manhattan_ap,euclidean_accuracy,euclidean_accuracy_threshold,euclidean_f1,euclidean_precision,euclidean_recall,euclidean_f1_threshold,euclidean_ap,dot_accuracy,dot_accuracy_threshold,dot_f1,dot_precision,dot_recall,dot_f1_threshold,dot_ap
|
2 |
+
0,500,0.9139886578449905,0.5327680110931396,0.912751677852349,0.9171483622350675,0.9083969465648855,0.5193415880203247,0.9691244711260464,0.9272211720226843,334.9349670410156,0.9258902791145333,0.9339805825242719,0.9179389312977099,334.9349670410156,0.9739827690375712,0.9243856332703214,15.76083755493164,0.9232245681381958,0.9285714285714286,0.9179389312977099,15.78884506225586,0.9737179707317098,0.9017013232514177,135.6700439453125,0.9011406844106464,0.8977272727272727,0.9045801526717557,131.28512573242188,0.9569864641374823
|
3 |
+
0,1000,0.9196597353497165,0.46236172318458557,0.9210770659238626,0.8969258589511754,0.9465648854961832,0.46236172318458557,0.9747940104019277,0.9310018903591682,351.4898681640625,0.9319664492078285,0.9107468123861566,0.9541984732824428,351.4898681640625,0.9788606499806835,0.9291115311909263,16.79086685180664,0.930102516309413,0.9089253187613844,0.9522900763358778,16.79086685180664,0.9788817554978844,0.9092627599243857,122.69737243652344,0.9109461966604824,0.8862815884476535,0.9370229007633588,122.69737243652344,0.9622175232661093
|
4 |
+
0,-1,0.9300567107750473,0.5038857460021973,0.9291187739463601,0.9326923076923077,0.9255725190839694,0.5038857460021973,0.9754862924438938,0.9338374291115312,348.4019775390625,0.9334600760456274,0.9299242424242424,0.9370229007633588,348.4019775390625,0.9791759094708122,0.9328922495274102,16.155244827270508,0.932573599240266,0.9281663516068053,0.9370229007633588,16.7366943359375,0.9790196156439764,0.9234404536862004,134.9013671875,0.922488038277512,0.9251439539347409,0.9198473282442748,132.73831176757812,0.9651368252026871
|
5 |
+
1,500,0.9489603024574669,0.45818623900413513,0.9489603024574669,0.9400749063670412,0.9580152671755725,0.45818623900413513,0.9859056775345874,0.9508506616257089,358.8306579589844,0.9509433962264152,0.9402985074626866,0.9618320610687023,358.8306579589844,0.9874254017930507,0.9508506616257089,17.3973388671875,0.9508506616257089,0.9419475655430711,0.9599236641221374,17.3973388671875,0.98684537309506,0.94234404536862,120.67337036132812,0.9429373246024323,0.9247706422018349,0.9618320610687023,120.67337036132812,0.982607285339881
|
6 |
+
1,1000,0.9489603024574669,0.4285770356655121,0.9499072356215214,0.924187725631769,0.9770992366412213,0.4230271875858307,0.9864061413203038,0.9555765595463138,363.5040588378906,0.9561157796451913,0.9360146252285192,0.9770992366412213,363.74591064453125,0.9879155994616543,0.9517958412098299,18.22323226928711,0.9526462395543176,0.9276672694394213,0.9790076335877863,18.22323226928711,0.9871251458011338,0.946124763705104,116.66407775878906,0.9473684210526316,0.9177101967799642,0.9790076335877863,116.66407775878906,0.9847010033078204
|
7 |
+
1,-1,0.9338374291115312,0.5179433822631836,0.9340761374187558,0.9095840867992767,0.9599236641221374,0.4102266728878021,0.9805702041081411,0.943289224952741,346.9501037597656,0.9420849420849421,0.953125,0.9312977099236641,346.9501037597656,0.9832291477842401,0.94234404536862,16.971067428588867,0.941062801932367,0.9530332681017613,0.9293893129770993,16.971067428588867,0.982109504404427,0.9291115311909263,120.27098083496094,0.9302325581395349,0.9074410163339383,0.9541984732824428,120.27098083496094,0.9752185189985915
|
8 |
+
2,500,0.946124763705104,0.4472900927066803,0.9466791393826005,0.9284403669724771,0.9656488549618321,0.4472900927066803,0.9851988215299875,0.9517958412098299,370.6256103515625,0.9525581395348838,0.9292196007259528,0.9770992366412213,370.6256103515625,0.9874184333642654,0.9489603024574669,17.997215270996094,0.9495327102803738,0.9304029304029304,0.9694656488549618,17.997215270996094,0.986414146377066,0.941398865784499,122.13716888427734,0.9425925925925925,0.9154676258992805,0.9713740458015268,122.13716888427734,0.9810813846889679
|
9 |
+
2,1000,0.941398865784499,0.45124977827072144,0.9426987060998152,0.9139784946236559,0.9732824427480916,0.3987264037132263,0.9838200048557297,0.9499054820415879,375.93560791015625,0.9506057781919851,0.9289617486338798,0.9732824427480916,375.93560791015625,0.9866658298205714,0.944234404536862,17.79317855834961,0.9448082319925164,0.926605504587156,0.9637404580152672,18.335243225097656,0.9857783660176803,0.9376181474480151,121.34306335449219,0.9385474860335195,0.9163636363636364,0.9618320610687023,121.34306335449219,0.978450155304105
|
10 |
+
2,-1,0.9395085066162571,0.44938111305236816,0.9405204460966542,0.9166666666666666,0.9656488549618321,0.4185633957386017,0.9834471175765492,0.947069943289225,365.4439392089844,0.947565543071161,0.9301470588235294,0.9656488549618321,372.22711181640625,0.9864558153573383,0.945179584120983,17.730953216552734,0.9456928838951312,0.9283088235294118,0.9637404580152672,18.27212142944336,0.9856945452532916,0.9366729678638941,123.86473846435547,0.9375582479030755,0.9162112932604736,0.9599236641221374,123.86473846435547,0.9778184040455533
|
11 |
+
0,500,0.9338374291115312,0.5250334739685059,0.9340866290018832,0.9219330855018587,0.9465648854961832,0.5250334739685059,0.9732142725939457,0.9385633270321361,333.4927062988281,0.9390815370196813,0.9226519337016574,0.9561068702290076,333.4927062988281,0.9744428783030504,0.9366729678638941,15.701974868774414,0.9370892018779342,0.922365988909427,0.9522900763358778,15.701974868774414,0.9746500737891668,0.9281663516068053,130.0513916015625,0.9300184162062617,0.8985765124555161,0.9637404580152672,125.90725708007812,0.9684765003660116
|
12 |
+
0,1000,0.9395085066162571,0.5280541181564331,0.9386973180076628,0.9423076923076923,0.9351145038167938,0.5222568511962891,0.9796839056844691,0.94234404536862,328.65899658203125,0.9411764705882353,0.9512670565302144,0.9312977099236641,328.65899658203125,0.9815740593281026,0.94234404536862,15.891551971435547,0.9415148609779482,0.9460500963391136,0.9370229007633588,15.891551971435547,0.9811033429259763,0.9319470699432892,143.51864624023438,0.9308411214953272,0.9120879120879121,0.950381679389313,121.74247741699219,0.9743083464575474
|
13 |
+
0,-1,0.9347826086956522,0.46000826358795166,0.9353327085285847,0.9189686924493554,0.9522900763358778,0.4536523222923279,0.9819171781380616,0.9385633270321361,342.0965576171875,0.9385052034058657,0.9305816135084428,0.9465648854961832,356.5414123535156,0.9837267691732415,0.9357277882797732,16.849761962890625,0.9364485981308412,0.9175824175824175,0.9561068702290076,17.594642639160156,0.9827699887437784,0.9310018903591682,134.3456573486328,0.9318394024276376,0.9122486288848263,0.9522900763358778,127.407470703125,0.978091835190343
|
14 |
+
1,500,0.9376181474480151,0.4782988131046295,0.9382022471910112,0.9209558823529411,0.9561068702290076,0.4454059600830078,0.9808212900595231,0.941398865784499,356.6046142578125,0.9415094339622642,0.9309701492537313,0.9522900763358778,356.6046142578125,0.982669288441046,0.94234404536862,17.363807678222656,0.942507068803016,0.931098696461825,0.9541984732824428,17.363807678222656,0.9823770236942184,0.9347826086956522,137.73800659179688,0.9343339587242026,0.9188191881918819,0.950381679389313,125.02140808105469,0.9763966930155765
|
15 |
+
1,1000,0.9480151228733459,0.4041728377342224,0.9483568075117371,0.933456561922366,0.9637404580152672,0.4041728377342224,0.9868403564743544,0.9499054820415879,352.6519775390625,0.9489894128970163,0.9572815533980582,0.9408396946564885,352.6519775390625,0.9879505159034607,0.9489603024574669,16.948942184448242,0.948076923076923,0.9554263565891473,0.9408396946564885,16.948942184448242,0.9871589674581744,0.946124763705104,115.52202606201172,0.9465791940018745,0.9300184162062615,0.9637404580152672,114.67835235595703,0.9851777459790522
|
16 |
+
1,-1,0.941398865784499,0.4388040006160736,0.9412878787878788,0.9342105263157895,0.9484732824427481,0.4388040006160736,0.982942215091302,0.946124763705104,363.0418701171875,0.9457659372026642,0.9430740037950665,0.9484732824427481,363.0418701171875,0.9845017147812077,0.946124763705104,17.26900863647461,0.9452449567723343,0.9516441005802708,0.9389312977099237,17.26900863647461,0.9835346020281007,0.9366729678638941,136.67520141601562,0.9352380952380954,0.9334600760456274,0.9370229007633588,126.28244018554688,0.9804198064429567
|
17 |
+
2,500,0.9357277882797732,0.4162040650844574,0.9364485981308412,0.9175824175824175,0.9561068702290076,0.4162040650844574,0.9816028152598857,0.943289224952741,359.39935302734375,0.9432892249527409,0.9344569288389513,0.9522900763358778,366.20513916015625,0.9843249239505492,0.943289224952741,18.00238609313965,0.9433962264150944,0.9328358208955224,0.9541984732824428,18.00238609313965,0.983457624854314,0.9300567107750473,117.53192138671875,0.9309701492537313,0.9105839416058394,0.9522900763358778,117.53192138671875,0.9761861135898846
|
18 |
+
2,1000,0.946124763705104,0.46251416206359863,0.9454545454545454,0.9481765834932822,0.9427480916030534,0.46251416206359863,0.9848321567078386,0.9527410207939508,361.7401428222656,0.9523809523809524,0.9505703422053232,0.9541984732824428,362.3540344238281,0.9869686204172908,0.9508506616257089,17.67203140258789,0.9502868068833653,0.9521072796934866,0.9484732824427481,17.67203140258789,0.9858054262732319,0.943289224952741,131.18190002441406,0.9428571428571428,0.94106463878327,0.9446564885496184,130.4547576904297,0.9817223142210699
|
19 |
+
2,-1,0.9499054820415879,0.4443528354167938,0.9495718363463369,0.9468690702087287,0.9522900763358778,0.4443528354167938,0.986007935496988,0.9555765595463138,360.6739501953125,0.9551954242135368,0.9542857142857143,0.9561068702290076,360.6739501953125,0.9878559348897031,0.9527410207939508,17.80718994140625,0.9522900763358778,0.9522900763358778,0.9522900763358778,17.80718994140625,0.9866269404603998,0.946124763705104,132.69842529296875,0.9457659372026642,0.9430740037950665,0.9484732824427481,131.547607421875,0.9832851111633869
|
model.safetensors
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
size 737403752
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2b8284e76750b8876e84c8b03433242acaab1aaafb4b2dd35dfcee111c066444
|
3 |
size 737403752
|