shreyanshu09 commited on
Commit
a25ded2
1 Parent(s): e580976

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -14,13 +14,13 @@ language:
14
 
15
  # Block Diagram Global Information Extractor
16
 
17
- It was introduced in the paper "Unveiling the Power of Integration: Block Diagram Summarization through Local-Global Fusion ".
18
 
19
 
20
 
21
  ## Model description
22
 
23
- This model is trained using a transformer encoder and decoder architecture, based on the configuration specified in [Donut](https://arxiv.org/abs/2111.15664), to extract the global information of block diagrams. The straightforward architecture comprises a visual encoder module and a text decoder module, both based on the Transformer architecture.
24
 
25
 
26
  ## Training dataset
 
14
 
15
  # Block Diagram Global Information Extractor
16
 
17
+ It was introduced in the paper "Unveiling the Power of Integration: Block Diagram Summarization through Local-Global Fusion".
18
 
19
 
20
 
21
  ## Model description
22
 
23
+ This model is trained using a transformer encoder and decoder architecture, based on the configuration specified in [Donut](https://arxiv.org/abs/2111.15664), to extract the overall summary of block diagram images. It supports both English and Korean languages. The straightforward architecture comprises a visual encoder module and a text decoder module, both based on the Transformer architecture.
24
 
25
 
26
  ## Training dataset