Update README.md
Browse files
README.md
CHANGED
@@ -1,37 +1,55 @@
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
4 |
---
|
5 |
|
6 |
-
|
7 |
-
|
8 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
9 |
|
|
|
10 |
|
11 |
|
12 |
## Model Details
|
13 |
|
14 |
### Model Description
|
15 |
|
16 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
17 |
|
18 |
-
|
|
|
|
|
19 |
|
20 |
-
- **Developed by:** [More Information Needed]
|
21 |
-
- **Funded by [optional]:** [More Information Needed]
|
22 |
-
- **Shared by [optional]:** [More Information Needed]
|
23 |
-
- **Model type:** [More Information Needed]
|
24 |
-
- **Language(s) (NLP):** [More Information Needed]
|
25 |
-
- **License:** [More Information Needed]
|
26 |
-
- **Finetuned from model [optional]:** [More Information Needed]
|
27 |
|
28 |
-
|
29 |
|
30 |
-
|
|
|
|
|
|
|
|
|
31 |
|
32 |
-
- **Repository:** [More Information Needed]
|
33 |
-
- **Paper [optional]:** [More Information Needed]
|
34 |
-
- **Demo [optional]:** [More Information Needed]
|
35 |
|
36 |
## Uses
|
37 |
|
|
|
1 |
---
|
2 |
library_name: transformers
|
3 |
+
license: apache-2.0
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
base_model:
|
7 |
+
- HuggingFaceTB/SmolVLM-256M-Instruct
|
8 |
+
pipeline_tag: image-text-to-text
|
9 |
---
|
10 |
|
11 |
+
### SmolDocling-256M-preview
|
|
|
|
|
12 |
|
13 |
+
SmolDocling is a multimodal Image-Text-to-Text model that features
|
14 |
|
15 |
|
16 |
## Model Details
|
17 |
|
18 |
### Model Description
|
19 |
|
20 |
+
### SmolDocling-256M-preview
|
21 |
+
|
22 |
+
SmolDocling is a multimodal Image-Text-to-Text model designed for efficient document conversion. It retains Docling's most popular features while ensuring full compatibility with Docling through seamless support for **DoclingDocuments**.
|
23 |
+
|
24 |
+
### π Features:
|
25 |
+
- π·οΈ **DocTags for Efficient Tokenization** β Introduces DocTags an efficient and minimal representation for documents that is fully compatible with **DoclingDocuments**.
|
26 |
+
- π **OCR (Optical Character Recognition)** β Extracts text accurately from images.
|
27 |
+
- π **Layout and Localization** β Preserves document structure and document element **bounding boxes**.
|
28 |
+
- π» **Code Recognition** β Detects and formats code blocks including identation.
|
29 |
+
- π’ **Formula Recognition** β Identifies and processes mathematical expressions.
|
30 |
+
- π **Chart Recognition** β Extracts and interprets chart data.
|
31 |
+
- π **Table Recognition** β Supports column and row headers for structured table extraction.
|
32 |
+
- πΌοΈ **Figure Classification** β Differentiates figures and graphical elements.
|
33 |
+
- π **Caption Correspondence** β Links captions to relevant images and figures.
|
34 |
+
- π **List Grouping** β Organizes and structures list elements correctly.
|
35 |
+
- π **Full-Page Conversion** β Processes entire pages for comprehensive document transformation.
|
36 |
+
- π **General Document Processing** β Optimized for non-scientific documents.
|
37 |
+
- π **Seamless Docling Integration** β Import into **Docling** and export in multiple formats.
|
38 |
+
- π **Multi-Page & Full Document Conversion** β *Coming soon!* π§
|
39 |
|
40 |
+
**Repository:** [More Information Needed]
|
41 |
+
**Paper [optional]:** [More Information Needed]
|
42 |
+
**Demo [optional]:** [More Information Needed]
|
43 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
45 |
+
## Model Summary
|
46 |
|
47 |
+
- **Developed by:** Docling Team
|
48 |
+
- **Model type:** Multi-modal model (image+text)
|
49 |
+
- **Language(s) (NLP):** English
|
50 |
+
- **License:** Apache 2.0
|
51 |
+
- **Finetuned from model:** Based on [Idefics3](https://huggingface.co/HuggingFaceM4/Idefics3-8B-Llama3) (see technical summary)
|
52 |
|
|
|
|
|
|
|
53 |
|
54 |
## Uses
|
55 |
|