Venkata Pydipalli
commited on
Commit
·
b9419bc
1
Parent(s):
22937f2
Fix YAML metadata in model card
Browse files
README.md
CHANGED
@@ -1,8 +1,3 @@
|
|
1 |
-
# CLIP ViT Base Patch32 Fine-Tuned on PatchCamelyon (PCAM)
|
2 |
-
|
3 |
-
## Overview
|
4 |
-
This repository contains a fine-tuned version of the [CLIP ViT Base Patch32](https://huggingface.co/tanganke/clip-vit-base-patch32_pcam) model on the [PatchCamelyon (PCAM)](https://huggingface.co/datasets/1aurent/PatchCamelyon) dataset. The model is optimized for histopathological image classification.
|
5 |
-
|
6 |
---
|
7 |
tags:
|
8 |
- vision
|
@@ -17,6 +12,11 @@ datasets:
|
|
17 |
- 1aurent/PatchCamelyon
|
18 |
---
|
19 |
|
|
|
|
|
|
|
|
|
|
|
20 |
## Model Details
|
21 |
- **Base Model**: `openai/clip-vit-base-patch32`
|
22 |
- **Dataset**: `PatchCamelyon`
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
tags:
|
3 |
- vision
|
|
|
12 |
- 1aurent/PatchCamelyon
|
13 |
---
|
14 |
|
15 |
+
# CLIP ViT Base Patch32 Fine-Tuned on PatchCamelyon (PCAM)
|
16 |
+
|
17 |
+
## Overview
|
18 |
+
This repository contains a fine-tuned version of the [CLIP ViT Base Patch32](https://huggingface.co/tanganke/clip-vit-base-patch32_pcam) model on the [PatchCamelyon (PCAM)](https://huggingface.co/datasets/1aurent/PatchCamelyon) dataset. The model is optimized for histopathological image classification.
|
19 |
+
|
20 |
## Model Details
|
21 |
- **Base Model**: `openai/clip-vit-base-patch32`
|
22 |
- **Dataset**: `PatchCamelyon`
|