Añadiendo README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,31 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- de-Rodrigo/merit
|
| 5 |
+
language:
|
| 6 |
+
- es
|
| 7 |
+
base_model:
|
| 8 |
+
- microsoft/layoutxlm-base
|
| 9 |
+
pipeline_tag: token-classification
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# LayoutXLM Merit
|
| 13 |
+
|
| 14 |
+
<a href="https://x.com/nearcyan/status/1706914605262684394">
|
| 15 |
+
<div style="text-align: center;">
|
| 16 |
+
<picture>
|
| 17 |
+
<source media="(prefers-color-scheme: dark)" srcset="https://huggingface.co/de-Rodrigo/donut-merit/resolve/main/assets/dragon_huggingface.png">
|
| 18 |
+
<source media="(prefers-color-scheme: light)" srcset="https://huggingface.co/de-Rodrigo/donut-merit/resolve/main/assets/dragon_huggingface.png">
|
| 19 |
+
<img alt="DragonHuggingFace" src="https://huggingface.co/de-Rodrigo/donut-merit/resolve/main/assets/dragon_huggingface.png" style="width: 200px;">
|
| 20 |
+
</picture>
|
| 21 |
+
</div>
|
| 22 |
+
</a>
|
| 23 |
+
|
| 24 |
+
|
| 25 |
+
## Model Architecture
|
| 26 |
+
**This model is based on the Donut architecture and fine-tuned on the Merit dataset for form understanding tasks.**
|
| 27 |
+
|
| 28 |
+
- Backbone: [LayoutXLM](https://huggingface.co/microsoft/layoutxlm-base)
|
| 29 |
+
- Training Data: [Merit](https://huggingface.co/datasets/de-Rodrigo/merit)
|
| 30 |
+
|
| 31 |
+
**WIP** 🛠️
|