parlange commited on
Commit
2848dcd
·
verified ·
1 Parent(s): c5cd805

Upload DeiT3 model from experiment b1

Browse files
This view is limited to 50 files because it contains too many changes.   See raw diff
Files changed (50) hide show
  1. .gitattributes +2 -0
  2. README.md +161 -0
  3. config.json +76 -0
  4. confusion_matrices/DeiT3_Confusion_Matrix_a.png +0 -0
  5. confusion_matrices/DeiT3_Confusion_Matrix_b.png +0 -0
  6. confusion_matrices/DeiT3_Confusion_Matrix_c.png +0 -0
  7. confusion_matrices/DeiT3_Confusion_Matrix_d.png +0 -0
  8. confusion_matrices/DeiT3_Confusion_Matrix_e.png +0 -0
  9. confusion_matrices/DeiT3_Confusion_Matrix_f.png +0 -0
  10. confusion_matrices/DeiT3_Confusion_Matrix_g.png +0 -0
  11. confusion_matrices/DeiT3_Confusion_Matrix_h.png +0 -0
  12. confusion_matrices/DeiT3_Confusion_Matrix_i.png +0 -0
  13. confusion_matrices/DeiT3_Confusion_Matrix_j.png +0 -0
  14. confusion_matrices/DeiT3_Confusion_Matrix_k.png +0 -0
  15. confusion_matrices/DeiT3_Confusion_Matrix_l.png +0 -0
  16. deit3-gravit-b1.pth +3 -0
  17. evaluation_results.csv +133 -0
  18. model.safetensors +3 -0
  19. pytorch_model.bin +3 -0
  20. roc_confusion_matrix/DeiT3_roc_confusion_matrix_a.png +0 -0
  21. roc_confusion_matrix/DeiT3_roc_confusion_matrix_b.png +0 -0
  22. roc_confusion_matrix/DeiT3_roc_confusion_matrix_c.png +0 -0
  23. roc_confusion_matrix/DeiT3_roc_confusion_matrix_d.png +0 -0
  24. roc_confusion_matrix/DeiT3_roc_confusion_matrix_e.png +0 -0
  25. roc_confusion_matrix/DeiT3_roc_confusion_matrix_f.png +0 -0
  26. roc_confusion_matrix/DeiT3_roc_confusion_matrix_g.png +0 -0
  27. roc_confusion_matrix/DeiT3_roc_confusion_matrix_h.png +0 -0
  28. roc_confusion_matrix/DeiT3_roc_confusion_matrix_i.png +0 -0
  29. roc_confusion_matrix/DeiT3_roc_confusion_matrix_j.png +0 -0
  30. roc_confusion_matrix/DeiT3_roc_confusion_matrix_k.png +0 -0
  31. roc_confusion_matrix/DeiT3_roc_confusion_matrix_l.png +0 -0
  32. roc_curves/DeiT3_ROC_a.png +0 -0
  33. roc_curves/DeiT3_ROC_b.png +0 -0
  34. roc_curves/DeiT3_ROC_c.png +0 -0
  35. roc_curves/DeiT3_ROC_d.png +0 -0
  36. roc_curves/DeiT3_ROC_e.png +0 -0
  37. roc_curves/DeiT3_ROC_f.png +0 -0
  38. roc_curves/DeiT3_ROC_g.png +0 -0
  39. roc_curves/DeiT3_ROC_h.png +0 -0
  40. roc_curves/DeiT3_ROC_i.png +0 -0
  41. roc_curves/DeiT3_ROC_j.png +0 -0
  42. roc_curves/DeiT3_ROC_k.png +0 -0
  43. roc_curves/DeiT3_ROC_l.png +0 -0
  44. training_curves/DeiT3_accuracy.png +0 -0
  45. training_curves/DeiT3_auc.png +0 -0
  46. training_curves/DeiT3_combined_metrics.png +3 -0
  47. training_curves/DeiT3_f1.png +0 -0
  48. training_curves/DeiT3_loss.png +0 -0
  49. training_curves/DeiT3_metrics.csv +101 -0
  50. training_metrics.csv +101 -0
.gitattributes CHANGED
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
 
 
 
33
  *.zip filter=lfs diff=lfs merge=lfs -text
34
  *.zst filter=lfs diff=lfs merge=lfs -text
35
  *tfevents* filter=lfs diff=lfs merge=lfs -text
36
+ training_curves/DeiT3_combined_metrics.png filter=lfs diff=lfs merge=lfs -text
37
+ training_notebook_b1.ipynb filter=lfs diff=lfs merge=lfs -text
README.md ADDED
@@ -0,0 +1,161 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - vision-transformer
5
+ - image-classification
6
+ - pytorch
7
+ - timm
8
+ - deit3
9
+ - gravitational-lensing
10
+ - strong-lensing
11
+ - astronomy
12
+ - astrophysics
13
+ datasets:
14
+ - J24
15
+ metrics:
16
+ - accuracy
17
+ - auc
18
+ - f1
19
+ model-index:
20
+ - name: DeiT3-b1
21
+ results:
22
+ - task:
23
+ type: image-classification
24
+ name: Strong Gravitational Lens Discovery
25
+ dataset:
26
+ type: common-test-sample
27
+ name: Common Test Sample (More et al. 2024)
28
+ metrics:
29
+ - type: accuracy
30
+ value: 0.7343
31
+ name: Average Accuracy
32
+ - type: auc
33
+ value: 0.6294
34
+ name: Average AUC-ROC
35
+ - type: f1
36
+ value: 0.3060
37
+ name: Average F1-Score
38
+ ---
39
+
40
+ # 🌌 deit3-gravit-b1
41
+
42
+ 🔭 This model is part of **GraViT**: Transfer Learning with Vision Transformers and MLP-Mixer for Strong Gravitational Lens Discovery
43
+
44
+ 🔗 **GitHub Repository**: [https://github.com/parlange/gravit](https://github.com/parlange/gravit)
45
+
46
+ ## 🛰️ Model Details
47
+
48
+ - **🤖 Model Type**: DeiT3
49
+ - **🧪 Experiment**: B1 - J24-classification-head
50
+ - **🌌 Dataset**: J24
51
+ - **🪐 Fine-tuning Strategy**: classification-head
52
+
53
+
54
+
55
+ ## 💻 Quick Start
56
+
57
+ ```python
58
+ import torch
59
+ import timm
60
+
61
+ # Load the model directly from the Hub
62
+ model = timm.create_model(
63
+ 'hf-hub:parlange/deit3-gravit-b1',
64
+ pretrained=True
65
+ )
66
+ model.eval()
67
+
68
+ # Example inference
69
+ dummy_input = torch.randn(1, 3, 224, 224)
70
+ with torch.no_grad():
71
+ output = model(dummy_input)
72
+ predictions = torch.softmax(output, dim=1)
73
+ print(f"Lens probability: {predictions[0][1]:.4f}")
74
+ ```
75
+
76
+ ## ⚡️ Training Configuration
77
+
78
+ **Training Dataset:** J24 (Jaelani et al. 2024)
79
+ **Fine-tuning Strategy:** classification-head
80
+
81
+
82
+ | 🔧 Parameter | 📝 Value |
83
+ |--------------|----------|
84
+ | Batch Size | 192 |
85
+ | Learning Rate | AdamW with ReduceLROnPlateau |
86
+ | Epochs | 100 |
87
+ | Patience | 10 |
88
+ | Optimizer | AdamW |
89
+ | Scheduler | ReduceLROnPlateau |
90
+ | Image Size | 224x224 |
91
+ | Fine Tune Mode | classification_head |
92
+ | Stochastic Depth Probability | 0.1 |
93
+
94
+
95
+ ## 📈 Training Curves
96
+
97
+ ![Combined Training Metrics](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/training_curves/DeiT3_combined_metrics.png)
98
+
99
+
100
+ ## 🏁 Final Epoch Training Metrics
101
+
102
+ | Metric | Training | Validation |
103
+ |:---------:|:-----------:|:-------------:|
104
+ | 📉 Loss | 0.2381 | 0.2283 |
105
+ | 🎯 Accuracy | 0.9057 | 0.9051 |
106
+ | 📊 AUC-ROC | 0.9642 | 0.9673 |
107
+ | ⚖️ F1 Score | 0.9039 | 0.9044 |
108
+
109
+
110
+ ## ☑️ Evaluation Results
111
+
112
+ ### ROC Curves and Confusion Matrices
113
+
114
+ Performance across all test datasets (a through l) in the Common Test Sample (More et al. 2024):
115
+
116
+ ![ROC + Confusion Matrix - Dataset A](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_a.png)
117
+ ![ROC + Confusion Matrix - Dataset B](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_b.png)
118
+ ![ROC + Confusion Matrix - Dataset C](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_c.png)
119
+ ![ROC + Confusion Matrix - Dataset D](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_d.png)
120
+ ![ROC + Confusion Matrix - Dataset E](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_e.png)
121
+ ![ROC + Confusion Matrix - Dataset F](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_f.png)
122
+ ![ROC + Confusion Matrix - Dataset G](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_g.png)
123
+ ![ROC + Confusion Matrix - Dataset H](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_h.png)
124
+ ![ROC + Confusion Matrix - Dataset I](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_i.png)
125
+ ![ROC + Confusion Matrix - Dataset J](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_j.png)
126
+ ![ROC + Confusion Matrix - Dataset K](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_k.png)
127
+ ![ROC + Confusion Matrix - Dataset L](https://huggingface.co/parlange/deit3-gravit-b1/resolve/main/roc_confusion_matrix/DeiT3_roc_confusion_matrix_l.png)
128
+
129
+ ### 📋 Performance Summary
130
+
131
+ Average performance across 12 test datasets from the Common Test Sample (More et al. 2024):
132
+
133
+ | Metric | Value |
134
+ |-----------|----------|
135
+ | 🎯 Average Accuracy | 0.7343 |
136
+ | 📈 Average AUC-ROC | 0.6294 |
137
+ | ⚖️ Average F1-Score | 0.3060 |
138
+
139
+
140
+ ## 📘 Citation
141
+
142
+ If you use this model in your research, please cite:
143
+
144
+ ```bibtex
145
+ @misc{parlange2025gravit,
146
+ title={GraViT: Transfer Learning with Vision Transformers and MLP-Mixer for Strong Gravitational Lens Discovery},
147
+ author={René Parlange and Juan C. Cuevas-Tello and Octavio Valenzuela and Omar de J. Cabrera-Rosas and Tomás Verdugo and Anupreeta More and Anton T. Jaelani},
148
+ year={2025},
149
+ eprint={2509.00226},
150
+ archivePrefix={arXiv},
151
+ primaryClass={cs.CV},
152
+ url={https://arxiv.org/abs/2509.00226},
153
+ }
154
+ ```
155
+
156
+ ---
157
+
158
+
159
+ ## Model Card Contact
160
+
161
+ For questions about this model, please contact the author through: https://github.com/parlange/
config.json ADDED
@@ -0,0 +1,76 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "architecture": "deit3_base_patch16_224",
3
+ "num_classes": 2,
4
+ "num_features": 1000,
5
+ "global_pool": "avg",
6
+ "crop_pct": 0.875,
7
+ "interpolation": "bicubic",
8
+ "mean": [
9
+ 0.485,
10
+ 0.456,
11
+ 0.406
12
+ ],
13
+ "std": [
14
+ 0.229,
15
+ 0.224,
16
+ 0.225
17
+ ],
18
+ "first_conv": "conv1",
19
+ "classifier": "fc",
20
+ "input_size": [
21
+ 3,
22
+ 224,
23
+ 224
24
+ ],
25
+ "pool_size": [
26
+ 7,
27
+ 7
28
+ ],
29
+ "pretrained_cfg": {
30
+ "tag": "gravit_b1",
31
+ "custom_load": false,
32
+ "input_size": [
33
+ 3,
34
+ 224,
35
+ 224
36
+ ],
37
+ "fixed_input_size": true,
38
+ "interpolation": "bicubic",
39
+ "crop_pct": 0.875,
40
+ "crop_mode": "center",
41
+ "mean": [
42
+ 0.485,
43
+ 0.456,
44
+ 0.406
45
+ ],
46
+ "std": [
47
+ 0.229,
48
+ 0.224,
49
+ 0.225
50
+ ],
51
+ "num_classes": 2,
52
+ "pool_size": [
53
+ 7,
54
+ 7
55
+ ],
56
+ "first_conv": "conv1",
57
+ "classifier": "fc"
58
+ },
59
+ "model_name": "deit3_gravit_b1",
60
+ "experiment": "b1",
61
+ "training_strategy": "classification-head",
62
+ "dataset": "J24",
63
+ "hyperparameters": {
64
+ "batch_size": "192",
65
+ "learning_rate": "AdamW with ReduceLROnPlateau",
66
+ "epochs": "100",
67
+ "patience": "10",
68
+ "optimizer": "AdamW",
69
+ "scheduler": "ReduceLROnPlateau",
70
+ "image_size": "224x224",
71
+ "fine_tune_mode": "classification_head",
72
+ "stochastic_depth_probability": "0.1"
73
+ },
74
+ "hf_hub_id": "parlange/deit3-gravit-b1",
75
+ "license": "apache-2.0"
76
+ }
confusion_matrices/DeiT3_Confusion_Matrix_a.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_b.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_c.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_d.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_e.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_f.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_g.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_h.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_i.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_j.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_k.png ADDED
confusion_matrices/DeiT3_Confusion_Matrix_l.png ADDED
deit3-gravit-b1.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312cf126d9584f1e77afde387b01f3b2c49eeea61958f54dbec5e9626858be12
3
+ size 343337390
evaluation_results.csv ADDED
@@ -0,0 +1,133 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ Model,Dataset,Loss,Accuracy,AUCROC,F1
2
+ ViT,a,0.6071771883394912,0.6972650110028293,0.630304788213628,0.16041848299912817
3
+ ViT,b,0.5153288846587805,0.7585664885256209,0.7058489871086556,0.19327731092436976
4
+ ViT,c,0.7054783390475984,0.6321911348632505,0.5800184162062615,0.1358936484490399
5
+ ViT,d,0.4042277384557577,0.8236403646651996,0.7250165745856354,0.24697986577181208
6
+ ViT,e,0.5327941425283707,0.7420417124039517,0.7240974797547869,0.43914081145584727
7
+ ViT,f,0.5265797158730187,0.7412284098830455,0.6639558097850381,0.05219858156028369
8
+ ViT,g,0.6893135578632354,0.6621666666666667,0.7476270555555556,0.6197711498780717
9
+ ViT,h,0.790124472618103,0.5951666666666666,0.625018,0.5763125763125763
10
+ ViT,i,0.6304114277362823,0.6966666666666667,0.7770440555555556,0.644808743169399
11
+ ViT,j,0.465672768831253,0.776,0.864817,0.7765214499501164
12
+ ViT,k,0.4067706377506256,0.8105,0.8964317777777777,0.8042018253831582
13
+ ViT,l,0.5734097661542007,0.7168843530220507,0.7773444022320638,0.6037596210775606
14
+ MLP-Mixer,a,0.46569699331935344,0.7956617415906948,0.6377578268876612,0.17091836734693877
15
+ MLP-Mixer,b,0.4452243679182891,0.8113800691606413,0.680889502762431,0.18256130790190736
16
+ MLP-Mixer,c,0.47408608185799006,0.7922037095253065,0.6053204419889502,0.16855345911949685
17
+ MLP-Mixer,d,0.42086313657886537,0.8296133291417793,0.628830570902394,0.19822485207100593
18
+ MLP-Mixer,e,0.5369727452879549,0.7694840834248079,0.669424052069931,0.38953488372093026
19
+ MLP-Mixer,f,0.4062789948943527,0.8290604910541399,0.6399901481253227,0.05724049551473729
20
+ MLP-Mixer,g,0.8928026676177978,0.5668333333333333,0.6760506666666667,0.4056711639606677
21
+ MLP-Mixer,h,0.9081041851043701,0.5566666666666666,0.5911980555555556,0.4000902119981958
22
+ MLP-Mixer,i,0.8798871593475341,0.5765,0.6166056111111111,0.4111239860950174
23
+ MLP-Mixer,j,0.46018748569488527,0.7815,0.874597,0.7684154742978272
24
+ MLP-Mixer,k,0.44727197551727294,0.7911666666666667,0.8744243888888887,0.7763698018918437
25
+ MLP-Mixer,l,0.5829932733619303,0.7279361218338534,0.7454255642147913,0.5488029465930019
26
+ CvT,a,0.7422070925208016,0.5998113800691607,0.3903342541436464,0.06876371616678859
27
+ CvT,b,0.5952609254949612,0.7066960075447972,0.4973591160220995,0.09152872444011685
28
+ CvT,c,0.723317504959712,0.6139578748821125,0.3812725598526704,0.07110438729198185
29
+ CvT,d,0.430008566209034,0.8365293932725558,0.5662173112338857,0.15309446254071662
30
+ CvT,e,0.6766743037101335,0.6871569703622393,0.5160750775751155,0.24802110817941952
31
+ CvT,f,0.5791996195594972,0.7131903028425374,0.4620804815700503,0.02475638662101659
32
+ CvT,g,1.034350182056427,0.45866666666666667,0.46588566666666664,0.25333333333333335
33
+ CvT,h,1.1022415161132812,0.4095,0.33246555555555557,0.23724434876210979
34
+ CvT,i,0.9467389023303986,0.5275,0.5413065,0.27990855981711965
35
+ CvT,j,0.6915355019569397,0.6251666666666666,0.6959060000000001,0.5795475789867265
36
+ CvT,k,0.6039242098331451,0.694,0.7733503333333334,0.6280388978930308
37
+ CvT,l,0.7708275838721139,0.5980117391994078,0.5461840780345415,0.3610690872415532
38
+ Swin,a,0.3745372065280601,0.8440741905061302,0.7235939226519337,0.2392638036809816
39
+ Swin,b,0.4118781376750692,0.8274127632819868,0.7413885819521178,0.22127659574468084
40
+ Swin,c,0.41712035007800596,0.8258409305249922,0.6833775322283611,0.21971830985915494
41
+ Swin,d,0.3414299682939776,0.867966048412449,0.7282725598526704,0.2708333333333333
42
+ Swin,e,0.47762388664856964,0.7881448957189902,0.7537349579959131,0.4469914040114613
43
+ Swin,f,0.34434392800953245,0.86058399814112,0.7211409512484105,0.07975460122699386
44
+ Swin,g,0.9412130119800568,0.562,0.687752,0.38367729831144465
45
+ Swin,h,0.9439922497272492,0.5611666666666667,0.600395,0.38322792223003044
46
+ Swin,i,0.9038637335300446,0.5835,0.6599881666666667,0.39564691656590084
47
+ Swin,j,0.41330916619300845,0.811,0.8991051666666667,0.8030566168808614
48
+ Swin,k,0.3759598867893219,0.8325,0.9137093333333334,0.8214602949014035
49
+ Swin,l,0.5501825281197098,0.7530537782243139,0.776428683903603,0.5787479704131336
50
+ CaiT,a,0.5068589627499177,0.7544797233574347,0.6288020257826887,0.1574973031283711
51
+ CaiT,b,0.43441846407422924,0.8022634391700723,0.7139318600368323,0.18838709677419355
52
+ CaiT,c,0.6128005658594627,0.675888085507702,0.5577274401473297,0.12404418011894647
53
+ CaiT,d,0.601496650358672,0.6966362779000315,0.5815893186003683,0.13141314131413143
54
+ CaiT,e,0.4804434718075489,0.7683863885839737,0.7282903201392568,0.40896358543417366
55
+ CaiT,f,0.4994646750235297,0.7533111300441484,0.6266931553341174,0.04383068147703392
56
+ CaiT,g,0.9582805759906768,0.5296666666666666,0.6336772222222222,0.33127962085308055
57
+ CaiT,h,1.052852813243866,0.46266666666666667,0.4407098888888889,0.30246646473388145
58
+ CaiT,i,1.0468598504066466,0.4736666666666667,0.4733858888888889,0.30684811237928006
59
+ CaiT,j,0.3563543026447296,0.8453333333333334,0.9224438888888887,0.8482172064115145
60
+ CaiT,k,0.44493358278274536,0.7893333333333333,0.8849772222222221,0.804031007751938
61
+ CaiT,l,0.634319533465761,0.6883824229284543,0.7108943442597637,0.5331537669333756
62
+ DeiT,a,0.4427877041630983,0.808236403646652,0.6191058931860037,0.18666666666666668
63
+ DeiT,b,0.41083011003044256,0.821754165356806,0.6952081031307551,0.19801980198019803
64
+ DeiT,c,0.4910275342516163,0.78528764539453,0.5721933701657459,0.1701093560145808
65
+ DeiT,d,0.5752349910365827,0.7318453316567117,0.5411786372007367,0.14098690835850958
66
+ DeiT,e,0.5283474334148622,0.8002195389681669,0.6915310678876864,0.43478260869565216
67
+ DeiT,f,0.42157146472453,0.8101618774688251,0.6117734242425559,0.05403319181783095
68
+ DeiT,g,1.163999383211136,0.5158333333333334,0.6234185555555556,0.2750187172448216
69
+ DeiT,h,1.206517367362976,0.4965,0.45666055555555557,0.2672811059907834
70
+ DeiT,i,1.2511613540649413,0.4681666666666667,0.42239144444444443,0.2566969485208479
71
+ DeiT,j,0.33839035058021544,0.8516666666666667,0.9297900555555554,0.8522085685818664
72
+ DeiT,k,0.425552321434021,0.804,0.8934688888888889,0.813570069752695
73
+ DeiT,l,0.6565662104555468,0.7179419385542806,0.7109608633913852,0.5444140758455757
74
+ DeiT3,a,0.4096169373367763,0.8371581263753537,0.5791758747697975,0.14802631578947367
75
+ DeiT3,b,0.373094875785923,0.8462747563659226,0.6644051565377532,0.15544041450777202
76
+ DeiT3,c,0.4991895148717394,0.77648538195536,0.5115930018416206,0.11235955056179775
77
+ DeiT3,d,0.38327455564663493,0.8513046211883055,0.6100073664825046,0.15985790408525755
78
+ DeiT3,e,0.5367149264438223,0.7815587266739846,0.6753273291455385,0.31141868512110726
79
+ DeiT3,f,0.3471956718102791,0.8570211447602819,0.5961145855485585,0.04648760330578512
80
+ DeiT3,g,1.3192027564048767,0.5021666666666667,0.5601109444444445,0.19682710406023124
81
+ DeiT3,h,1.3860539412498474,0.4651666666666667,0.3733101111111111,0.18573965998477543
82
+ DeiT3,i,1.324599706172943,0.5048333333333334,0.48481599999999997,0.19767755873615986
83
+ DeiT3,j,0.3928017973899841,0.8296666666666667,0.9115283333333334,0.8201970443349754
84
+ DeiT3,k,0.39819873094558716,0.8323333333333334,0.9044895555555555,0.8225123500352858
85
+ DeiT3,l,0.6891573654383029,0.7277246047274073,0.6817385665953223,0.5157528449167685
86
+ Twins_SVT,a,0.4458898261016137,0.8167243005344231,0.6354576427255985,0.2024623803009576
87
+ Twins_SVT,b,0.4509238941663468,0.8076076705438542,0.6965340699815838,0.19473684210526315
88
+ Twins_SVT,c,0.5059725925331032,0.7771141150581579,0.5930441988950277,0.17269544924154026
89
+ Twins_SVT,d,0.3316556203013057,0.8827412763281987,0.7198434622467773,0.2840690978886756
90
+ Twins_SVT,e,0.5185028320806087,0.7738748627881449,0.7086581397108906,0.4180790960451977
91
+ Twins_SVT,f,0.39142251728201677,0.8408333978777787,0.6639401856666073,0.06718111665910123
92
+ Twins_SVT,g,1.2193830106258392,0.4841666666666667,0.5380571111111111,0.20945083014048532
93
+ Twins_SVT,h,1.2485679879188538,0.468,0.36677261111111115,0.20438683948155534
94
+ Twins_SVT,i,1.1561509382724762,0.524,0.5393812222222223,0.22306855277475518
95
+ Twins_SVT,j,0.52089257979393,0.764,0.8455504444444444,0.7468716481944941
96
+ Twins_SVT,k,0.4576605150699615,0.8038333333333333,0.8778117222222223,0.7802054154995332
97
+ Twins_SVT,l,0.6924283070618104,0.7062027391465284,0.6558977267715866,0.48084470192487383
98
+ Twins_PCPVT,a,0.4554920045694665,0.7925180760767054,0.6320966850828729,0.1770573566084788
99
+ Twins_PCPVT,b,0.3702721736671714,0.8337000943099654,0.7290699815837937,0.21162444113263784
100
+ Twins_PCPVT,c,0.5222789617650578,0.7601383212826155,0.5801896869244936,0.1569060773480663
101
+ Twins_PCPVT,d,0.511706690917934,0.7695693178245835,0.6062357274401473,0.16228571428571428
102
+ Twins_PCPVT,e,0.44942784803366426,0.8111964873765093,0.764065692878226,0.45222929936305734
103
+ Twins_PCPVT,f,0.4167008115512896,0.8127952908372705,0.6441899979601845,0.05549042594763579
104
+ Twins_PCPVT,g,0.9797230496406555,0.5426666666666666,0.6615357222222222,0.32975085490962386
105
+ Twins_PCPVT,h,1.0603120126724244,0.5036666666666667,0.47164805555555556,0.31192236598890943
106
+ Twins_PCPVT,i,1.0547069294452667,0.5086666666666667,0.5087028888888889,0.3140995812005584
107
+ Twins_PCPVT,j,0.3549184784889221,0.845,0.9234385555555554,0.8425863236289777
108
+ Twins_PCPVT,k,0.42990235447883607,0.811,0.8866837222222221,0.8144633507853403
109
+ Twins_PCPVT,l,0.6083674293331931,0.7222251599598117,0.7249629563166041,0.5519065085728909
110
+ PiT,a,0.40825032295951375,0.8340144608613643,0.685341620626151,0.23919308357348704
111
+ PiT,b,0.4585393214237012,0.8057214712354606,0.7131197053406997,0.21173469387755103
112
+ PiT,c,0.46198257697112005,0.8072933039924552,0.636451197053407,0.21309370988446727
113
+ PiT,d,0.4301266003352072,0.8198679660484125,0.6617108655616942,0.22462787550744248
114
+ PiT,e,0.47335477670579,0.8111964873765093,0.7555210777264815,0.4911242603550296
115
+ PiT,f,0.38904998775843674,0.836418557818914,0.6788217244686715,0.07287093942054433
116
+ PiT,g,1.0988447036743163,0.5483333333333333,0.6416311666666666,0.3741339491916859
117
+ PiT,h,1.1006702044010162,0.5491666666666667,0.5303825555555556,0.3745664739884393
118
+ PiT,i,1.0837812168598175,0.5558333333333333,0.5635360555555555,0.3780630105017503
119
+ PiT,j,0.37021482944488526,0.8401666666666666,0.9175485555555555,0.8422956750534452
120
+ PiT,k,0.355151344537735,0.8476666666666667,0.92189,0.8485752153744202
121
+ PiT,l,0.6039756624711939,0.7492993495848976,0.7530133967294295,0.5930122757318225
122
+ Ensemble,a,,0.8239547312165986,0.6361445672191529,0.2
123
+ Ensemble,b,,0.821754165356806,0.7071620626151013,0.19801980198019803
124
+ Ensemble,c,,0.7966048412448915,0.5873848987108656,0.17789072426937738
125
+ Ensemble,d,,0.8604212511788746,0.659,0.23972602739726026
126
+ Ensemble,e,,0.8090010976948409,0.7250132445319004,0.445859872611465
127
+ Ensemble,f,,0.8491209046549454,0.6518722901919597,0.06704980842911877
128
+ Ensemble,g,,0.52,0.6616331111111111,0.2857142857142857
129
+ Ensemble,h,,0.5066666666666667,0.48887533333333333,0.2801556420233463
130
+ Ensemble,i,,0.5405,0.5874012222222222,0.29470452801227937
131
+ Ensemble,j,,0.8333333333333334,0.9165178888888887,0.8308525033829499
132
+ Ensemble,k,,0.8538333333333333,0.9253933333333333,0.8485057868371049
133
+ Ensemble,l,,0.7400454761778859,0.7437259266894098,0.5579136690647482
model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:dadf4773802ec7f1bc2153b5fc2a367c012e6657496947c6b437353c61e892ec
3
+ size 343287616
pytorch_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:312cf126d9584f1e77afde387b01f3b2c49eeea61958f54dbec5e9626858be12
3
+ size 343337390
roc_confusion_matrix/DeiT3_roc_confusion_matrix_a.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_b.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_c.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_d.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_e.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_f.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_g.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_h.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_i.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_j.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_k.png ADDED
roc_confusion_matrix/DeiT3_roc_confusion_matrix_l.png ADDED
roc_curves/DeiT3_ROC_a.png ADDED
roc_curves/DeiT3_ROC_b.png ADDED
roc_curves/DeiT3_ROC_c.png ADDED
roc_curves/DeiT3_ROC_d.png ADDED
roc_curves/DeiT3_ROC_e.png ADDED
roc_curves/DeiT3_ROC_f.png ADDED
roc_curves/DeiT3_ROC_g.png ADDED
roc_curves/DeiT3_ROC_h.png ADDED
roc_curves/DeiT3_ROC_i.png ADDED
roc_curves/DeiT3_ROC_j.png ADDED
roc_curves/DeiT3_ROC_k.png ADDED
roc_curves/DeiT3_ROC_l.png ADDED
training_curves/DeiT3_accuracy.png ADDED
training_curves/DeiT3_auc.png ADDED
training_curves/DeiT3_combined_metrics.png ADDED

Git LFS Details

  • SHA256: caf7a73f82905e37183da4b1c79ed36b151dc1c24468672c6749aa612b4ee4a9
  • Pointer size: 131 Bytes
  • Size of remote file: 153 kB
training_curves/DeiT3_f1.png ADDED
training_curves/DeiT3_loss.png ADDED
training_curves/DeiT3_metrics.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,train_loss,val_loss,train_accuracy,val_accuracy,train_auc,val_auc,train_f1,val_f1
2
+ 1,0.548330848396359,0.4674907632387719,0.7443165792294241,0.80010718113612,0.8274186681629185,0.8986380069133556,0.7412587412587412,0.8124685771744595
3
+ 2,0.4395209152669466,0.4080219416373029,0.817622835223106,0.819935691318328,0.896139126488172,0.916142535976905,0.8144193789105103,0.8269824922760041
4
+ 3,0.3957393733221255,0.3771083706636521,0.8363513284819767,0.8386923901393355,0.9138837345757922,0.9238887567792355,0.8331703950773478,0.8431474726420011
5
+ 4,0.37113651695298266,0.3589529833034687,0.8463078919162859,0.8413719185423365,0.9221580948631576,0.929131212456447,0.8434420341904899,0.8450261780104712
6
+ 5,0.35739069166855675,0.34313358371280783,0.8510464263552773,0.8542336548767417,0.9268067412766874,0.93386418438372,0.8486776125390413,0.8532901833872708
7
+ 6,0.346317722805867,0.33620232602407696,0.8567157443447848,0.857449088960343,0.9306429984466114,0.9373719828739938,0.8540145985401459,0.8607329842931937
8
+ 7,0.3354900427822091,0.3240071697058785,0.8626671179556609,0.8633440514469454,0.9349557222953448,0.9402697793998545,0.8603069860852102,0.8628294782140936
9
+ 8,0.32952806794375084,0.3204946557233571,0.8655722908557567,0.8617363344051447,0.9365671386620152,0.9426414348716641,0.8631639391329314,0.8640674394099052
10
+ 9,0.31996899684344193,0.31274337975541877,0.8699723585491059,0.8670953912111469,0.9403354078097073,0.9446638613468981,0.8675972198288242,0.8682252922422954
11
+ 10,0.31450187288417614,0.3061928544972104,0.8716928978394539,0.8703108252947481,0.9420175616323196,0.9462480284070217,0.8693904504866634,0.8708644610458911
12
+ 11,0.3104367261157663,0.3011954707539733,0.8722288035200542,0.8735262593783494,0.9431077996091407,0.9477580991833326,0.8698874080882353,0.8739316239316239
13
+ 12,0.3041642126667457,0.2959143846172995,0.8752750042308344,0.8778135048231511,0.9453570893697922,0.9491320395777547,0.8728360269166618,0.8772874058127018
14
+ 13,0.30061821531858074,0.29273886571359786,0.8769109268347718,0.8788853161843515,0.9465647606246113,0.9503612337433327,0.8744100379877978,0.878625134264232
15
+ 14,0.29726149293347087,0.29033264354877536,0.8789699328707621,0.882636655948553,0.9475373123373465,0.9512842781471104,0.8764931065250554,0.8833244539158231
16
+ 15,0.2948273680177431,0.2868401331533573,0.8804930332261522,0.8810289389067524,0.9483742364581534,0.9523222005102878,0.878327542141688,0.8814102564102564
17
+ 16,0.28926016764302687,0.28355935618425104,0.8822417780786371,0.8810289389067524,0.9504386315751477,0.9530034268095289,0.88015615581135,0.880901287553648
18
+ 17,0.28869239932733415,0.28000956400031063,0.8836520561854798,0.8831725616291533,0.9501929009373402,0.9537122238190259,0.881502973198127,0.8824163969795038
19
+ 18,0.28501779182466846,0.27861402387404366,0.8841597563039432,0.8842443729903537,0.9513679306223937,0.9544514634877638,0.881979367223196,0.8842443729903537
20
+ 19,0.28352678035707274,0.27602874676897593,0.8846956619845433,0.8837084673097535,0.9517628307678141,0.9550511264358309,0.8825354864662951,0.8833960236432026
21
+ 20,0.2844991921309308,0.2749625155492611,0.8844136063631748,0.8831725616291533,0.9510828184835735,0.955684678381921,0.8823090178058587,0.8835470085470085
22
+ 21,0.2800975298746364,0.2730147917650137,0.8875162181982287,0.8837084673097535,0.9528001755589797,0.9560884744092113,0.8850985363604933,0.8840192410475681
23
+ 22,0.2771851025291013,0.27264034800782466,0.8883905906244711,0.8847802786709539,0.9539078282070699,0.9565996813285406,0.8860868814232663,0.8859416445623343
24
+ 23,0.273937405194702,0.27083604320452526,0.8896880464827664,0.8853161843515541,0.9549772417693116,0.9570712553518769,0.8876956209619526,0.886411889596603
25
+ 24,0.27383512662013465,0.26802979251579456,0.8910701190274722,0.8879957127545552,0.9544641764364563,0.9574486294485055,0.8888824951087582,0.8881754949170679
26
+ 25,0.27613948131499305,0.26571426629253525,0.8882213572516501,0.887459807073955,0.9536866849530102,0.9579092900656986,0.8862808115010474,0.8870967741935484
27
+ 26,0.27237785897454264,0.2642883214249105,0.8896880464827664,0.8869239013933548,0.9550349894238609,0.9581735093723183,0.8875017977851287,0.8866200967221923
28
+ 27,0.27134989167978607,0.2624671872693243,0.8907880634061037,0.8879957127545552,0.9552014240386407,0.9585049322851869,0.8887931529668562,0.8875739644970414
29
+ 28,0.27063356691214574,0.2606527462266266,0.8898008687313138,0.8906752411575563,0.9554002663303881,0.959149972027217,0.8879070434657869,0.8898488120950324
30
+ 29,0.26941393574021716,0.2619671929400067,0.8909008856546511,0.8885316184351554,0.9555079111152252,0.9591884561436159,0.8886714252820631,0.8891257995735607
31
+ 30,0.26720098638457884,0.2594265520476835,0.8928188638799571,0.890139335476956,0.9564532612546375,0.9596261411689292,0.8909299655568312,0.8898441698011822
32
+ 31,0.26629257241992466,0.257943187687558,0.8928752750042308,0.8906752411575563,0.9566155924032497,0.9598145410223449,0.89081814523084,0.889967637540453
33
+ 32,0.26508430338466726,0.2590630142155951,0.8933547695605574,0.890139335476956,0.9569847754786179,0.9601109261575964,0.8914285714285715,0.8910154173312068
34
+ 33,0.2674541122609941,0.2565848609833855,0.8917752580808935,0.8906752411575563,0.9560385088613024,0.9602315480149662,0.8896557674057458,0.8906752411575563
35
+ 34,0.26437858726030516,0.2548275553528519,0.8932137417498731,0.8944265809217578,0.9572316151183328,0.9606232818565198,0.8911631115966193,0.8928765633496466
36
+ 35,0.26304280871131697,0.2555814350437121,0.8947086365431263,0.8912111468381565,0.9574675079386478,0.9607278207995735,0.8927206368365089,0.8917333333333334
37
+ 36,0.2633684008209046,0.2562766089987525,0.8927342471935465,0.8933547695605574,0.9573125102043689,0.961015015698073,0.8906020769208641,0.8946532556908418
38
+ 37,0.26003197387786336,0.25271347102819913,0.8940599086139787,0.8928188638799571,0.9586105197680641,0.961233283820933,0.8923041633214818,0.8923573735199138
39
+ 38,0.260534805177452,0.25267237122994146,0.8943137586732104,0.8917470525187567,0.9585211727191423,0.9613820507783556,0.8922997326894887,0.8920940170940171
40
+ 39,0.2627525006172358,0.25290939398708834,0.8939470863654313,0.8912111468381565,0.9575325571853811,0.9616365054584262,0.8920284861015392,0.891848694725626
41
+ 40,0.2583903657046444,0.2521543452977367,0.8979240706267276,0.8917470525187567,0.9589996744244071,0.961820310193466,0.8958830806409851,0.8924387646432375
42
+ 41,0.25826722184279016,0.2529148031086017,0.8984881818694647,0.8917470525187567,0.9589215367276182,0.9620092844366788,0.8964882510282148,0.8932346723044398
43
+ 42,0.26047566496270785,0.24950861748775102,0.8948496643538105,0.8944265809217578,0.9581536268933618,0.9621999818492825,0.8929719797887,0.8943699731903485
44
+ 43,0.2574661480611826,0.25267674163031806,0.8970496982004852,0.8944265809217578,0.9590403701801906,0.9623016488433511,0.8950184077312471,0.8961518186610438
45
+ 44,0.2594723416869663,0.2478326725327317,0.8963445591470638,0.894962486602358,0.958177546011972,0.962478560900827,0.8943631607692086,0.8941684665226782
46
+ 45,0.2578874952570398,0.24716214941053913,0.8967958481412535,0.8954983922829582,0.9587429683272651,0.9626864900073407,0.8948412128179336,0.894878706199461
47
+ 46,0.25598734594537315,0.24641303981615417,0.896683025892706,0.8954983922829582,0.9594031363191285,0.9629587507711183,0.8947988167379879,0.8949919224555735
48
+ 47,0.25682454391428816,0.2468490134864758,0.8977830428160434,0.8965702036441586,0.9591036135199444,0.9629271593322833,0.8956401543512066,0.896514745308311
49
+ 48,0.2526481436263851,0.24464731038191695,0.8989676764257911,0.8965702036441586,0.9606103397883514,0.963134514049,0.8971694321639777,0.8953929539295393
50
+ 49,0.2543914705782216,0.24535897263951623,0.897642015005359,0.897642015005359,0.959871862260092,0.9631764445041808,0.8956194092098829,0.8973670069854917
51
+ 50,0.2533761119152572,0.24414547889753938,0.8993625542957071,0.897642015005359,0.9602532364009022,0.9632459456696177,0.897329650092081,0.8968125337655322
52
+ 51,0.2526712717744053,0.24414209432157288,0.8995035821063914,0.8971061093247589,0.9605027140968038,0.9632855785656108,0.8975413371675054,0.8966630785791173
53
+ 52,0.24990280069641543,0.24412961040662415,0.8991651153607492,0.8960342979635584,0.9611993805029426,0.9634458333189736,0.897361545749476,0.8962566844919786
54
+ 53,0.2531009888609647,0.24451695799444267,0.8977830428160434,0.8971061093247589,0.9600249458920834,0.9637203916419391,0.8958021851638873,0.8980891719745223
55
+ 54,0.25081456278731806,0.24198512071773554,0.8994753765442546,0.8992497320471597,0.9607219416574686,0.963823207415602,0.8975096336343245,0.8981581798483207
56
+ 55,0.2506380031447379,0.24340824418704227,0.8989112653015174,0.897642015005359,0.9610666280422147,0.9640248182343488,0.896904844091589,0.8985661178969729
57
+ 56,0.2502062607157511,0.2405845421782644,0.9000958989112653,0.8997856377277599,0.9610197333317245,0.9642000071224335,0.8984401880949651,0.898534997287032
58
+ 57,0.24891231850957202,0.24166369586703862,0.8998420488520337,0.8987138263665595,0.9614407196841306,0.9642235571041105,0.8980330222541277,0.8992
59
+ 58,0.2508872708712037,0.2416269140994817,0.8992497320471597,0.8992497320471597,0.9606012847957345,0.9643252240981792,0.8972677595628415,0.8995726495726496
60
+ 59,0.24948213326989505,0.23979442089891895,0.9015625881423817,0.8987138263665595,0.9611224934166257,0.964420572804481,0.8997184069881041,0.8982229402261712
61
+ 60,0.24969655096298912,0.23983721353616747,0.9006035990297286,0.9008574490889604,0.9610946904046791,0.964541769051648,0.8987065248634665,0.900804289544236
62
+ 61,0.24982706308717917,0.2400180450685538,0.8995881987928019,0.9013933547695605,0.9609440570781929,0.9646589445702358,0.8975716423063643,0.9014989293361885
63
+ 62,0.2486288120327393,0.23913503862270588,0.9008292435268235,0.8997856377277599,0.9615147045904204,0.9646888128396799,0.8990467439990812,0.8996242619431025
64
+ 63,0.24873777652053103,0.24022561857938,0.8995317876685283,0.8987138263665595,0.9615327111536687,0.9646819201621157,0.8976848394324123,0.8993074054342035
65
+ 64,0.24746521578603317,0.2382227461246049,0.9002087211598128,0.8987138263665595,0.9617934904859362,0.9648191993235986,0.8983800551470589,0.8983324367939752
66
+ 65,0.24846200978348432,0.23752087436113326,0.9022395216336662,0.9003215434083601,0.961459540894404,0.9649208663176675,0.9005394857667585,0.8992416034669556
67
+ 66,0.24970828346500826,0.23769954306902993,0.8993061431714334,0.8981779206859593,0.9610109488273776,0.9650345954974734,0.89762560220234,0.8979591836734694
68
+ 67,0.24692993292723397,0.23676597017950568,0.9018164382016134,0.9003215434083601,0.9618259840827073,0.9651592380834221,0.8999453881751027,0.8992416034669556
69
+ 68,0.2460930005187491,0.23741241379182823,0.9012241213967395,0.9019292604501608,0.9620310507868808,0.9652212721814979,0.899298366689671,0.9018766756032172
70
+ 69,0.24686925879820368,0.23748000038015113,0.901506177018108,0.9019292604501608,0.9617836081174346,0.9652729672632279,0.8995165745856354,0.9017713365539453
71
+ 70,0.24550794081642333,0.23638277139119396,0.9027754273142664,0.9013933547695605,0.9623012669775582,0.9653608489021689,0.9009795754215622,0.9011815252416756
72
+ 71,0.2443667045652735,0.23546312231917857,0.9013933547695605,0.8992497320471597,0.9626225386247623,0.9655142109779675,0.8996498076812676,0.8987068965517241
73
+ 72,0.24678541728235337,0.23508489563150806,0.9007446268404129,0.9003215434083601,0.9616609957846185,0.9656055389556906,0.8987483815278378,0.8998923573735199
74
+ 73,0.24383425582209745,0.23474902427273164,0.903424155243414,0.8997856377277599,0.9627870257239977,0.9656899742558491,0.9017616342457107,0.8988642509464575
75
+ 74,0.2436953279336186,0.2350978687932637,0.9021549049472556,0.9030010718113612,0.9627445940699634,0.9657003132721952,0.9002616371007159,0.9028448738593666
76
+ 75,0.24440652664632923,0.23526603323662013,0.9028882495628138,0.9035369774919614,0.9627411715977936,0.9658025546560611,0.9011058451816746,0.9036402569593148
77
+ 76,0.24285950661613406,0.23493435681824515,0.902860044000677,0.9030010718113612,0.9631103419443021,0.9657858973519482,0.9009319986192613,0.9028448738593666
78
+ 77,0.2442273061617233,0.23387795432779182,0.9028318384385401,0.8987138263665595,0.9626869418818625,0.9658462082806331,0.9011392659339398,0.8975609756097561
79
+ 78,0.24317607226095783,0.23339232299297186,0.9035651830540983,0.9008574490889604,0.963082936709223,0.965961086240033,0.9017726319418508,0.9000540248514317
80
+ 79,0.2429539215032129,0.23409773629769634,0.903424155243414,0.9030010718113612,0.9630125445236024,0.9660265666768908,0.9016035404333582,0.9030530262453134
81
+ 80,0.24133401389431886,0.23297480702208553,0.903621594178372,0.8987138263665595,0.9636297080627421,0.966009909372778,0.9018357321382401,0.8978930307941653
82
+ 81,0.24489824198228008,0.2354209946761944,0.9025497828171716,0.902465166130761,0.9623140165217228,0.9660840056565907,0.9005726783504562,0.9030883919062833
83
+ 82,0.24224379037838334,0.23317571889932515,0.9029164551249507,0.902465166130761,0.9630684703600974,0.9662172640894945,0.9010748979709146,0.9020452099031216
84
+ 83,0.2428471480207327,0.23250102900998768,0.9035651830540983,0.902465166130761,0.9627700740650026,0.9661977348363965,0.9016369861043183,0.9019396551724138
85
+ 84,0.24020858852164073,0.23341975483288718,0.9030010718113612,0.9030010718113612,0.9637544477062465,0.9663085920672174,0.9011355469311485,0.9033635878270155
86
+ 85,0.24014343326366944,0.23127585242223894,0.9038190331133299,0.9019292604501608,0.9636969116689909,0.9664131310102713,0.9021745366917207,0.9005975013579577
87
+ 86,0.24130127931139478,0.2312459619386403,0.9049190500366673,0.902465166130761,0.963289887284642,0.9664659748715952,0.9030904125341382,0.9015151515151515
88
+ 87,0.24277541521519932,0.2326191685782368,0.9040446776104247,0.905144694533762,0.9628405808103612,0.9665239882410921,0.9021964121435143,0.9054991991457555
89
+ 88,0.24368795111994793,0.2311950554514238,0.9028036328764032,0.9035369774919614,0.962587330598646,0.9666285271841459,0.9009770114942529,0.9032258064516129
90
+ 89,0.23855735969071382,0.23029129973753473,0.9054549557172674,0.9030010718113612,0.9641711460240185,0.9667020490781617,0.9037002987818892,0.9021092482422931
91
+ 90,0.24073721876471635,0.23050161007899564,0.9043549387939301,0.9046087888531619,0.9635786685172901,0.9667577648884708,0.9026553753408928,0.9040948275862069
92
+ 91,0.24047354394549503,0.22974699932087655,0.9036497997405089,0.9030010718113612,0.9635643326389773,0.9667830380395388,0.9018503620273531,0.9018970189701897
93
+ 92,0.24290664589360678,0.23086818841875942,0.9027754273142664,0.9056806002143623,0.9627408120075052,0.9668077368008096,0.9011045761009898,0.9056806002143623
94
+ 93,0.24282822395706563,0.2310948518982271,0.9028882495628138,0.905144694533762,0.9627972565450357,0.9668399026294415,0.9009863974923072,0.9052969502407705
95
+ 94,0.24074404672693533,0.2303888984144309,0.9041292942968353,0.9046087888531619,0.9635377738730728,0.9668858538132016,0.9024649200837901,0.9044038668098818
96
+ 95,0.2413557430429494,0.23274621147051502,0.902860044000677,0.905144694533762,0.9633963737432403,0.9669117013540667,0.9010913268236646,0.9061007957559681
97
+ 96,0.2411687319644677,0.22906032961664477,0.9040446776104247,0.9040728831725616,0.9632698822904103,0.9669944134848344,0.9022526146419951,0.9030860855441256
98
+ 97,0.2423167544450024,0.2287721153815843,0.9031703051841823,0.9046087888531619,0.9628940897546079,0.9671351389850992,0.9015288414651637,0.9031556039173014
99
+ 98,0.24185992195574357,0.23041353113589946,0.9045523777288882,0.9067524115755627,0.9628692366559123,0.9672167023362731,0.9026803174968365,0.907051282051282
100
+ 99,0.24178344040559338,0.22900298170721417,0.9035369774919614,0.9056806002143623,0.9631661898165309,0.9672666742486119,0.9017862270978118,0.9052744886975242
101
+ 100,0.23806213937670795,0.22829889623490177,0.9056806002143623,0.905144694533762,0.9641967724009451,0.967290224230289,0.9038748993905945,0.9043760129659644
training_metrics.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ epoch,train_loss,val_loss,train_accuracy,val_accuracy,train_auc,val_auc,train_f1,val_f1
2
+ 1,0.548330848396359,0.4674907632387719,0.7443165792294241,0.80010718113612,0.8274186681629185,0.8986380069133556,0.7412587412587412,0.8124685771744595
3
+ 2,0.4395209152669466,0.4080219416373029,0.817622835223106,0.819935691318328,0.896139126488172,0.916142535976905,0.8144193789105103,0.8269824922760041
4
+ 3,0.3957393733221255,0.3771083706636521,0.8363513284819767,0.8386923901393355,0.9138837345757922,0.9238887567792355,0.8331703950773478,0.8431474726420011
5
+ 4,0.37113651695298266,0.3589529833034687,0.8463078919162859,0.8413719185423365,0.9221580948631576,0.929131212456447,0.8434420341904899,0.8450261780104712
6
+ 5,0.35739069166855675,0.34313358371280783,0.8510464263552773,0.8542336548767417,0.9268067412766874,0.93386418438372,0.8486776125390413,0.8532901833872708
7
+ 6,0.346317722805867,0.33620232602407696,0.8567157443447848,0.857449088960343,0.9306429984466114,0.9373719828739938,0.8540145985401459,0.8607329842931937
8
+ 7,0.3354900427822091,0.3240071697058785,0.8626671179556609,0.8633440514469454,0.9349557222953448,0.9402697793998545,0.8603069860852102,0.8628294782140936
9
+ 8,0.32952806794375084,0.3204946557233571,0.8655722908557567,0.8617363344051447,0.9365671386620152,0.9426414348716641,0.8631639391329314,0.8640674394099052
10
+ 9,0.31996899684344193,0.31274337975541877,0.8699723585491059,0.8670953912111469,0.9403354078097073,0.9446638613468981,0.8675972198288242,0.8682252922422954
11
+ 10,0.31450187288417614,0.3061928544972104,0.8716928978394539,0.8703108252947481,0.9420175616323196,0.9462480284070217,0.8693904504866634,0.8708644610458911
12
+ 11,0.3104367261157663,0.3011954707539733,0.8722288035200542,0.8735262593783494,0.9431077996091407,0.9477580991833326,0.8698874080882353,0.8739316239316239
13
+ 12,0.3041642126667457,0.2959143846172995,0.8752750042308344,0.8778135048231511,0.9453570893697922,0.9491320395777547,0.8728360269166618,0.8772874058127018
14
+ 13,0.30061821531858074,0.29273886571359786,0.8769109268347718,0.8788853161843515,0.9465647606246113,0.9503612337433327,0.8744100379877978,0.878625134264232
15
+ 14,0.29726149293347087,0.29033264354877536,0.8789699328707621,0.882636655948553,0.9475373123373465,0.9512842781471104,0.8764931065250554,0.8833244539158231
16
+ 15,0.2948273680177431,0.2868401331533573,0.8804930332261522,0.8810289389067524,0.9483742364581534,0.9523222005102878,0.878327542141688,0.8814102564102564
17
+ 16,0.28926016764302687,0.28355935618425104,0.8822417780786371,0.8810289389067524,0.9504386315751477,0.9530034268095289,0.88015615581135,0.880901287553648
18
+ 17,0.28869239932733415,0.28000956400031063,0.8836520561854798,0.8831725616291533,0.9501929009373402,0.9537122238190259,0.881502973198127,0.8824163969795038
19
+ 18,0.28501779182466846,0.27861402387404366,0.8841597563039432,0.8842443729903537,0.9513679306223937,0.9544514634877638,0.881979367223196,0.8842443729903537
20
+ 19,0.28352678035707274,0.27602874676897593,0.8846956619845433,0.8837084673097535,0.9517628307678141,0.9550511264358309,0.8825354864662951,0.8833960236432026
21
+ 20,0.2844991921309308,0.2749625155492611,0.8844136063631748,0.8831725616291533,0.9510828184835735,0.955684678381921,0.8823090178058587,0.8835470085470085
22
+ 21,0.2800975298746364,0.2730147917650137,0.8875162181982287,0.8837084673097535,0.9528001755589797,0.9560884744092113,0.8850985363604933,0.8840192410475681
23
+ 22,0.2771851025291013,0.27264034800782466,0.8883905906244711,0.8847802786709539,0.9539078282070699,0.9565996813285406,0.8860868814232663,0.8859416445623343
24
+ 23,0.273937405194702,0.27083604320452526,0.8896880464827664,0.8853161843515541,0.9549772417693116,0.9570712553518769,0.8876956209619526,0.886411889596603
25
+ 24,0.27383512662013465,0.26802979251579456,0.8910701190274722,0.8879957127545552,0.9544641764364563,0.9574486294485055,0.8888824951087582,0.8881754949170679
26
+ 25,0.27613948131499305,0.26571426629253525,0.8882213572516501,0.887459807073955,0.9536866849530102,0.9579092900656986,0.8862808115010474,0.8870967741935484
27
+ 26,0.27237785897454264,0.2642883214249105,0.8896880464827664,0.8869239013933548,0.9550349894238609,0.9581735093723183,0.8875017977851287,0.8866200967221923
28
+ 27,0.27134989167978607,0.2624671872693243,0.8907880634061037,0.8879957127545552,0.9552014240386407,0.9585049322851869,0.8887931529668562,0.8875739644970414
29
+ 28,0.27063356691214574,0.2606527462266266,0.8898008687313138,0.8906752411575563,0.9554002663303881,0.959149972027217,0.8879070434657869,0.8898488120950324
30
+ 29,0.26941393574021716,0.2619671929400067,0.8909008856546511,0.8885316184351554,0.9555079111152252,0.9591884561436159,0.8886714252820631,0.8891257995735607
31
+ 30,0.26720098638457884,0.2594265520476835,0.8928188638799571,0.890139335476956,0.9564532612546375,0.9596261411689292,0.8909299655568312,0.8898441698011822
32
+ 31,0.26629257241992466,0.257943187687558,0.8928752750042308,0.8906752411575563,0.9566155924032497,0.9598145410223449,0.89081814523084,0.889967637540453
33
+ 32,0.26508430338466726,0.2590630142155951,0.8933547695605574,0.890139335476956,0.9569847754786179,0.9601109261575964,0.8914285714285715,0.8910154173312068
34
+ 33,0.2674541122609941,0.2565848609833855,0.8917752580808935,0.8906752411575563,0.9560385088613024,0.9602315480149662,0.8896557674057458,0.8906752411575563
35
+ 34,0.26437858726030516,0.2548275553528519,0.8932137417498731,0.8944265809217578,0.9572316151183328,0.9606232818565198,0.8911631115966193,0.8928765633496466
36
+ 35,0.26304280871131697,0.2555814350437121,0.8947086365431263,0.8912111468381565,0.9574675079386478,0.9607278207995735,0.8927206368365089,0.8917333333333334
37
+ 36,0.2633684008209046,0.2562766089987525,0.8927342471935465,0.8933547695605574,0.9573125102043689,0.961015015698073,0.8906020769208641,0.8946532556908418
38
+ 37,0.26003197387786336,0.25271347102819913,0.8940599086139787,0.8928188638799571,0.9586105197680641,0.961233283820933,0.8923041633214818,0.8923573735199138
39
+ 38,0.260534805177452,0.25267237122994146,0.8943137586732104,0.8917470525187567,0.9585211727191423,0.9613820507783556,0.8922997326894887,0.8920940170940171
40
+ 39,0.2627525006172358,0.25290939398708834,0.8939470863654313,0.8912111468381565,0.9575325571853811,0.9616365054584262,0.8920284861015392,0.891848694725626
41
+ 40,0.2583903657046444,0.2521543452977367,0.8979240706267276,0.8917470525187567,0.9589996744244071,0.961820310193466,0.8958830806409851,0.8924387646432375
42
+ 41,0.25826722184279016,0.2529148031086017,0.8984881818694647,0.8917470525187567,0.9589215367276182,0.9620092844366788,0.8964882510282148,0.8932346723044398
43
+ 42,0.26047566496270785,0.24950861748775102,0.8948496643538105,0.8944265809217578,0.9581536268933618,0.9621999818492825,0.8929719797887,0.8943699731903485
44
+ 43,0.2574661480611826,0.25267674163031806,0.8970496982004852,0.8944265809217578,0.9590403701801906,0.9623016488433511,0.8950184077312471,0.8961518186610438
45
+ 44,0.2594723416869663,0.2478326725327317,0.8963445591470638,0.894962486602358,0.958177546011972,0.962478560900827,0.8943631607692086,0.8941684665226782
46
+ 45,0.2578874952570398,0.24716214941053913,0.8967958481412535,0.8954983922829582,0.9587429683272651,0.9626864900073407,0.8948412128179336,0.894878706199461
47
+ 46,0.25598734594537315,0.24641303981615417,0.896683025892706,0.8954983922829582,0.9594031363191285,0.9629587507711183,0.8947988167379879,0.8949919224555735
48
+ 47,0.25682454391428816,0.2468490134864758,0.8977830428160434,0.8965702036441586,0.9591036135199444,0.9629271593322833,0.8956401543512066,0.896514745308311
49
+ 48,0.2526481436263851,0.24464731038191695,0.8989676764257911,0.8965702036441586,0.9606103397883514,0.963134514049,0.8971694321639777,0.8953929539295393
50
+ 49,0.2543914705782216,0.24535897263951623,0.897642015005359,0.897642015005359,0.959871862260092,0.9631764445041808,0.8956194092098829,0.8973670069854917
51
+ 50,0.2533761119152572,0.24414547889753938,0.8993625542957071,0.897642015005359,0.9602532364009022,0.9632459456696177,0.897329650092081,0.8968125337655322
52
+ 51,0.2526712717744053,0.24414209432157288,0.8995035821063914,0.8971061093247589,0.9605027140968038,0.9632855785656108,0.8975413371675054,0.8966630785791173
53
+ 52,0.24990280069641543,0.24412961040662415,0.8991651153607492,0.8960342979635584,0.9611993805029426,0.9634458333189736,0.897361545749476,0.8962566844919786
54
+ 53,0.2531009888609647,0.24451695799444267,0.8977830428160434,0.8971061093247589,0.9600249458920834,0.9637203916419391,0.8958021851638873,0.8980891719745223
55
+ 54,0.25081456278731806,0.24198512071773554,0.8994753765442546,0.8992497320471597,0.9607219416574686,0.963823207415602,0.8975096336343245,0.8981581798483207
56
+ 55,0.2506380031447379,0.24340824418704227,0.8989112653015174,0.897642015005359,0.9610666280422147,0.9640248182343488,0.896904844091589,0.8985661178969729
57
+ 56,0.2502062607157511,0.2405845421782644,0.9000958989112653,0.8997856377277599,0.9610197333317245,0.9642000071224335,0.8984401880949651,0.898534997287032
58
+ 57,0.24891231850957202,0.24166369586703862,0.8998420488520337,0.8987138263665595,0.9614407196841306,0.9642235571041105,0.8980330222541277,0.8992
59
+ 58,0.2508872708712037,0.2416269140994817,0.8992497320471597,0.8992497320471597,0.9606012847957345,0.9643252240981792,0.8972677595628415,0.8995726495726496
60
+ 59,0.24948213326989505,0.23979442089891895,0.9015625881423817,0.8987138263665595,0.9611224934166257,0.964420572804481,0.8997184069881041,0.8982229402261712
61
+ 60,0.24969655096298912,0.23983721353616747,0.9006035990297286,0.9008574490889604,0.9610946904046791,0.964541769051648,0.8987065248634665,0.900804289544236
62
+ 61,0.24982706308717917,0.2400180450685538,0.8995881987928019,0.9013933547695605,0.9609440570781929,0.9646589445702358,0.8975716423063643,0.9014989293361885
63
+ 62,0.2486288120327393,0.23913503862270588,0.9008292435268235,0.8997856377277599,0.9615147045904204,0.9646888128396799,0.8990467439990812,0.8996242619431025
64
+ 63,0.24873777652053103,0.24022561857938,0.8995317876685283,0.8987138263665595,0.9615327111536687,0.9646819201621157,0.8976848394324123,0.8993074054342035
65
+ 64,0.24746521578603317,0.2382227461246049,0.9002087211598128,0.8987138263665595,0.9617934904859362,0.9648191993235986,0.8983800551470589,0.8983324367939752
66
+ 65,0.24846200978348432,0.23752087436113326,0.9022395216336662,0.9003215434083601,0.961459540894404,0.9649208663176675,0.9005394857667585,0.8992416034669556
67
+ 66,0.24970828346500826,0.23769954306902993,0.8993061431714334,0.8981779206859593,0.9610109488273776,0.9650345954974734,0.89762560220234,0.8979591836734694
68
+ 67,0.24692993292723397,0.23676597017950568,0.9018164382016134,0.9003215434083601,0.9618259840827073,0.9651592380834221,0.8999453881751027,0.8992416034669556
69
+ 68,0.2460930005187491,0.23741241379182823,0.9012241213967395,0.9019292604501608,0.9620310507868808,0.9652212721814979,0.899298366689671,0.9018766756032172
70
+ 69,0.24686925879820368,0.23748000038015113,0.901506177018108,0.9019292604501608,0.9617836081174346,0.9652729672632279,0.8995165745856354,0.9017713365539453
71
+ 70,0.24550794081642333,0.23638277139119396,0.9027754273142664,0.9013933547695605,0.9623012669775582,0.9653608489021689,0.9009795754215622,0.9011815252416756
72
+ 71,0.2443667045652735,0.23546312231917857,0.9013933547695605,0.8992497320471597,0.9626225386247623,0.9655142109779675,0.8996498076812676,0.8987068965517241
73
+ 72,0.24678541728235337,0.23508489563150806,0.9007446268404129,0.9003215434083601,0.9616609957846185,0.9656055389556906,0.8987483815278378,0.8998923573735199
74
+ 73,0.24383425582209745,0.23474902427273164,0.903424155243414,0.8997856377277599,0.9627870257239977,0.9656899742558491,0.9017616342457107,0.8988642509464575
75
+ 74,0.2436953279336186,0.2350978687932637,0.9021549049472556,0.9030010718113612,0.9627445940699634,0.9657003132721952,0.9002616371007159,0.9028448738593666
76
+ 75,0.24440652664632923,0.23526603323662013,0.9028882495628138,0.9035369774919614,0.9627411715977936,0.9658025546560611,0.9011058451816746,0.9036402569593148
77
+ 76,0.24285950661613406,0.23493435681824515,0.902860044000677,0.9030010718113612,0.9631103419443021,0.9657858973519482,0.9009319986192613,0.9028448738593666
78
+ 77,0.2442273061617233,0.23387795432779182,0.9028318384385401,0.8987138263665595,0.9626869418818625,0.9658462082806331,0.9011392659339398,0.8975609756097561
79
+ 78,0.24317607226095783,0.23339232299297186,0.9035651830540983,0.9008574490889604,0.963082936709223,0.965961086240033,0.9017726319418508,0.9000540248514317
80
+ 79,0.2429539215032129,0.23409773629769634,0.903424155243414,0.9030010718113612,0.9630125445236024,0.9660265666768908,0.9016035404333582,0.9030530262453134
81
+ 80,0.24133401389431886,0.23297480702208553,0.903621594178372,0.8987138263665595,0.9636297080627421,0.966009909372778,0.9018357321382401,0.8978930307941653
82
+ 81,0.24489824198228008,0.2354209946761944,0.9025497828171716,0.902465166130761,0.9623140165217228,0.9660840056565907,0.9005726783504562,0.9030883919062833
83
+ 82,0.24224379037838334,0.23317571889932515,0.9029164551249507,0.902465166130761,0.9630684703600974,0.9662172640894945,0.9010748979709146,0.9020452099031216
84
+ 83,0.2428471480207327,0.23250102900998768,0.9035651830540983,0.902465166130761,0.9627700740650026,0.9661977348363965,0.9016369861043183,0.9019396551724138
85
+ 84,0.24020858852164073,0.23341975483288718,0.9030010718113612,0.9030010718113612,0.9637544477062465,0.9663085920672174,0.9011355469311485,0.9033635878270155
86
+ 85,0.24014343326366944,0.23127585242223894,0.9038190331133299,0.9019292604501608,0.9636969116689909,0.9664131310102713,0.9021745366917207,0.9005975013579577
87
+ 86,0.24130127931139478,0.2312459619386403,0.9049190500366673,0.902465166130761,0.963289887284642,0.9664659748715952,0.9030904125341382,0.9015151515151515
88
+ 87,0.24277541521519932,0.2326191685782368,0.9040446776104247,0.905144694533762,0.9628405808103612,0.9665239882410921,0.9021964121435143,0.9054991991457555
89
+ 88,0.24368795111994793,0.2311950554514238,0.9028036328764032,0.9035369774919614,0.962587330598646,0.9666285271841459,0.9009770114942529,0.9032258064516129
90
+ 89,0.23855735969071382,0.23029129973753473,0.9054549557172674,0.9030010718113612,0.9641711460240185,0.9667020490781617,0.9037002987818892,0.9021092482422931
91
+ 90,0.24073721876471635,0.23050161007899564,0.9043549387939301,0.9046087888531619,0.9635786685172901,0.9667577648884708,0.9026553753408928,0.9040948275862069
92
+ 91,0.24047354394549503,0.22974699932087655,0.9036497997405089,0.9030010718113612,0.9635643326389773,0.9667830380395388,0.9018503620273531,0.9018970189701897
93
+ 92,0.24290664589360678,0.23086818841875942,0.9027754273142664,0.9056806002143623,0.9627408120075052,0.9668077368008096,0.9011045761009898,0.9056806002143623
94
+ 93,0.24282822395706563,0.2310948518982271,0.9028882495628138,0.905144694533762,0.9627972565450357,0.9668399026294415,0.9009863974923072,0.9052969502407705
95
+ 94,0.24074404672693533,0.2303888984144309,0.9041292942968353,0.9046087888531619,0.9635377738730728,0.9668858538132016,0.9024649200837901,0.9044038668098818
96
+ 95,0.2413557430429494,0.23274621147051502,0.902860044000677,0.905144694533762,0.9633963737432403,0.9669117013540667,0.9010913268236646,0.9061007957559681
97
+ 96,0.2411687319644677,0.22906032961664477,0.9040446776104247,0.9040728831725616,0.9632698822904103,0.9669944134848344,0.9022526146419951,0.9030860855441256
98
+ 97,0.2423167544450024,0.2287721153815843,0.9031703051841823,0.9046087888531619,0.9628940897546079,0.9671351389850992,0.9015288414651637,0.9031556039173014
99
+ 98,0.24185992195574357,0.23041353113589946,0.9045523777288882,0.9067524115755627,0.9628692366559123,0.9672167023362731,0.9026803174968365,0.907051282051282
100
+ 99,0.24178344040559338,0.22900298170721417,0.9035369774919614,0.9056806002143623,0.9631661898165309,0.9672666742486119,0.9017862270978118,0.9052744886975242
101
+ 100,0.23806213937670795,0.22829889623490177,0.9056806002143623,0.905144694533762,0.9641967724009451,0.967290224230289,0.9038748993905945,0.9043760129659644