jacoballessio commited on
Commit
a213f7f
1 Parent(s): 1d70194

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -9
README.md CHANGED
@@ -1,14 +1,24 @@
1
  ---
2
  language: en
 
 
3
  tags:
4
  - image-classification
5
- - efficientnet
6
- - huggingface
7
- - pytorch
8
- - fake-image-detection
9
- license: apache-2.0
10
- inference: true
11
- model_type: image-classifier
12
- model_architecture: efficientnet_b0
13
- model_description: EfficientNet-B0 based image classification model for fake image detection
 
 
 
 
 
 
 
 
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
  ---