Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,17 @@
|
|
1 |
### Model Description
|
2 |
DocModel is a document understanding model built on the RoBERTa architecture. It captures both textual content and 2D spatial relationships, making it ideal for tasks that require processing complex document layouts, such as forms, tables, and scanned documents.
|
3 |
|
4 |
-
Developed by:
|
|
|
5 |
Model type: Document Understanding (Information Extraction)
|
|
|
6 |
License: Apache-2.0
|
|
|
7 |
Model Sources
|
8 |
-
|
9 |
-
|
|
|
|
|
10 |
|
11 |
### Uses
|
12 |
DocModel can be directly used for document processing, form understanding, and entity extraction from structured and semi-structured documents.
|
|
|
1 |
### Model Description
|
2 |
DocModel is a document understanding model built on the RoBERTa architecture. It captures both textual content and 2D spatial relationships, making it ideal for tasks that require processing complex document layouts, such as forms, tables, and scanned documents.
|
3 |
|
4 |
+
Developed by: Oluwatobi Adefami, Madison May
|
5 |
+
|
6 |
Model type: Document Understanding (Information Extraction)
|
7 |
+
|
8 |
License: Apache-2.0
|
9 |
+
|
10 |
Model Sources
|
11 |
+
|
12 |
+
Repository: https://github.com/Tobiadefami/docmodel
|
13 |
+
|
14 |
+
Model Hub: https://huggingface.co/tobiadefami/docmodel-base
|
15 |
|
16 |
### Uses
|
17 |
DocModel can be directly used for document processing, form understanding, and entity extraction from structured and semi-structured documents.
|