remiai3 commited on
Commit
46d4ce6
·
verified ·
1 Parent(s): 93baf52

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,3 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
  # Image Classification (CPU/GPU)
2
 
3
  - **Model:** torchvision `mobilenet_v2` pretrained on ImageNet (Apache-2.0)
@@ -19,4 +31,4 @@ python main.py --help
19
 
20
  > Tip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
21
 
22
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ language:
4
+ - en
5
+ base_model:
6
+ - google/mobilenet_v2_1.0_224
7
+ pipeline_tag: image-classification
8
+ tags:
9
+ - art
10
+ - imageclassficatio
11
+ - torchvision.models.mobilenet_v2
12
+ ---
13
  # Image Classification (CPU/GPU)
14
 
15
  - **Model:** torchvision `mobilenet_v2` pretrained on ImageNet (Apache-2.0)
 
31
 
32
  > Tip: If you have a GPU + CUDA, PyTorch will auto-use it. If not, everything runs on CPU (slower but works).
33
 
34
+ ---