Update README.md
Browse files
README.md
CHANGED
|
@@ -5,10 +5,12 @@ language:
|
|
| 5 |
base_model:
|
| 6 |
- openai/clip-vit-base-patch32
|
| 7 |
pipeline_tag: image-classification
|
|
|
|
|
|
|
| 8 |
---
|
| 9 |
# Bowman Chrome Prospects Classifier
|
| 10 |
|
| 11 |
-
A fine-tuned CLIP model for classifying Bowman Chrome prospect baseball cards into their parallel/rarity variants.
|
| 12 |
|
| 13 |
## Model Description
|
| 14 |
|
|
|
|
| 5 |
base_model:
|
| 6 |
- openai/clip-vit-base-patch32
|
| 7 |
pipeline_tag: image-classification
|
| 8 |
+
datasets:
|
| 9 |
+
- hazelbestt/bowman_prospects_supervised_images
|
| 10 |
---
|
| 11 |
# Bowman Chrome Prospects Classifier
|
| 12 |
|
| 13 |
+
A fine-tuned CLIP model for classifying Bowman Chrome prospect baseball cards into their parallel/rarity variants. The model was trained on this [dataset](https://huggingface.co/datasets/hazelbestt/bowman_prospects_supervised_images)
|
| 14 |
|
| 15 |
## Model Description
|
| 16 |
|