ucsahin commited on
Commit
0ed06e2
1 Parent(s): 48e5481

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -21,7 +21,7 @@ This model is a fine-tuned version of [microsoft/Florence-2-large-ft](https://hu
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.7601
23
 
24
- [microsoft/Florence-2-large-ft](https://huggingface.co/microsoft/Florence-2-large-ft) can detect various objects in zero-shot setting with the task prompt "\<OD\>". Please check [Florence-2-large sample inference](https://huggingface.co/microsoft/Florence-2-large/blob/main/sample_inference.ipynb) However, the ft-base model is not able to detect tables on a given image.
25
 
26
  The following Colab notebook showcases how you can finetune the model with your custom data to detect objects.
27
 
 
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.7601
23
 
24
+ [microsoft/Florence-2-large-ft](https://huggingface.co/microsoft/Florence-2-large-ft) can detect various objects in zero-shot setting with the task prompt "\<OD\>". Please check [Florence-2-large sample inference](https://huggingface.co/microsoft/Florence-2-large/blob/main/sample_inference.ipynb) for how to use Florence-2 model in inference. However, the ft-base model is not able to detect tables on a given image.
25
 
26
  The following Colab notebook showcases how you can finetune the model with your custom data to detect objects.
27