BGLab commited on
Commit
3034a28
·
verified ·
1 Parent(s): ab2b309

added trained dataset

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -20,12 +20,13 @@ tags:
20
  - multimodal
21
  - knowledge-guided
22
  datasets:
23
- - ChihHsuan-Yang/Arboretum
24
- - EOL
25
  base_model:
26
  - openai/clip-vit-base-patch16
27
  - openai/clip-vit-large-patch14
28
  pipeline_tag: zero-shot-image-classification
 
 
29
  ---
30
 
31
 
 
20
  - multimodal
21
  - knowledge-guided
22
  datasets:
23
+ - BGLab/BioTrove-Train
 
24
  base_model:
25
  - openai/clip-vit-base-patch16
26
  - openai/clip-vit-large-patch14
27
  pipeline_tag: zero-shot-image-classification
28
+ metrics:
29
+ - accuracy
30
  ---
31
 
32