ahsanjavid
commited on
Commit
•
4430792
1
Parent(s):
5023897
Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
tags:
|
4 |
+
- vision
|
5 |
+
- image-classification
|
6 |
+
datasets:
|
7 |
+
- imagenet-1k
|
8 |
+
- cifar10
|
9 |
+
---
|
10 |
+
|
11 |
+
# ConvNext-tiny-finetuned-cifar10 (tiny-sized model)
|
12 |
+
|
13 |
+
ConvNeXT model trained on ImageNet-1k at resolution 224x224. It was introduced in the paper [A ConvNet for the 2020s](https://arxiv.org/abs/2201.03545) by Liu et al. and first released in [this repository](https://github.com/facebookresearch/ConvNeXt).
|
14 |
+
Convnext tiny finetuned on cifar 10 dataset. Which has ten classes.
|
15 |
+
|
16 |
+
Disclaimer: The team releasing ConvNeXT did not write a model card for this model so this model card has been written by the Hugging Face team.
|
17 |
+
|
18 |
+
|
19 |
+
|