Update README.md
Browse files
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:
|
19 |
|
20 |
|
21 |
-
Decoder model used:
|
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 |
|