Add link to paper
Browse filesThis PR links the model card to the paper at https://arxiv.org/abs/2211.03295.
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
|
@@ -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
|
|
|
106 |
year={2022},
|
107 |
volume={abs/2211.03295}
|
108 |
}
|
109 |
+
```
|