jinho8345 commited on
Commit
ca0d062
1 Parent(s): 42b3e85

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +23 -0
README.md ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This is a converted version of [bros-base-uncased](https://huggingface.co/naver-clova-ocr/bros-base-uncased) with [conversion script](https://github.com/huggingface/transformers/blob/main/src/transformers/models/bros/convert_bros_to_pytorch.py)
2
+
3
+ # BROS
4
+
5
+ GitHub: https://github.com/clovaai/bros
6
+
7
+ ## Introduction
8
+
9
+ BROS (BERT Relying On Spatiality) is a pre-trained language model focusing on text and layout for better key information extraction from documents.<br>
10
+ Given the OCR results of the document image, which are text and bounding box pairs, it can perform various key information extraction tasks, such as extracting an ordered item list from receipts.<br>
11
+ For more details, please refer to our paper:
12
+
13
+ BROS: A Pre-trained Language Model Focusing on Text and Layout for Better Key Information Extraction from Documents<br>
14
+ Teakgyu Hong, Donghyun Kim, Mingi Ji, Wonseok Hwang, Daehyun Nam, Sungrae Park<br>
15
+ AAAI 2022 - Main Technical Track
16
+
17
+ [[arXiv]](https://arxiv.org/abs/2108.04539)
18
+
19
+ ## Pre-trained models
20
+ | name | # params | Hugging Face - Models |
21
+ |---------------------|---------:|-------------------------------------------------------------------------------------------------|
22
+ | bros-base-uncased (**this**) | < 110M | [naver-clova-ocr/bros-base-uncased](https://huggingface.co/naver-clova-ocr/bros-base-uncased) |
23
+ | bros-large-uncased | < 340M | [naver-clova-ocr/bros-large-uncased](https://huggingface.co/naver-clova-ocr/bros-large-uncased) |