Token Classification
Transformers
TensorBoard
Safetensors
English
lilt
document understanding
document layout detection
nlp
doclaynet
RoBERTa
Instructions to use MuafiraThasni/layout-classification-doclaynet-base with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use MuafiraThasni/layout-classification-doclaynet-base with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("token-classification", model="MuafiraThasni/layout-classification-doclaynet-base")# Load model directly from transformers import AutoTokenizer, AutoModelForTokenClassification tokenizer = AutoTokenizer.from_pretrained("MuafiraThasni/layout-classification-doclaynet-base") model = AutoModelForTokenClassification.from_pretrained("MuafiraThasni/layout-classification-doclaynet-base", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -9,7 +9,7 @@ metrics:
|
|
| 9 |
- precision
|
| 10 |
- recall
|
| 11 |
- f1
|
| 12 |
-
|
| 13 |
tags:
|
| 14 |
- document understanding
|
| 15 |
- document layout detection
|
|
|
|
| 9 |
- precision
|
| 10 |
- recall
|
| 11 |
- f1
|
| 12 |
+
|
| 13 |
tags:
|
| 14 |
- document understanding
|
| 15 |
- document layout detection
|