filipelauar
commited on
Commit
•
1321d6c
1
Parent(s):
04f48c5
Update README.md
Browse files
README.md
CHANGED
@@ -90,6 +90,8 @@ generated_ids = model.generate(pixel_values)
|
|
90 |
generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
91 |
```
|
92 |
|
|
|
|
|
93 |
@misc{lauar2024spanishtrocrleveragingtransfer,
|
94 |
title={Spanish TrOCR: Leveraging Transfer Learning for Language Adaptation},
|
95 |
author={Filipe Lauar and Valentin Laurent},
|
@@ -99,6 +101,7 @@ generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)
|
|
99 |
primaryClass={cs.AI},
|
100 |
url={https://arxiv.org/abs/2407.06950},
|
101 |
}
|
|
|
102 |
|
103 |
# Contact us
|
104 |
|
|
|
90 |
generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)[0]
|
91 |
```
|
92 |
|
93 |
+
## Citation
|
94 |
+
```
|
95 |
@misc{lauar2024spanishtrocrleveragingtransfer,
|
96 |
title={Spanish TrOCR: Leveraging Transfer Learning for Language Adaptation},
|
97 |
author={Filipe Lauar and Valentin Laurent},
|
|
|
101 |
primaryClass={cs.AI},
|
102 |
url={https://arxiv.org/abs/2407.06950},
|
103 |
}
|
104 |
+
```
|
105 |
|
106 |
# Contact us
|
107 |
|