Model save
Browse files- README.md +9 -1
- config.json +0 -1
- logs/events.out.tfevents.1738068006.6348a706cbe6.412.0 +2 -2
- logs/events.out.tfevents.1738156053.0fb85dc81c17.179.1 +3 -0
- model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -15,6 +15,14 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# vit-base-patch16-224_rice-leaf-disease-augmented_fft_012825
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -40,7 +48,7 @@ The following hyperparameters were used during training:
|
|
| 40 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 41 |
- lr_scheduler_type: linear
|
| 42 |
- lr_scheduler_warmup_ratio: 0.1
|
| 43 |
-
- num_epochs:
|
| 44 |
|
| 45 |
### Framework versions
|
| 46 |
|
|
|
|
| 15 |
# vit-base-patch16-224_rice-leaf-disease-augmented_fft_012825
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on an unknown dataset.
|
| 18 |
+
It achieves the following results on the evaluation set:
|
| 19 |
+
- epoch: 8.0
|
| 20 |
+
- eval_accuracy: 0.988
|
| 21 |
+
- eval_loss: 0.0322
|
| 22 |
+
- eval_runtime: 78.5419
|
| 23 |
+
- eval_samples_per_second: 25.464
|
| 24 |
+
- eval_steps_per_second: 0.407
|
| 25 |
+
- step: 2000
|
| 26 |
|
| 27 |
## Model description
|
| 28 |
|
|
|
|
| 48 |
- optimizer: Use OptimizerNames.ADAMW_TORCH with betas=(0.9,0.999) and epsilon=1e-08 and optimizer_args=No additional optimizer arguments
|
| 49 |
- lr_scheduler_type: linear
|
| 50 |
- lr_scheduler_warmup_ratio: 0.1
|
| 51 |
+
- num_epochs: 15
|
| 52 |
|
| 53 |
### Framework versions
|
| 54 |
|
config.json
CHANGED
|
@@ -37,7 +37,6 @@
|
|
| 37 |
"num_channels": 3,
|
| 38 |
"num_hidden_layers": 12,
|
| 39 |
"patch_size": 16,
|
| 40 |
-
"problem_type": "single_label_classification",
|
| 41 |
"qkv_bias": true,
|
| 42 |
"torch_dtype": "float32",
|
| 43 |
"transformers_version": "4.47.1"
|
|
|
|
| 37 |
"num_channels": 3,
|
| 38 |
"num_hidden_layers": 12,
|
| 39 |
"patch_size": 16,
|
|
|
|
| 40 |
"qkv_bias": true,
|
| 41 |
"torch_dtype": "float32",
|
| 42 |
"transformers_version": "4.47.1"
|
logs/events.out.tfevents.1738068006.6348a706cbe6.412.0
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:cd6319ca4e983128c5dfa9526b5b6a9924cfdd2887b82f2e2f68dc68653c5c30
|
| 3 |
+
size 9916
|
logs/events.out.tfevents.1738156053.0fb85dc81c17.179.1
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:ba5090b49ff8a5d046660d1ca0ab612ec757181d4b7d6d34e074bdb3bd3f4204
|
| 3 |
+
size 88
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343242432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c3677076374f3d42c31cbd88801bd0ca3175a85b13942a4207ada94f8aa34b28
|
| 3 |
size 343242432
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 5496
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:2bffacc6bc1b07d14f07a3824e028c85289a727fbfe0cb4c417030e8f4a5e4a0
|
| 3 |
size 5496
|