Update README.md
Browse files
README.md
CHANGED
|
@@ -1,5 +1,8 @@
|
|
| 1 |
---
|
| 2 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
|
| 3 |
---
|
| 4 |
|
| 5 |
-
This is a EfficientNetB0 model, trained on the ImageNet1k Dataset.
|
|
|
|
| 1 |
---
|
| 2 |
pipeline_tag: image-classification
|
| 3 |
+
datasets:
|
| 4 |
+
- imagenet-1k
|
| 5 |
+
library_name: asteroid
|
| 6 |
---
|
| 7 |
|
| 8 |
+
This is a EfficientNetB0 model, trained on the ImageNet1k Dataset.
|