tarekziade
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -12,30 +12,32 @@ pipeline_tag: image-classification
|
|
12 |
datasets: tarekziade/docornot
|
13 |
---
|
14 |
|
15 |
-
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
16 |
-
should probably proofread and complete it, then remove this comment. -->
|
17 |
|
18 |
-
|
|
|
19 |
|
20 |
This model is a fine-tuned version of [facebook/deit-tiny-distilled-patch16-224](https://huggingface.co/facebook/deit-tiny-distilled-patch16-224) on the [docornot](https://huggingface.co/datasets/tarekziade/docornot) dataset.
|
|
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0000
|
23 |
- Accuracy: 1.0
|
24 |
|
25 |
-
## Model description
|
26 |
|
27 |
-
More information needed
|
28 |
|
29 |
-
## Intended uses & limitations
|
30 |
|
31 |
-
|
|
|
|
|
|
|
32 |
|
33 |
-
##
|
34 |
|
35 |
-
|
36 |
|
37 |
## Training procedure
|
38 |
|
|
|
|
|
39 |
### Training hyperparameters
|
40 |
|
41 |
The following hyperparameters were used during training:
|
|
|
12 |
datasets: tarekziade/docornot
|
13 |
---
|
14 |
|
|
|
|
|
15 |
|
16 |
+
|
17 |
+
# Results
|
18 |
|
19 |
This model is a fine-tuned version of [facebook/deit-tiny-distilled-patch16-224](https://huggingface.co/facebook/deit-tiny-distilled-patch16-224) on the [docornot](https://huggingface.co/datasets/tarekziade/docornot) dataset.
|
20 |
+
|
21 |
It achieves the following results on the evaluation set:
|
22 |
- Loss: 0.0000
|
23 |
- Accuracy: 1.0
|
24 |
|
|
|
25 |
|
|
|
26 |
|
|
|
27 |
|
28 |
+
## Model description
|
29 |
+
|
30 |
+
This model is distilled Vision Transformer (ViT) model.
|
31 |
+
Images are presented to the model as a sequence of fixed-size patches (resolution 16x16), which are linearly embedded.
|
32 |
|
33 |
+
## Intended uses & limitations
|
34 |
|
35 |
+
You can use this model to detect if an image is a picture or a document.
|
36 |
|
37 |
## Training procedure
|
38 |
|
39 |
+
Source code used to generate this model : https://github.com/tarekziade/docornot
|
40 |
+
|
41 |
### Training hyperparameters
|
42 |
|
43 |
The following hyperparameters were used during training:
|