🍻 cheers
Browse files
README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
-
base_model:
|
4 |
tags:
|
5 |
- image-classification
|
6 |
- image-feature-extraction
|
@@ -12,7 +12,20 @@ metrics:
|
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
- name: vit-finetune-scrap
|
15 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
16 |
---
|
17 |
|
18 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
@@ -20,7 +33,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
20 |
|
21 |
# vit-finetune-scrap
|
22 |
|
23 |
-
This model is a fine-tuned version of [
|
24 |
It achieves the following results on the evaluation set:
|
25 |
- Loss: 1.6353
|
26 |
- Accuracy: 0.8667
|
|
|
1 |
---
|
2 |
license: apache-2.0
|
3 |
+
base_model: d071696/vit-finetune-scrap
|
4 |
tags:
|
5 |
- image-classification
|
6 |
- image-feature-extraction
|
|
|
12 |
- accuracy
|
13 |
model-index:
|
14 |
- name: vit-finetune-scrap
|
15 |
+
results:
|
16 |
+
- task:
|
17 |
+
name: Image Classification
|
18 |
+
type: image-classification
|
19 |
+
dataset:
|
20 |
+
name: d071696/scraps1
|
21 |
+
type: imagefolder
|
22 |
+
config: default
|
23 |
+
split: train
|
24 |
+
args: default
|
25 |
+
metrics:
|
26 |
+
- name: Accuracy
|
27 |
+
type: accuracy
|
28 |
+
value: 0.8666666666666667
|
29 |
---
|
30 |
|
31 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
33 |
|
34 |
# vit-finetune-scrap
|
35 |
|
36 |
+
This model is a fine-tuned version of [d071696/vit-finetune-scrap](https://huggingface.co/d071696/vit-finetune-scrap) on the d071696/scraps1 dataset.
|
37 |
It achieves the following results on the evaluation set:
|
38 |
- Loss: 1.6353
|
39 |
- Accuracy: 0.8667
|