jacoballessio
commited on
Update README.md
Browse files
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 |
|