FarmerG commited on
Commit
bad789a
·
verified ·
1 Parent(s): e48b72f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,7 +1,10 @@
1
  ---
2
  base_model:
3
  - openai/clip-vit-base-patch32
4
- metrics:
5
- - accuracy
6
- pipeline_tag: image-classification
 
 
 
7
  ---
 
1
  ---
2
  base_model:
3
  - openai/clip-vit-base-patch32
4
+ tags:
5
+ - vision
6
+ widget:
7
+ - src: https://huggingface.co/datasets/mishig/sample_images/resolve/main/cat-dog-music.png
8
+ candidate_labels: playing music, playing sports
9
+ example_title: Cat & Dog
10
  ---