jichao commited on
Commit ·
db32299
1
Parent(s): efaf3db
YAML
Browse files
README.md
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
Model Card for Mars ViT Base Model
|
| 2 |
|
| 3 |
## Model Architecture
|
|
@@ -52,4 +59,6 @@ The model is optimized for feature extraction from CTX images. Detailed performa
|
|
| 52 |
|
| 53 |
### Limitations
|
| 54 |
The model is trained specifically on CTX images and may not generalize well to other types of images without further fine-tuning.
|
| 55 |
-
The model is designed for feature extraction and does not include a classification head.
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
tags:
|
| 4 |
+
- vision
|
| 5 |
+
license: apache-2.0
|
| 6 |
+
---
|
| 7 |
+
|
| 8 |
Model Card for Mars ViT Base Model
|
| 9 |
|
| 10 |
## Model Architecture
|
|
|
|
| 59 |
|
| 60 |
### Limitations
|
| 61 |
The model is trained specifically on CTX images and may not generalize well to other types of images without further fine-tuning.
|
| 62 |
+
The model is designed for feature extraction and does not include a classification head.
|
| 63 |
+
|
| 64 |
+
|