Use Hugging Face paper URL
#1
by
nielsr
HF Staff
- opened
README.md
CHANGED
@@ -1,17 +1,17 @@
|
|
1 |
---
|
2 |
-
tags:
|
3 |
-
- vision
|
4 |
-
- image-classification
|
5 |
datasets:
|
6 |
- imagenet
|
7 |
-
metrics:
|
8 |
-
- accuracy
|
9 |
-
library_tag: MogaNet
|
10 |
-
license: apache-2.0
|
11 |
language:
|
12 |
- en
|
13 |
library_name: timm
|
|
|
|
|
|
|
14 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
|
|
15 |
widget:
|
16 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
|
17 |
example_title: Tiger
|
@@ -19,7 +19,7 @@ widget:
|
|
19 |
|
20 |
# Model card for moganet_xtiny_224_in1k
|
21 |
|
22 |
-
MogaNet a new family of efficient ConvNets with preferable parameter-performance trade-offs, which is trained on ImageNet-1k (1 million images, 1,000 classes). It was first introduced in the paper [MogaNet](https://
|
23 |
|
24 |
## Description
|
25 |
|
@@ -106,4 +106,4 @@ for o in output:
|
|
106 |
year={2022},
|
107 |
volume={abs/2211.03295}
|
108 |
}
|
109 |
-
```
|
|
|
1 |
---
|
|
|
|
|
|
|
2 |
datasets:
|
3 |
- imagenet
|
|
|
|
|
|
|
|
|
4 |
language:
|
5 |
- en
|
6 |
library_name: timm
|
7 |
+
license: apache-2.0
|
8 |
+
metrics:
|
9 |
+
- accuracy
|
10 |
pipeline_tag: image-classification
|
11 |
+
tags:
|
12 |
+
- vision
|
13 |
+
- image-classification
|
14 |
+
library_tag: MogaNet
|
15 |
widget:
|
16 |
- src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
|
17 |
example_title: Tiger
|
|
|
19 |
|
20 |
# Model card for moganet_xtiny_224_in1k
|
21 |
|
22 |
+
MogaNet a new family of efficient ConvNets with preferable parameter-performance trade-offs, which is trained on ImageNet-1k (1 million images, 1,000 classes). It was first introduced in the paper [MogaNet](https://huggingface.co/papers/2211.03295) and released in [Westlake/MogaNet](https://github.com/Westlake-AI/MogaNet) and [Westlake/openmixup](https://github.com/Westlake-AI/openmixup).
|
23 |
|
24 |
## Description
|
25 |
|
|
|
106 |
year={2022},
|
107 |
volume={abs/2211.03295}
|
108 |
}
|
109 |
+
```
|