added trained dataset
Browse files
README.md
CHANGED
@@ -20,12 +20,13 @@ tags:
|
|
20 |
- multimodal
|
21 |
- knowledge-guided
|
22 |
datasets:
|
23 |
-
-
|
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 |
|