Instructions to use nqvii/fold_3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use nqvii/fold_3 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="nqvii/fold_3") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoImageProcessor, AutoModelForImageClassification processor = AutoImageProcessor.from_pretrained("nqvii/fold_3") model = AutoModelForImageClassification.from_pretrained("nqvii/fold_3", device_map="auto") - Notebooks
- Google Colab
- Kaggle
End of training Fold 3
Browse files- README.md +52 -50
- model.safetensors +1 -1
README.md
CHANGED
|
@@ -37,7 +37,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 37 |
|
| 38 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
| 39 |
It achieves the following results on the evaluation set:
|
| 40 |
-
- Loss: 1.
|
| 41 |
- Accuracy: 0.9828
|
| 42 |
- F1 Score: 0.9839
|
| 43 |
- Recall: 0.9828
|
|
@@ -75,55 +75,57 @@ The following hyperparameters were used during training:
|
|
| 75 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:------:|
|
| 76 |
| 2.8990 | 1.0 | 19 | 2.8243 | 0.3 | 0.1902 | 0.2394 |
|
| 77 |
| 2.6775 | 2.0 | 38 | 2.5749 | 0.3759 | 0.2813 | 0.3098 |
|
| 78 |
-
| 2.3450 | 3.0 | 57 | 2.
|
| 79 |
-
| 1.
|
| 80 |
-
| 1.
|
| 81 |
-
| 1.
|
| 82 |
-
| 1.
|
| 83 |
-
| 1.
|
| 84 |
-
| 1.
|
| 85 |
-
| 1.
|
| 86 |
-
| 1.
|
| 87 |
-
| 1.
|
| 88 |
-
| 1.
|
| 89 |
-
| 1.
|
| 90 |
-
| 1.
|
| 91 |
-
| 1.
|
| 92 |
-
| 1.
|
| 93 |
-
| 0.
|
| 94 |
-
| 0.
|
| 95 |
-
| 0.
|
| 96 |
-
| 0.
|
| 97 |
-
| 0.
|
| 98 |
-
| 0.9900 | 23.0 | 437 | 1.
|
| 99 |
-
| 0.
|
| 100 |
-
| 0.
|
| 101 |
-
| 0.9708 | 26.0 | 494 | 1.
|
| 102 |
-
| 0.
|
| 103 |
-
| 0.
|
| 104 |
-
| 0.
|
| 105 |
-
| 0.
|
| 106 |
-
| 0.
|
| 107 |
-
| 0.
|
| 108 |
-
| 0.
|
| 109 |
-
| 0.
|
| 110 |
-
| 0.
|
| 111 |
-
| 0.
|
| 112 |
-
| 0.
|
| 113 |
-
| 0.
|
| 114 |
-
| 0.
|
| 115 |
-
| 0.
|
| 116 |
-
| 0.
|
| 117 |
-
| 0.9599 | 42.0 | 798 | 1.
|
| 118 |
-
| 0.
|
| 119 |
-
| 0.
|
| 120 |
-
| 0.9624 | 45.0 | 855 | 1.
|
| 121 |
-
| 0.
|
| 122 |
-
| 0.
|
| 123 |
-
| 0.
|
| 124 |
-
| 0.
|
| 125 |
-
| 0.
|
| 126 |
-
| 0.
|
|
|
|
|
|
|
| 127 |
|
| 128 |
|
| 129 |
### Framework versions
|
|
|
|
| 37 |
|
| 38 |
This model is a fine-tuned version of [google/vit-base-patch16-224](https://huggingface.co/google/vit-base-patch16-224) on the imagefolder dataset.
|
| 39 |
It achieves the following results on the evaluation set:
|
| 40 |
+
- Loss: 1.0408
|
| 41 |
- Accuracy: 0.9828
|
| 42 |
- F1 Score: 0.9839
|
| 43 |
- Recall: 0.9828
|
|
|
|
| 75 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:------:|
|
| 76 |
| 2.8990 | 1.0 | 19 | 2.8243 | 0.3 | 0.1902 | 0.2394 |
|
| 77 |
| 2.6775 | 2.0 | 38 | 2.5749 | 0.3759 | 0.2813 | 0.3098 |
|
| 78 |
+
| 2.3450 | 3.0 | 57 | 2.2350 | 0.5931 | 0.5678 | 0.5485 |
|
| 79 |
+
| 1.9329 | 4.0 | 76 | 1.8672 | 0.7828 | 0.7860 | 0.7689 |
|
| 80 |
+
| 1.5705 | 5.0 | 95 | 1.5231 | 0.8931 | 0.9009 | 0.8963 |
|
| 81 |
+
| 1.3488 | 6.0 | 114 | 1.3058 | 0.9379 | 0.9421 | 0.9399 |
|
| 82 |
+
| 1.1881 | 7.0 | 133 | 1.2164 | 0.9379 | 0.9429 | 0.9400 |
|
| 83 |
+
| 1.1692 | 8.0 | 152 | 1.1655 | 0.9483 | 0.9521 | 0.9498 |
|
| 84 |
+
| 1.1013 | 9.0 | 171 | 1.1383 | 0.9621 | 0.9654 | 0.9620 |
|
| 85 |
+
| 1.0939 | 10.0 | 190 | 1.1244 | 0.9586 | 0.9621 | 0.9570 |
|
| 86 |
+
| 1.0743 | 11.0 | 209 | 1.1158 | 0.9690 | 0.9716 | 0.9682 |
|
| 87 |
+
| 1.0535 | 12.0 | 228 | 1.0974 | 0.9655 | 0.9687 | 0.9670 |
|
| 88 |
+
| 1.0468 | 13.0 | 247 | 1.0882 | 0.9655 | 0.9683 | 0.9683 |
|
| 89 |
+
| 1.0113 | 14.0 | 266 | 1.0735 | 0.9759 | 0.9778 | 0.9766 |
|
| 90 |
+
| 1.0041 | 15.0 | 285 | 1.0831 | 0.9724 | 0.9753 | 0.9717 |
|
| 91 |
+
| 1.0087 | 16.0 | 304 | 1.0676 | 0.9724 | 0.9749 | 0.9754 |
|
| 92 |
+
| 1.0055 | 17.0 | 323 | 1.0714 | 0.9655 | 0.9689 | 0.9705 |
|
| 93 |
+
| 0.9963 | 18.0 | 342 | 1.0680 | 0.9690 | 0.9719 | 0.9730 |
|
| 94 |
+
| 0.9857 | 19.0 | 361 | 1.0630 | 0.9759 | 0.9776 | 0.9753 |
|
| 95 |
+
| 0.9784 | 20.0 | 380 | 1.0617 | 0.9724 | 0.9748 | 0.9754 |
|
| 96 |
+
| 0.9790 | 21.0 | 399 | 1.0653 | 0.9724 | 0.9748 | 0.9754 |
|
| 97 |
+
| 0.9791 | 22.0 | 418 | 1.0574 | 0.9724 | 0.9749 | 0.9754 |
|
| 98 |
+
| 0.9900 | 23.0 | 437 | 1.0858 | 0.9690 | 0.9720 | 0.9768 |
|
| 99 |
+
| 0.9790 | 24.0 | 456 | 1.0520 | 0.9759 | 0.9776 | 0.9753 |
|
| 100 |
+
| 0.9708 | 25.0 | 475 | 1.0499 | 0.9724 | 0.9749 | 0.9754 |
|
| 101 |
+
| 0.9708 | 26.0 | 494 | 1.0448 | 0.9793 | 0.9809 | 0.9803 |
|
| 102 |
+
| 0.9707 | 27.0 | 513 | 1.0459 | 0.9793 | 0.9809 | 0.9803 |
|
| 103 |
+
| 0.9729 | 28.0 | 532 | 1.0549 | 0.9690 | 0.9719 | 0.9730 |
|
| 104 |
+
| 0.9845 | 29.0 | 551 | 1.0451 | 0.9793 | 0.9809 | 0.9803 |
|
| 105 |
+
| 0.9771 | 30.0 | 570 | 1.0502 | 0.9759 | 0.9778 | 0.9766 |
|
| 106 |
+
| 0.9716 | 31.0 | 589 | 1.0507 | 0.9759 | 0.9779 | 0.9779 |
|
| 107 |
+
| 0.9669 | 32.0 | 608 | 1.0457 | 0.9793 | 0.9809 | 0.9803 |
|
| 108 |
+
| 0.9761 | 33.0 | 627 | 1.0483 | 0.9793 | 0.9808 | 0.9791 |
|
| 109 |
+
| 0.9627 | 34.0 | 646 | 1.0437 | 0.9724 | 0.9743 | 0.9743 |
|
| 110 |
+
| 0.9738 | 35.0 | 665 | 1.0431 | 0.9759 | 0.9779 | 0.9779 |
|
| 111 |
+
| 0.9666 | 36.0 | 684 | 1.0413 | 0.9759 | 0.9779 | 0.9779 |
|
| 112 |
+
| 0.9657 | 37.0 | 703 | 1.0452 | 0.9724 | 0.9743 | 0.9743 |
|
| 113 |
+
| 0.9649 | 38.0 | 722 | 1.0440 | 0.9793 | 0.9809 | 0.9803 |
|
| 114 |
+
| 0.9607 | 39.0 | 741 | 1.0389 | 0.9759 | 0.9774 | 0.9780 |
|
| 115 |
+
| 0.9693 | 40.0 | 760 | 1.0408 | 0.9828 | 0.9839 | 0.9828 |
|
| 116 |
+
| 0.9692 | 41.0 | 779 | 1.0374 | 0.9793 | 0.9809 | 0.9803 |
|
| 117 |
+
| 0.9599 | 42.0 | 798 | 1.0390 | 0.9793 | 0.9809 | 0.9803 |
|
| 118 |
+
| 0.9601 | 43.0 | 817 | 1.0372 | 0.9793 | 0.9810 | 0.9816 |
|
| 119 |
+
| 0.9642 | 44.0 | 836 | 1.0432 | 0.9793 | 0.9809 | 0.9803 |
|
| 120 |
+
| 0.9624 | 45.0 | 855 | 1.0412 | 0.9759 | 0.9779 | 0.9779 |
|
| 121 |
+
| 0.9598 | 46.0 | 874 | 1.0395 | 0.9793 | 0.9809 | 0.9803 |
|
| 122 |
+
| 0.9567 | 47.0 | 893 | 1.0414 | 0.9793 | 0.9809 | 0.9803 |
|
| 123 |
+
| 0.9634 | 48.0 | 912 | 1.0416 | 0.9759 | 0.9779 | 0.9779 |
|
| 124 |
+
| 0.9662 | 49.0 | 931 | 1.0416 | 0.9759 | 0.9779 | 0.9779 |
|
| 125 |
+
| 0.9652 | 50.0 | 950 | 1.0457 | 0.9759 | 0.9779 | 0.9779 |
|
| 126 |
+
| 0.9597 | 51.0 | 969 | 1.0418 | 0.9724 | 0.9748 | 0.9754 |
|
| 127 |
+
| 0.9675 | 52.0 | 988 | 1.0403 | 0.9724 | 0.9748 | 0.9754 |
|
| 128 |
+
| 0.9615 | 53.0 | 1007 | 1.0389 | 0.9724 | 0.9749 | 0.9754 |
|
| 129 |
|
| 130 |
|
| 131 |
### Framework versions
|
model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 343230128
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:e9edf075eed452c1f460b09089aa2492748a3cc8d5e222f8e9a4f7b8445f0014
|
| 3 |
size 343230128
|