Model save
Browse files- README.md +3 -5
- config.json +0 -1
- training_args.bin +1 -1
README.md
CHANGED
@@ -3,8 +3,6 @@ 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
|
@@ -18,10 +16,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
|
22 |
It achieves the following results on the evaluation set:
|
23 |
-
- Loss: 0.0079
|
24 |
- Accuracy: 1.0
|
|
|
25 |
|
26 |
## Model description
|
27 |
|
@@ -50,7 +48,7 @@ The following hyperparameters were used during training:
|
|
50 |
- total_eval_batch_size: 16
|
51 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
52 |
- lr_scheduler_type: linear
|
53 |
-
- num_epochs:
|
54 |
|
55 |
### Training results
|
56 |
|
|
|
3 |
license: apache-2.0
|
4 |
base_model: google/vit-base-patch16-224-in21k
|
5 |
tags:
|
|
|
|
|
6 |
- generated_from_trainer
|
7 |
metrics:
|
8 |
- accuracy
|
|
|
16 |
|
17 |
# vit-base-beans
|
18 |
|
19 |
+
This model is a fine-tuned version of [google/vit-base-patch16-224-in21k](https://huggingface.co/google/vit-base-patch16-224-in21k) on an unknown dataset.
|
20 |
It achieves the following results on the evaluation set:
|
|
|
21 |
- Accuracy: 1.0
|
22 |
+
- Loss: 0.0079
|
23 |
|
24 |
## Model description
|
25 |
|
|
|
48 |
- total_eval_batch_size: 16
|
49 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
50 |
- lr_scheduler_type: linear
|
51 |
+
- num_epochs: 5.0
|
52 |
|
53 |
### Training results
|
54 |
|
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.45.0.dev0"
|
|
|
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.45.0.dev0"
|
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:0198f2c3d9a10788c2700a949f2e79c18fd3590b97fc4e421aa7c4a814bfc160
|
3 |
size 5240
|