ucsahin commited on
Commit
81a3d24
1 Parent(s): 29a3893

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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 [microsoft/Florence-2-large-ft](https://huggingface.co/microsoft/Florence-2-large-ft).)
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