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
|
@@ -114,4 +114,13 @@ The following hyperparameters were used during training:
|
|
| 114 |
- Transformers 4.28.1
|
| 115 |
- Pytorch 2.0.0
|
| 116 |
- Datasets 2.11.0
|
| 117 |
-
- Tokenizers 0.13.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 114 |
- Transformers 4.28.1
|
| 115 |
- Pytorch 2.0.0
|
| 116 |
- Datasets 2.11.0
|
| 117 |
+
- Tokenizers 0.13.3
|
| 118 |
+
|
| 119 |
+
|
| 120 |
+
## License Notice
|
| 121 |
+
This model is a fine-tuned derivative of a pretrained model.
|
| 122 |
+
Users must comply with the original model license.
|
| 123 |
+
|
| 124 |
+
|
| 125 |
+
## Dataset Notice
|
| 126 |
+
This model was fine-tuned on third-party datasets which may have separate licenses or usage restrictions.
|