priyank-m commited on
Commit
89d9aa4
1 Parent(s): dda4999

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -15,10 +15,10 @@ metrics:
15
  Multilingual OCR (mOCR) is a VisionEncoderDecoder model based on the concept of TrOCR for English and Chinese document text-recognition.
16
  It uses a pre-trained Vision encoder and a pre-trained Language model as decoder.
17
 
18
- Encoder model used: facebook/vit-mae-large
19
 
20
 
21
- Decoder model used: xlm-roberta-base
22
 
23
 
24
 
 
15
  Multilingual OCR (mOCR) is a VisionEncoderDecoder model based on the concept of TrOCR for English and Chinese document text-recognition.
16
  It uses a pre-trained Vision encoder and a pre-trained Language model as decoder.
17
 
18
+ Encoder model used: facebook/vit-mae-large
19
 
20
 
21
+ Decoder model used: xlm-roberta-base
22
 
23
 
24