Image Classification
Transformers
PyTorch
Inference Endpoints
Francesco commited on
Commit
9e69e30
1 Parent(s): 3712e05

commit files to HF hub

Browse files
Files changed (1) hide show
  1. README.md +7 -15
README.md CHANGED
@@ -1,20 +1,12 @@
1
  ---
2
- license: apache-2.0
3
- tags:
4
- - image-classification
5
- datasets:
6
- - imagenet
7
- - imagenet-21k
8
- widget:
9
- - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/tiger.jpg
10
- example_title: Tiger
11
- - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/teapot.jpg
12
- example_title: Teapot
13
- - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/palace.jpg
14
- example_title: Palace
15
- ---
16
  # resnet26
17
-
18
  Implementation of ResNet proposed in [Deep Residual Learning for Image
19
  Recognition](https://arxiv.org/abs/1512.03385)
20
 
 
1
  ---
2
+ license: apache-2.0
3
+ tags:
4
+ - image-classification
5
+ datasets:
6
+ - imagenet
7
+ ---
8
+
 
 
 
 
 
 
 
9
  # resnet26
 
10
  Implementation of ResNet proposed in [Deep Residual Learning for Image
11
  Recognition](https://arxiv.org/abs/1512.03385)
12