Update README.md
Browse files
README.md
CHANGED
|
@@ -1,14 +1,24 @@
|
|
| 1 |
---
|
| 2 |
language: en
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- image-classification
|
| 5 |
-
-
|
| 6 |
-
-
|
| 7 |
-
|
| 8 |
-
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
|
|
|
| 1 |
---
|
| 2 |
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
library_name: custom_efficientnet
|
| 5 |
tags:
|
| 6 |
- image-classification
|
| 7 |
+
- computer-vision
|
| 8 |
+
- ai-generated-image-detection
|
| 9 |
+
metrics:
|
| 10 |
+
- accuracy
|
| 11 |
+
model-index:
|
| 12 |
+
- name: CustomEfficientNetForImageClassification
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
type: image-classification
|
| 16 |
+
name: Image Classification
|
| 17 |
+
dataset:
|
| 18 |
+
type: custom # Replace with actual dataset name if publicly available
|
| 19 |
+
name: AI Generated Image Detection Dataset
|
| 20 |
+
metrics:
|
| 21 |
+
- type: accuracy
|
| 22 |
+
value: 0.80 # Replace with your model's actual accuracy
|
| 23 |
+
name: Accuracy
|
| 24 |
---
|