写好了ocr_model训练脚本的大致框架

This commit is contained in:
三洋三洋
2024-01-23 04:23:08 +00:00
parent 703ac7441c
commit 9d27ee0585
7 changed files with 106 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
* Encoder-Decoder架构
* Encoder使用Deit_{BASE}
* Decoder使用RoBERTa_{LARGE}
* Decoder的tokenizer也使用RoBERTa_{LARGE}的