Nahrawy commited on
Commit
6193dcc
1 Parent(s): 106ab9e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -11,8 +11,8 @@ tags:
11
  - classification
12
  ---
13
 
14
- Classification model used to classify real images and AI generated images.
15
- The model used is swin-tiny-patch4-window7-224 finetued on aiornot dataset.
16
  To use the model
17
  ```
18
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification
 
11
  - classification
12
  ---
13
 
14
+ Classification model used to classify real images and AI generated images.\
15
+ The model used is swin-tiny-patch4-window7-224 finetued on aiornot dataset.\
16
  To use the model
17
  ```
18
  from transformers import AutoFeatureExtractor, AutoModelForImageClassification