Update README.md
Browse files
README.md
CHANGED
@@ -11,15 +11,17 @@ metrics:
|
|
11 |
model-index:
|
12 |
- name: vit-real-fake-cls
|
13 |
results: []
|
|
|
|
|
14 |
---
|
15 |
|
16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
17 |
should probably proofread and complete it, then remove this comment. -->
|
18 |
|
19 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/real-fake-classification/runs/3wxs9xk6)
|
20 |
-
#
|
21 |
|
22 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on
|
23 |
It achieves the following results on the evaluation set:
|
24 |
- Loss: 0.0398
|
25 |
- Accuracy: 0.9866
|
@@ -27,20 +29,6 @@ It achieves the following results on the evaluation set:
|
|
27 |
- Recall: 0.9854
|
28 |
- Precision: 0.9902
|
29 |
|
30 |
-
## Model description
|
31 |
-
|
32 |
-
More information needed
|
33 |
-
|
34 |
-
## Intended uses & limitations
|
35 |
-
|
36 |
-
More information needed
|
37 |
-
|
38 |
-
## Training and evaluation data
|
39 |
-
|
40 |
-
More information needed
|
41 |
-
|
42 |
-
## Training procedure
|
43 |
-
|
44 |
### Training hyperparameters
|
45 |
|
46 |
The following hyperparameters were used during training:
|
@@ -74,4 +62,4 @@ The following hyperparameters were used during training:
|
|
74 |
- Transformers 4.41.0
|
75 |
- Pytorch 2.3.0+cu121
|
76 |
- Datasets 2.19.1
|
77 |
-
- Tokenizers 0.19.1
|
|
|
11 |
model-index:
|
12 |
- name: vit-real-fake-cls
|
13 |
results: []
|
14 |
+
datasets:
|
15 |
+
- date3k2/raw_real_fake_images
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
19 |
should probably proofread and complete it, then remove this comment. -->
|
20 |
|
21 |
[<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/date3k2/real-fake-classification/runs/3wxs9xk6)
|
22 |
+
# ViT Real Fake Image Classification
|
23 |
|
24 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on [Real & Fake Images](https://huggingface.co/datasets/date3k2/raw_real_fake_images) dataset.
|
25 |
It achieves the following results on the evaluation set:
|
26 |
- Loss: 0.0398
|
27 |
- Accuracy: 0.9866
|
|
|
29 |
- Recall: 0.9854
|
30 |
- Precision: 0.9902
|
31 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
|
|
62 |
- Transformers 4.41.0
|
63 |
- Pytorch 2.3.0+cu121
|
64 |
- Datasets 2.19.1
|
65 |
+
- Tokenizers 0.19.1
|