Image Classification
timm
English
vision
nielsr HF Staff commited on
Commit
fbec0d6
·
verified ·
1 Parent(s): e4ddf19

Add link to code, replace Arxiv link with HF paper page link

Browse files

This PR replaces the Arxiv link to the paper with the Hugging Face paper page link, such that the model can be found at https://huggingface.co/papers/2211.03295. The link to the code repository has also been added.

Files changed (1) hide show
  1. README.md +9 -9
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_large_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://arxiv.org/abs/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,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_large_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
+ ```