Image Classification
Transformers
PyTorch
Inference Endpoints
Francesco commited on
Commit
4125c23
1 Parent(s): 7a609d5

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +8 -6
README.md CHANGED
@@ -1,9 +1,11 @@
1
-
2
- #---
3
- # tags:
4
- # - image-classification
5
- # datasets:
6
- # - imagenet
 
 
7
  # resnet18
8
  Implementation of ResNet proposed in [Deep Residual Learning for Image
9
  Recognition](https://arxiv.org/abs/1512.03385)
 
1
+ ---
2
+ license: apache-2.0
3
+ tags:
4
+ - image-classification
5
+ datasets:
6
+ - imagenet
7
+ ---
8
+
9
  # resnet18
10
  Implementation of ResNet proposed in [Deep Residual Learning for Image
11
  Recognition](https://arxiv.org/abs/1512.03385)