Update metadata with huggingface_hub
Browse files
README.md
CHANGED
@@ -10,8 +10,8 @@ model-index:
|
|
10 |
- name: vit-base-patch16-224-in21k-face-recognition
|
11 |
results:
|
12 |
- task:
|
13 |
-
name: Image Classification
|
14 |
type: image-classification
|
|
|
15 |
dataset:
|
16 |
name: imagefolder
|
17 |
type: imagefolder
|
@@ -19,9 +19,20 @@ model-index:
|
|
19 |
split: train
|
20 |
args: default
|
21 |
metrics:
|
22 |
-
-
|
23 |
-
type: accuracy
|
24 |
value: 0.999957997311828
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
---
|
26 |
|
27 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
10 |
- name: vit-base-patch16-224-in21k-face-recognition
|
11 |
results:
|
12 |
- task:
|
|
|
13 |
type: image-classification
|
14 |
+
name: Image Classification
|
15 |
dataset:
|
16 |
name: imagefolder
|
17 |
type: imagefolder
|
|
|
19 |
split: train
|
20 |
args: default
|
21 |
metrics:
|
22 |
+
- type: accuracy
|
|
|
23 |
value: 0.999957997311828
|
24 |
+
name: Accuracy
|
25 |
+
- task:
|
26 |
+
type: image-classification
|
27 |
+
name: Image Classification
|
28 |
+
dataset:
|
29 |
+
name: custom
|
30 |
+
type: custom
|
31 |
+
split: test
|
32 |
+
metrics:
|
33 |
+
- type: precision
|
34 |
+
value: 1.0
|
35 |
+
name: Precision
|
36 |
---
|
37 |
|
38 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|