filipelauar commited on
Commit
3cf92c6
1 Parent(s): ab1674d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -0
README.md CHANGED
@@ -90,6 +90,19 @@ generated_ids = model.generate(pixel_values)
90
  generated_text = processor.batch_decode(generated_ids, skip_special_tokens=True)[0]
91
  ```
92
 
 
 
 
 
 
 
 
 
 
 
 
 
 
93
  # Contact us
94
 
95
  research [at] qantev [dot] com
 
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},
98
+ year={2024},
99
+ eprint={2407.06950},
100
+ archivePrefix={arXiv},
101
+ primaryClass={cs.AI},
102
+ url={https://arxiv.org/abs/2407.06950},
103
+ }
104
+ ```
105
+
106
  # Contact us
107
 
108
  research [at] qantev [dot] com