Merge branch 'main' of hf.co:olga-rondareva/OxMarkupLM
Browse files
README.md
CHANGED
@@ -3,6 +3,12 @@ base_model:
|
|
3 |
- microsoft/markuplm-base
|
4 |
library_name: transformers
|
5 |
pipeline_tag: token-classification
|
|
|
|
|
|
|
|
|
|
|
|
|
6 |
---
|
7 |
|
8 |
This is fine-tuned PoC of [markuplm-base](https://huggingface.co/microsoft/markuplm-base) model for parsing news attributes from web-pages: author, pulication date, content and etc.
|
|
|
3 |
- microsoft/markuplm-base
|
4 |
library_name: transformers
|
5 |
pipeline_tag: token-classification
|
6 |
+
tags:
|
7 |
+
- html
|
8 |
+
- parser
|
9 |
+
- web-crawler
|
10 |
+
- news
|
11 |
+
- crawler
|
12 |
---
|
13 |
|
14 |
This is fine-tuned PoC of [markuplm-base](https://huggingface.co/microsoft/markuplm-base) model for parsing news attributes from web-pages: author, pulication date, content and etc.
|