rondaravaol commited on
Commit
030f7d4
·
2 Parent(s): 76f22a1 c1cb5b7

Merge branch 'main' of hf.co:olga-rondareva/OxMarkupLM

Browse files
Files changed (1) hide show
  1. README.md +6 -0
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.