Update README.md
Browse files
README.md
CHANGED
|
@@ -35,7 +35,7 @@ The following Colab notebook showcases how you can finetune the model with your
|
|
| 35 |
## How to Get Started with the Model
|
| 36 |
|
| 37 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 38 |
-
In Transformers, you can load the model and inference as follows: (Note that ```trust_remote_code=True``` is needed to run the model. It will only download the external custom codes from the original [
|
| 39 |
|
| 40 |
```python
|
| 41 |
from transformers import AutoProcessor, AutoModelForCausalLM
|
|
|
|
| 35 |
## How to Get Started with the Model
|
| 36 |
|
| 37 |
<!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
|
| 38 |
+
In Transformers, you can load the model and inference as follows: (Note that ```trust_remote_code=True``` is needed to run the model. It will only download the external custom codes from the original [HuggingFaceM4/Florence-2-DocVQA](https://huggingface.co/HuggingFaceM4/Florence-2-DocVQA).)
|
| 39 |
|
| 40 |
```python
|
| 41 |
from transformers import AutoProcessor, AutoModelForCausalLM
|