Lukas Pfahler
commited on
Commit
•
c3bc183
1
Parent(s):
7f5c161
updated readme
Browse files
README.md
CHANGED
@@ -18,9 +18,6 @@ Kosmos-2.5 is a multimodal literate model for machine reading of text-intensive
|
|
18 |
Since this is a generative model, there is a risk of **hallucination** during the generation process, and it **CAN NOT** guarantee the accuracy of all OCR/Markdown results in the images.
|
19 |
|
20 |
## Use with transformers:
|
21 |
-
```bash
|
22 |
-
pip install git+https://github.com/tic-top/transformers.git
|
23 |
-
```
|
24 |
```python
|
25 |
from PIL import Image
|
26 |
import requests
|
|
|
18 |
Since this is a generative model, there is a risk of **hallucination** during the generation process, and it **CAN NOT** guarantee the accuracy of all OCR/Markdown results in the images.
|
19 |
|
20 |
## Use with transformers:
|
|
|
|
|
|
|
21 |
```python
|
22 |
from PIL import Image
|
23 |
import requests
|