Update README.md
Browse files
README.md
CHANGED
@@ -32,6 +32,12 @@ The Florence-2-FT-DocVQA model is designed to handle Document VQA tasks, enablin
|
|
32 |
|
33 |
The model can be further fine-tuned for specific Document VQA tasks or integrated into applications requiring automated document question answering.
|
34 |
|
|
|
|
|
|
|
|
|
|
|
|
|
35 |
## How to Get Started with the Model
|
36 |
|
37 |
To get started with the Florence-2-FT-DocVQA model, you can use the following code:
|
|
|
32 |
|
33 |
The model can be further fine-tuned for specific Document VQA tasks or integrated into applications requiring automated document question answering.
|
34 |
|
35 |
+
## Requirements
|
36 |
+
**datasets
|
37 |
+
transformers
|
38 |
+
torch
|
39 |
+
Pillow**
|
40 |
+
|
41 |
## How to Get Started with the Model
|
42 |
|
43 |
To get started with the Florence-2-FT-DocVQA model, you can use the following code:
|