-
-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
unitable模型对于长的表格识别存在问题 #47
Comments
估计是模型输出的token限制
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2025年01月13日 11:40 |
| 收件人 | RapidAI/RapidTable ***@***.***> |
| 抄送人 | Subscribed ***@***.***> |
| 主题 | [RapidAI/RapidTable] unitable模型对于长的表格识别存在问题 (Issue #47) |
unitable模型的情况下,我的测试图片是22行的,只识别出9行,后面的就没有了,缩小图片大小也没用。
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: ***@***.***>
|
请问解决了吗,遇到同样的问题 |
就是模型token限制,参考readme中权重来源项目,里面明确说明了作者训练限制了 |
如何解决,我用来识别一张资产负债表也只识别出一半, |
需要自己微调一下
…---- 回复的原邮件 ----
| 发件人 | ***@***.***> |
| 发送日期 | 2025年01月22日 17:34 |
| 收件人 | RapidAI/RapidTable ***@***.***> |
| 抄送人 | SWHL ***@***.***>,
Comment ***@***.***> |
| 主题 | Re: [RapidAI/RapidTable] unitable模型对于长的表格识别存在问题 (Issue #47) |
如何解决,我用来识别一张资产负债表也只识别出一半,
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
我也遇到了这种情况应该如何微调 |
微调的话,可以参考权重来源项目的作者,他fork了unitable优化了一下解码器结构,改了token字典 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
unitable模型的情况下,我的测试图片是22行的,只识别出9行,后面的就没有了,缩小图片大小也没用。
The text was updated successfully, but these errors were encountered: