Update README.md
Browse files
README.md
CHANGED
|
@@ -1,9 +1,8 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
- image-classification
|
| 4 |
- timm
|
| 5 |
- transformers
|
| 6 |
-
pipeline_tag: image-
|
| 7 |
library_name: timm
|
| 8 |
license: other
|
| 9 |
license_name: dinov3-license
|
|
@@ -146,4 +145,4 @@ output = model.forward_head(output, pre_logits=True)
|
|
| 146 |
doi = {10.5281/zenodo.4414861},
|
| 147 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
| 148 |
}
|
| 149 |
-
```
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
|
|
|
| 3 |
- timm
|
| 4 |
- transformers
|
| 5 |
+
pipeline_tag: image-feature-extraction
|
| 6 |
library_name: timm
|
| 7 |
license: other
|
| 8 |
license_name: dinov3-license
|
|
|
|
| 145 |
doi = {10.5281/zenodo.4414861},
|
| 146 |
howpublished = {\url{https://github.com/huggingface/pytorch-image-models}}
|
| 147 |
}
|
| 148 |
+
```
|