Update README.md
Browse files
README.md
CHANGED
|
@@ -7,4 +7,4 @@ An OCR model trained on the [GoogleBooks Dataset](https://huggingface.co/dataset
|
|
| 7 |
We use the following architecture identifiers:
|
| 8 |
- E: Easter2 (https://huggingface.co/BDRC/GoogleBooks_E_v1)
|
| 9 |
- C: CRNN (this model)
|
| 10 |
-
- T: TrOCR -> version 1 (
|
|
|
|
| 7 |
We use the following architecture identifiers:
|
| 8 |
- E: Easter2 (https://huggingface.co/BDRC/GoogleBooks_E_v1)
|
| 9 |
- C: CRNN (this model)
|
| 10 |
+
- T: TrOCR -> version 1 (https://huggingface.co/BDRC/GoogleBooks_T_v1) and version 2 (https://huggingface.co/BDRC/GoogleBooks_T_v2). Version two is the recommended checkpoint if you want to run inferences. It was trained a little longer using the same data distribution. We keep v1 in oder to evaluate the actual differences on the predictions.
|