-
Notifications
You must be signed in to change notification settings - Fork 15
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
Hello, can this be used in English? textbsr doesn't work very well for English. #17
Comments
Yes. The released model is mainly trained using Chinese. If the application scenario is English, it is better to fine-tune it in English and Number only. Chinese contains several thousand characters, which is more difficult than English. |
Thanks, But what if both Chinese and English are used in the application scenario? |
It is better to fine-tune the model by combining English characters and Chinese but with a relatively higher possibility for English characters. |
The max character length of the model is 16, I think that's not enough for English characters, simplely change the max charater length may not work well, is there any solutions? |
The max character length of 16 is mainly designed for Chinese characters, which cover larger spaces than English letters. So if you want to use it in the English characters, it is better to fine-tune on longer character length. |
Thankyou! Have you ever tried this pipeline? Did it work well? |
You can see that only the character location and classification are related to the character length. |
Thank you very much!! |
Hi.can you provide some suggestions about how to set these parameters when finetune the model with more English characters? |
Hi, Just replace the corpus with English Characters. See the function of get_text() here. It would be really simple than Chinese Character. |
THx
发自我的iPhone
…------------------ Original ------------------
From: csxmli2016 ***@***.***>
Date: Sat,Mar 30,2024 11:38 AM
To: csxmli2016/MARCONet ***@***.***>
Cc: justababy ***@***.***>, Comment ***@***.***>
Subject: Re: [csxmli2016/MARCONet] Hello, can this be used in English? textbsr doesn't work very well for English. (Issue #17)
sorry,I forget to upload the picture, I mean the parameters below. My main goal in fine-tuning the model was to make it perform well in the Chinese scene at the same time.
The parameter looks fine. The SR branch has already performed well. You may pay more attention to the ocr and encoder branckh, using a slightly larger learning rate.
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you commented.Message ID: ***@***.***>
|
No description provided.
The text was updated successfully, but these errors were encountered: