AdamCodd commited on
Commit
5d80490
1 Parent(s): 808eea2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -32,6 +32,13 @@ It achieves the following results on the evaluation set:
32
  - Loss: 0.0937
33
  - Accuracy: 0.9654
34
 
 
 
 
 
 
 
 
35
 
36
  ## Model description
37
 
 
32
  - Loss: 0.0937
33
  - Accuracy: 0.9654
34
 
35
+ **Disclaimer**: This model wasn't made with generative images in mind! There is no generated image in the dataset used here, and it performs significantly worse on generative images, which will require another ViT model specifically trained on generative images. Here are the model's actual scores for generative images to give you an idea:
36
+ - Evaluation loss: 0.3682 (↑ 292.95%) {Lower is better}
37
+ - Accuracy: 0.8600 (↓ 10.91%)
38
+ - F1: 0.8654
39
+ - AUC: 0.9376 (↓ 5.75%)
40
+ - Precision: 0.8350
41
+ - Recall: 0.8980
42
 
43
  ## Model description
44