Image Classification
Transformers
PyTorch
TensorBoard
English
efficientformer
Generated from Trainer
Eval Results (legacy)
Instructions to use DunnBC22/efficientformer-l3-300-Brain_Tumors_Image_Classification with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use DunnBC22/efficientformer-l3-300-Brain_Tumors_Image_Classification with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-classification", model="DunnBC22/efficientformer-l3-300-Brain_Tumors_Image_Classification") pipe("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/hub/parrots.png")# Load model directly from transformers import AutoModelForImageClassification model = AutoModelForImageClassification.from_pretrained("DunnBC22/efficientformer-l3-300-Brain_Tumors_Image_Classification", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -103,7 +103,7 @@ The following hyperparameters were used during training:
|
|
| 103 |
|
| 104 |
### Training results
|
| 105 |
|
| 106 |
-
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted
|
| 107 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
| 108 |
| 1.2856 | 1.0 | 180 | 1.4677 | 0.7284 | 0.6798 | 0.7284 | 0.6829 | 0.7284 | 0.7284 | 0.7133 | 0.8156 | 0.7284 | 0.8350 |
|
| 109 |
| 1.2856 | 2.0 | 360 | 2.1421 | 0.7563 | 0.7146 | 0.7563 | 0.7211 | 0.7563 | 0.7563 | 0.7471 | 0.8381 | 0.7563 | 0.8551 |
|
|
|
|
| 103 |
|
| 104 |
### Training results
|
| 105 |
|
| 106 |
+
| Training Loss | Epoch | Step | Validation Loss | Accuracy | Weighted F1 | Micro F1 | Macro F1 | Weighted Recall | Micro Recall | Macro Recall | Weighted Precision | Micro Precision | Macro Precision |
|
| 107 |
|:-------------:|:-----:|:----:|:---------------:|:--------:|:-----------:|:--------:|:--------:|:---------------:|:------------:|:------------:|:------------------:|:---------------:|:---------------:|
|
| 108 |
| 1.2856 | 1.0 | 180 | 1.4677 | 0.7284 | 0.6798 | 0.7284 | 0.6829 | 0.7284 | 0.7284 | 0.7133 | 0.8156 | 0.7284 | 0.8350 |
|
| 109 |
| 1.2856 | 2.0 | 360 | 2.1421 | 0.7563 | 0.7146 | 0.7563 | 0.7211 | 0.7563 | 0.7563 | 0.7471 | 0.8381 | 0.7563 | 0.8551 |
|