jacoballessio commited on
Commit
e5e5a2f
1 Parent(s): 5d4779d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -3
README.md CHANGED
@@ -2,9 +2,15 @@
2
  license: apache-2.0
3
  library_name: transformers
4
  pipeline_tag: image-classification
5
- metrics:
6
- - type: accuracy
7
- value: 0.98
 
 
 
 
 
 
8
  ---
9
 
10
  This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.
 
2
  license: apache-2.0
3
  library_name: transformers
4
  pipeline_tag: image-classification
5
+ model-index:
6
+ - name: AI Image Detect
7
+ results:
8
+ - task:
9
+ type: image-classification
10
+ name: Image Classification
11
+ metrics:
12
+ - type: accuracy
13
+ value: 0.98
14
  ---
15
 
16
  This is a simple AI image detection model utilizing visual transformers trained on the CIFake dataset.