Upload processor
Browse files
README.md
CHANGED
@@ -1,22 +1,22 @@
|
|
1 |
---
|
2 |
-
library_name: transformers
|
3 |
-
license: other
|
4 |
base_model: apple/mobilevit-xx-small
|
5 |
-
tags:
|
6 |
-
- generated_from_trainer
|
7 |
datasets:
|
8 |
- webdataset
|
|
|
|
|
9 |
metrics:
|
10 |
- accuracy
|
11 |
- f1
|
12 |
- precision
|
13 |
- recall
|
|
|
|
|
14 |
model-index:
|
15 |
- name: frost-mobile-apple__mobilevit-xx-small-v2024-10-22
|
16 |
results:
|
17 |
- task:
|
18 |
-
name: Image Classification
|
19 |
type: image-classification
|
|
|
20 |
dataset:
|
21 |
name: webdataset
|
22 |
type: webdataset
|
@@ -24,18 +24,18 @@ model-index:
|
|
24 |
split: train
|
25 |
args: default
|
26 |
metrics:
|
27 |
-
-
|
28 |
-
type: accuracy
|
29 |
value: 0.9475555555555556
|
30 |
-
|
31 |
-
|
32 |
value: 0.8700440528634361
|
33 |
-
|
34 |
-
|
35 |
value: 0.8681318681318682
|
36 |
-
|
37 |
-
|
38 |
value: 0.8719646799116998
|
|
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
1 |
---
|
|
|
|
|
2 |
base_model: apple/mobilevit-xx-small
|
|
|
|
|
3 |
datasets:
|
4 |
- webdataset
|
5 |
+
library_name: transformers
|
6 |
+
license: other
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
- f1
|
10 |
- precision
|
11 |
- recall
|
12 |
+
tags:
|
13 |
+
- generated_from_trainer
|
14 |
model-index:
|
15 |
- name: frost-mobile-apple__mobilevit-xx-small-v2024-10-22
|
16 |
results:
|
17 |
- task:
|
|
|
18 |
type: image-classification
|
19 |
+
name: Image Classification
|
20 |
dataset:
|
21 |
name: webdataset
|
22 |
type: webdataset
|
|
|
24 |
split: train
|
25 |
args: default
|
26 |
metrics:
|
27 |
+
- type: accuracy
|
|
|
28 |
value: 0.9475555555555556
|
29 |
+
name: Accuracy
|
30 |
+
- type: f1
|
31 |
value: 0.8700440528634361
|
32 |
+
name: F1
|
33 |
+
- type: precision
|
34 |
value: 0.8681318681318682
|
35 |
+
name: Precision
|
36 |
+
- type: recall
|
37 |
value: 0.8719646799116998
|
38 |
+
name: Recall
|
39 |
---
|
40 |
|
41 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|