Update README.md
Browse files
README.md
CHANGED
@@ -3,7 +3,11 @@ library_name: transformers
|
|
3 |
pipeline_tag: image-feature-extraction
|
4 |
---
|
5 |
|
6 |
-
#
|
|
|
|
|
|
|
|
|
7 |
|
8 |
This repository contains the implementation of the DaViT (Dual-Attention Vision Transformer) model for image classification tasks. The model leverages dual attention mechanisms to improve performance on various image datasets.
|
9 |
|
|
|
3 |
pipeline_tag: image-feature-extraction
|
4 |
---
|
5 |
|
6 |
+
# Disclaimer
|
7 |
+
|
8 |
+
This belongs to Microsoft Florence 2, all I have done is taken the weights and modified the code to be compatiable with Huggingface pretrained models. The reason why is I want to use Florence 2 and it's components with the Hugginface framework and ONNX.
|
9 |
+
|
10 |
+
## DaViT Model
|
11 |
|
12 |
This repository contains the implementation of the DaViT (Dual-Attention Vision Transformer) model for image classification tasks. The model leverages dual attention mechanisms to improve performance on various image datasets.
|
13 |
|