Instructions to use tobiadefami/docmodel-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use tobiadefami/docmodel-base with Transformers:
# Load model directly from transformers import AutoTokenizer, RobertaDocModelForMLM tokenizer = AutoTokenizer.from_pretrained("tobiadefami/docmodel-base") model = RobertaDocModelForMLM.from_pretrained("tobiadefami/docmodel-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,7 +11,6 @@ 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.
|
|
|
|
| 11 |
|
| 12 |
Repository: https://github.com/Tobiadefami/docmodel
|
| 13 |
|
|
|
|
| 14 |
|
| 15 |
### Uses
|
| 16 |
DocModel can be directly used for document processing, form understanding, and entity extraction from structured and semi-structured documents.
|