Model save
Browse files- README.md +19 -6
- config.json +0 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -3,14 +3,27 @@ library_name: transformers
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: google/vit-base-patch16-224-in21k
|
| 5 |
tags:
|
| 6 |
-
- image-classification
|
| 7 |
-
- vision
|
| 8 |
- generated_from_trainer
|
|
|
|
|
|
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
model-index:
|
| 12 |
- name: vit-base-beans
|
| 13 |
-
results:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
---
|
| 15 |
|
| 16 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
@@ -18,10 +31,10 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
# vit-base-beans
|
| 20 |
|
| 21 |
-
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the
|
| 22 |
It achieves the following results on the evaluation set:
|
| 23 |
-
-
|
| 24 |
-
-
|
| 25 |
|
| 26 |
## Model description
|
| 27 |
|
|
|
|
| 3 |
license: apache-2.0
|
| 4 |
base_model: google/vit-base-patch16-224-in21k
|
| 5 |
tags:
|
|
|
|
|
|
|
| 6 |
- generated_from_trainer
|
| 7 |
+
datasets:
|
| 8 |
+
- arrow
|
| 9 |
metrics:
|
| 10 |
- accuracy
|
| 11 |
model-index:
|
| 12 |
- name: vit-base-beans
|
| 13 |
+
results:
|
| 14 |
+
- task:
|
| 15 |
+
name: Image Classification
|
| 16 |
+
type: image-classification
|
| 17 |
+
dataset:
|
| 18 |
+
name: arrow
|
| 19 |
+
type: arrow
|
| 20 |
+
config: default
|
| 21 |
+
split: validation
|
| 22 |
+
args: default
|
| 23 |
+
metrics:
|
| 24 |
+
- name: Accuracy
|
| 25 |
+
type: accuracy
|
| 26 |
+
value: 0.9774436090225563
|
| 27 |
---
|
| 28 |
|
| 29 |
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
|
|
|
| 31 |
|
| 32 |
# vit-base-beans
|
| 33 |
|
| 34 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on the arrow dataset.
|
| 35 |
It achieves the following results on the evaluation set:
|
| 36 |
+
- Accuracy: 0.9774
|
| 37 |
+
- Loss: 0.0842
|
| 38 |
|
| 39 |
## Model description
|
| 40 |
|
config.json
CHANGED
|
@@ -28,7 +28,6 @@
|
|
| 28 |
"num_channels": 3,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"patch_size": 16,
|
| 31 |
-
"problem_type": "single_label_classification",
|
| 32 |
"qkv_bias": true,
|
| 33 |
"torch_dtype": "float32",
|
| 34 |
"transformers_version": "4.44.2"
|
|
|
|
| 28 |
"num_channels": 3,
|
| 29 |
"num_hidden_layers": 12,
|
| 30 |
"patch_size": 16,
|
|
|
|
| 31 |
"qkv_bias": true,
|
| 32 |
"torch_dtype": "float32",
|
| 33 |
"transformers_version": "4.44.2"
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:1242eae1c5588a2da5b4a18ce6e32cff162624b7dc6fbf28e7377f9029dd9931
|
| 3 |
size 5240
|