Upload folder using huggingface_hub
Browse files
.gitattributes
CHANGED
|
@@ -33,3 +33,4 @@ 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 |
+
EinsteinNet_model_architecture.png filter=lfs diff=lfs merge=lfs -text
|
EinsteinNet_model_architecture.png
ADDED
|
Git LFS Details
|
EinsteinNet_orange_metrics.json
ADDED
|
@@ -0,0 +1,92 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"Validation Accuracy": 0.996,
|
| 3 |
+
"Test Accuracy": 0.996,
|
| 4 |
+
"Precision (Macro)": 0.996,
|
| 5 |
+
"Recall (Macro)": 0.996,
|
| 6 |
+
"F1 Score (Macro)": 0.996,
|
| 7 |
+
"Training Time (seconds)": 13033.01,
|
| 8 |
+
"Model Size (MB)": 2.54,
|
| 9 |
+
"Trainable Parameters": 207109,
|
| 10 |
+
"Confusion Matrix": [
|
| 11 |
+
[
|
| 12 |
+
449,
|
| 13 |
+
1,
|
| 14 |
+
0,
|
| 15 |
+
0,
|
| 16 |
+
0
|
| 17 |
+
],
|
| 18 |
+
[
|
| 19 |
+
1,
|
| 20 |
+
448,
|
| 21 |
+
1,
|
| 22 |
+
0,
|
| 23 |
+
0
|
| 24 |
+
],
|
| 25 |
+
[
|
| 26 |
+
0,
|
| 27 |
+
0,
|
| 28 |
+
448,
|
| 29 |
+
0,
|
| 30 |
+
2
|
| 31 |
+
],
|
| 32 |
+
[
|
| 33 |
+
0,
|
| 34 |
+
0,
|
| 35 |
+
0,
|
| 36 |
+
450,
|
| 37 |
+
0
|
| 38 |
+
],
|
| 39 |
+
[
|
| 40 |
+
2,
|
| 41 |
+
0,
|
| 42 |
+
2,
|
| 43 |
+
0,
|
| 44 |
+
446
|
| 45 |
+
]
|
| 46 |
+
],
|
| 47 |
+
"Classification Report": {
|
| 48 |
+
"0": {
|
| 49 |
+
"precision": 0.9933628318584071,
|
| 50 |
+
"recall": 0.9977777777777778,
|
| 51 |
+
"f1-score": 0.9955654101995566,
|
| 52 |
+
"support": 450
|
| 53 |
+
},
|
| 54 |
+
"1": {
|
| 55 |
+
"precision": 0.9977728285077951,
|
| 56 |
+
"recall": 0.9955555555555555,
|
| 57 |
+
"f1-score": 0.996662958843159,
|
| 58 |
+
"support": 450
|
| 59 |
+
},
|
| 60 |
+
"2": {
|
| 61 |
+
"precision": 0.9933481152993349,
|
| 62 |
+
"recall": 0.9955555555555555,
|
| 63 |
+
"f1-score": 0.9944506104328523,
|
| 64 |
+
"support": 450
|
| 65 |
+
},
|
| 66 |
+
"3": {
|
| 67 |
+
"precision": 1.0,
|
| 68 |
+
"recall": 1.0,
|
| 69 |
+
"f1-score": 1.0,
|
| 70 |
+
"support": 450
|
| 71 |
+
},
|
| 72 |
+
"4": {
|
| 73 |
+
"precision": 0.9955357142857143,
|
| 74 |
+
"recall": 0.9911111111111112,
|
| 75 |
+
"f1-score": 0.9933184855233853,
|
| 76 |
+
"support": 450
|
| 77 |
+
},
|
| 78 |
+
"accuracy": 0.996,
|
| 79 |
+
"macro avg": {
|
| 80 |
+
"precision": 0.9960038979902504,
|
| 81 |
+
"recall": 0.9960000000000001,
|
| 82 |
+
"f1-score": 0.9959994929997906,
|
| 83 |
+
"support": 2250
|
| 84 |
+
},
|
| 85 |
+
"weighted avg": {
|
| 86 |
+
"precision": 0.9960038979902502,
|
| 87 |
+
"recall": 0.996,
|
| 88 |
+
"f1-score": 0.9959994929997905,
|
| 89 |
+
"support": 2250
|
| 90 |
+
}
|
| 91 |
+
}
|
| 92 |
+
}
|
einsteinnet_accuracy_curve.png
ADDED
|
einsteinnet_loss_curve.png
ADDED
|
einsteinnet_model.h5
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7d34aabb2a6109aab9d8874876420c2c1ef2c4f31fa575d8e6eb2eeed363a970
|
| 3 |
+
size 2659496
|
tflite_models/EinsteinNet_float32.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1fb95f2a4ca80e8bc8e6c98267b34b31478353e619daac74a59f54cf4b7ff475
|
| 3 |
+
size 845176
|
tflite_models/EinsteinNet_quantized.tflite
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1356af9763d7ba257c03a8ad33130587447bacf80f175a9820d1fd8bc84ae757
|
| 3 |
+
size 258640
|