Update README.md
Browse files
README.md
CHANGED
|
@@ -19,7 +19,6 @@ metrics:
|
|
| 19 |
- wer
|
| 20 |
library_name: transformers
|
| 21 |
pipeline_tag: image-to-text
|
| 22 |
-
#inference: false
|
| 23 |
---
|
| 24 |
|
| 25 |
# TrOCR (small sized model)
|
|
@@ -28,6 +27,10 @@ We present a new version of the small TrOCR model, fine-tuned on a self-generate
|
|
| 28 |
|
| 29 |
This model has been specialized for printed fonts and does not support handwritten recognition.
|
| 30 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 31 |
# Model presentation
|
| 32 |
|
| 33 |
The TrOCR model architecture is based on the Transformer framework, comprising an image Transformer as the encoder and a text Transformer as the decoder.
|
|
@@ -90,4 +93,4 @@ generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)
|
|
| 90 |
|
| 91 |
# Contact us
|
| 92 |
|
| 93 |
-
|
|
|
|
| 19 |
- wer
|
| 20 |
library_name: transformers
|
| 21 |
pipeline_tag: image-to-text
|
|
|
|
| 22 |
---
|
| 23 |
|
| 24 |
# TrOCR (small sized model)
|
|
|
|
| 27 |
|
| 28 |
This model has been specialized for printed fonts and does not support handwritten recognition.
|
| 29 |
|
| 30 |
+
# Hiring
|
| 31 |
+
|
| 32 |
+
We are hiring at all levels (including FTE researchers and interns)! If you are interested in working with us on Computer Vision, NLP and Document AI please send your resume to [email protected] or apply to the many open positions at [Qantev Job Board](https://qantev.welcomekit.co).
|
| 33 |
+
|
| 34 |
# Model presentation
|
| 35 |
|
| 36 |
The TrOCR model architecture is based on the Transformer framework, comprising an image Transformer as the encoder and a text Transformer as the decoder.
|
|
|
|
| 93 |
|
| 94 |
# Contact us
|
| 95 |
|
| 96 |
+
research [at] qantev [dot] com
|