Thaweewat commited on
Commit
3b69727
1 Parent(s): 4c3cd2c

Upload inception_v4 with metrics

Browse files
.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

  • SHA256: 735a333d464c844977ad6c530691c08e46e9ab08950b96a273e2c11ceb557d93
  • Pointer size: 129 Bytes
  • Size of remote file: 2.4 kB
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

  • SHA256: 735a333d464c844977ad6c530691c08e46e9ab08950b96a273e2c11ceb557d93
  • Pointer size: 129 Bytes
  • Size of remote file: 2.4 kB