Upload inception_v4 with metrics
Browse files- .gitattributes +2 -0
- config.json +12 -0
- confusion_matrix.png +3 -0
- inception_v4_metrics.json +0 -0
- model.pth +3 -0
- roc_curve.png +3 -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 |
+
confusion_matrix.png filter=lfs diff=lfs merge=lfs -text
|
37 |
+
roc_curve.png filter=lfs diff=lfs merge=lfs -text
|
config.json
ADDED
@@ -0,0 +1,12 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"finetuning_task": "image-classification",
|
3 |
+
"id2label": {
|
4 |
+
"0": "1_Normal",
|
5 |
+
"1": "2_OME"
|
6 |
+
},
|
7 |
+
"label2id": {
|
8 |
+
"1_Normal": "0",
|
9 |
+
"2_OME": "1"
|
10 |
+
},
|
11 |
+
"transformers_version": "4.41.2"
|
12 |
+
}
|
confusion_matrix.png
ADDED
Git LFS Details
|
inception_v4_metrics.json
ADDED
The diff for this file is too large to render.
See raw diff
|
|
model.pth
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7ab23e97e39bba6f965dc0f1924248d6ea71a31bc62ac1a94a179ec9d851a67f
|
3 |
+
size 165114730
|
roc_curve.png
ADDED
Git LFS Details
|