wjbmattingly
commited on
Update README.md
Browse files
README.md
CHANGED
@@ -53,6 +53,10 @@ generated_ids = model.generate(pixel_values)
|
|
53 |
generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
54 |
```
|
55 |
|
|
|
|
|
|
|
|
|
56 |
# BibTeX entry and citation info
|
57 |
|
58 |
## TrOCR Paper
|
|
|
53 |
generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
54 |
```
|
55 |
|
56 |
+
# CER
|
57 |
+
|
58 |
+
`Validation CER: 0.03554916015698162`
|
59 |
+
|
60 |
# BibTeX entry and citation info
|
61 |
|
62 |
## TrOCR Paper
|