jacoballessio commited on
Commit
3f8f253
·
verified ·
1 Parent(s): 60daae7

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,5 +1,24 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
  # AI Detection Model
5
 
 
1
  ---
2
  license: mit
3
+ tags:
4
+ - image-classification
5
+ - pytorch
6
+ - safetensors
7
+ - real-fake-detection
8
+ datasets:
9
+ - custom
10
+ metrics:
11
+ - accuracy
12
+ model-index:
13
+ - name: AI Image Detect Distilled
14
+ results:
15
+ - task:
16
+ type: image-classification
17
+ name: Image Classification
18
+ metrics:
19
+ - type: accuracy
20
+ value: 0.94 # Replace with your model's accuracy
21
+ pipeline_tag: image-classification
22
  ---
23
  # AI Detection Model
24