Instructions to use D-Roberts/tf-efficientformer-l1-300-dev2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use D-Roberts/tf-efficientformer-l1-300-dev2 with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("image-feature-extraction", model="D-Roberts/tf-efficientformer-l1-300-dev2")# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("D-Roberts/tf-efficientformer-l1-300-dev2", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -12,8 +12,7 @@ probably proofread and complete it, then remove this comment. -->
|
|
| 12 |
|
| 13 |
# tf-efficientformer-l1-300-dev2
|
| 14 |
|
| 15 |
-
|
| 16 |
-
It achieves the following results on the evaluation set:
|
| 17 |
|
| 18 |
|
| 19 |
## Model description
|
|
|
|
| 12 |
|
| 13 |
# tf-efficientformer-l1-300-dev2
|
| 14 |
|
| 15 |
+
dev-only
|
|
|
|
| 16 |
|
| 17 |
|
| 18 |
## Model description
|