Model save
Browse files
README.md
CHANGED
|
@@ -4,6 +4,8 @@ license: apache-2.0
|
|
| 4 |
base_model: facebook/convnext-base-224
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
|
|
|
|
|
|
| 7 |
model-index:
|
| 8 |
- name: convnext-base-224_rice-leaf-disease-augmented-v2_tl
|
| 9 |
results: []
|
|
@@ -15,6 +17,9 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 15 |
# convnext-base-224_rice-leaf-disease-augmented-v2_tl
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [facebook/convnext-base-224](https://huggingface.co/facebook/convnext-base-224) on an unknown dataset.
|
|
|
|
|
|
|
|
|
|
| 18 |
|
| 19 |
## Model description
|
| 20 |
|
|
@@ -43,6 +48,32 @@ The following hyperparameters were used during training:
|
|
| 43 |
- num_epochs: 20
|
| 44 |
- mixed_precision_training: Native AMP
|
| 45 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 46 |
### Framework versions
|
| 47 |
|
| 48 |
- Transformers 4.48.3
|
|
|
|
| 4 |
base_model: facebook/convnext-base-224
|
| 5 |
tags:
|
| 6 |
- generated_from_trainer
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
model-index:
|
| 10 |
- name: convnext-base-224_rice-leaf-disease-augmented-v2_tl
|
| 11 |
results: []
|
|
|
|
| 17 |
# convnext-base-224_rice-leaf-disease-augmented-v2_tl
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [facebook/convnext-base-224](https://huggingface.co/facebook/convnext-base-224) on an unknown dataset.
|
| 20 |
+
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 0.9910
|
| 22 |
+
- Accuracy: 0.6935
|
| 23 |
|
| 24 |
## Model description
|
| 25 |
|
|
|
|
| 48 |
- num_epochs: 20
|
| 49 |
- mixed_precision_training: Native AMP
|
| 50 |
|
| 51 |
+
### Training results
|
| 52 |
+
|
| 53 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy |
|
| 54 |
+
|:-------------:|:-----:|:----:|:---------------:|:--------:|
|
| 55 |
+
| 2.0641 | 1.0 | 63 | 1.9738 | 0.3780 |
|
| 56 |
+
| 1.833 | 2.0 | 126 | 1.7100 | 0.5 |
|
| 57 |
+
| 1.5486 | 3.0 | 189 | 1.4962 | 0.5595 |
|
| 58 |
+
| 1.3602 | 4.0 | 252 | 1.3563 | 0.5982 |
|
| 59 |
+
| 1.2385 | 5.0 | 315 | 1.2619 | 0.625 |
|
| 60 |
+
| 1.1522 | 6.0 | 378 | 1.1995 | 0.6458 |
|
| 61 |
+
| 1.0888 | 7.0 | 441 | 1.1555 | 0.6607 |
|
| 62 |
+
| 1.0383 | 8.0 | 504 | 1.1159 | 0.6667 |
|
| 63 |
+
| 1.0003 | 9.0 | 567 | 1.0857 | 0.6726 |
|
| 64 |
+
| 0.971 | 10.0 | 630 | 1.0579 | 0.6845 |
|
| 65 |
+
| 0.9447 | 11.0 | 693 | 1.0446 | 0.6815 |
|
| 66 |
+
| 0.9265 | 12.0 | 756 | 1.0262 | 0.6905 |
|
| 67 |
+
| 0.9123 | 13.0 | 819 | 1.0158 | 0.6845 |
|
| 68 |
+
| 0.8985 | 14.0 | 882 | 1.0050 | 0.6935 |
|
| 69 |
+
| 0.8902 | 15.0 | 945 | 0.9993 | 0.6964 |
|
| 70 |
+
| 0.8846 | 16.0 | 1008 | 0.9950 | 0.6935 |
|
| 71 |
+
| 0.8803 | 17.0 | 1071 | 0.9926 | 0.6935 |
|
| 72 |
+
| 0.8774 | 18.0 | 1134 | 0.9916 | 0.6935 |
|
| 73 |
+
| 0.8766 | 19.0 | 1197 | 0.9911 | 0.6935 |
|
| 74 |
+
| 0.8772 | 20.0 | 1260 | 0.9910 | 0.6935 |
|
| 75 |
+
|
| 76 |
+
|
| 77 |
### Framework versions
|
| 78 |
|
| 79 |
- Transformers 4.48.3
|
logs/events.out.tfevents.1740253775.639ac766f935.29253.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:e730ffe813762244af7f70262054814aa70d295800b062db8956121c71332765
|
| 3 |
+
size 16829
|