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