Update README.md
Browse files
README.md
CHANGED
@@ -24,7 +24,7 @@ SmolDocling is a multimodal Image-Text-to-Text model designed for efficient docu
|
|
24 |
- π **Caption Correspondence** β Links captions to relevant images and figures.
|
25 |
- π **List Grouping** β Organizes and structures list elements correctly.
|
26 |
- π **Full-Page Conversion** β Processes entire pages for comprehensive document transformation.
|
27 |
-
- π **General Document Processing** β
|
28 |
- π **Seamless Docling Integration** β Import into **Docling** and export in multiple formats.
|
29 |
- π **Multi-Page & Full Document Conversion** β *Coming soon!* π§
|
30 |
|
@@ -33,7 +33,7 @@ SmolDocling is a multimodal Image-Text-to-Text model designed for efficient docu
|
|
33 |
**Demo [optional]:** [More Information Needed]
|
34 |
|
35 |
|
36 |
-
|
37 |
|
38 |
- **Developed by:** Docling Team
|
39 |
- **Model type:** Multi-modal model (image+text)
|
@@ -42,12 +42,11 @@ SmolDocling is a multimodal Image-Text-to-Text model designed for efficient docu
|
|
42 |
- **Finetuned from model:** Based on [Idefics3](https://huggingface.co/HuggingFaceM4/Idefics3-8B-Llama3) (see technical summary)
|
43 |
|
44 |
|
45 |
-
|
46 |
|
47 |
You can use transformers or docling to perform inference:
|
48 |
|
49 |
-
|
50 |
-
|
51 |
|
52 |
```python
|
53 |
import torch
|
|
|
24 |
- π **Caption Correspondence** β Links captions to relevant images and figures.
|
25 |
- π **List Grouping** β Organizes and structures list elements correctly.
|
26 |
- π **Full-Page Conversion** β Processes entire pages for comprehensive document transformation.
|
27 |
+
- π **General Document Processing** β Trained for non-scientific documents and scientific.
|
28 |
- π **Seamless Docling Integration** β Import into **Docling** and export in multiple formats.
|
29 |
- π **Multi-Page & Full Document Conversion** β *Coming soon!* π§
|
30 |
|
|
|
33 |
**Demo [optional]:** [More Information Needed]
|
34 |
|
35 |
|
36 |
+
#### Model Summary
|
37 |
|
38 |
- **Developed by:** Docling Team
|
39 |
- **Model type:** Multi-modal model (image+text)
|
|
|
42 |
- **Finetuned from model:** Based on [Idefics3](https://huggingface.co/HuggingFaceM4/Idefics3-8B-Llama3) (see technical summary)
|
43 |
|
44 |
|
45 |
+
## How to get started
|
46 |
|
47 |
You can use transformers or docling to perform inference:
|
48 |
|
49 |
+
#### Transformers:
|
|
|
50 |
|
51 |
```python
|
52 |
import torch
|