add model-card frontmatter
Browse files
README.md
CHANGED
|
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# covtoken — Label-Free Lesion-Subspace Token Economy for Medical Imaging
|
| 2 |
|
| 3 |
Code, gated evaluation, and a working paper draft for a label-free token-pruning method on
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
tags:
|
| 4 |
+
- medical-imaging
|
| 5 |
+
- token-pruning
|
| 6 |
+
- self-supervised-learning
|
| 7 |
+
- label-free
|
| 8 |
+
- vision-transformer
|
| 9 |
+
- negative-results
|
| 10 |
+
library_name: pytorch
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
# covtoken — Label-Free Lesion-Subspace Token Economy for Medical Imaging
|
| 14 |
|
| 15 |
Code, gated evaluation, and a working paper draft for a label-free token-pruning method on
|