MARCONet icon indicating copy to clipboard operation
MARCONet copied to clipboard

Hello, can this be used in English? textbsr doesn't work very well for English.

Open lhzwangwei opened this issue 1 year ago • 13 comments
trafficstars

lhzwangwei avatar Jan 04 '24 08:01 lhzwangwei

No description provided.

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.

csxmli2016 avatar Jan 04 '24 09:01 csxmli2016

Thanks, But what if both Chinese and English are used in the application scenario?

wojiaoyanmin avatar Mar 13 '24 08:03 wojiaoyanmin

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.

csxmli2016 avatar Mar 13 '24 12:03 csxmli2016

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?

wojiaoyanmin avatar Mar 14 '24 02:03 wojiaoyanmin

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.

csxmli2016 avatar Mar 14 '24 02:03 csxmli2016

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?

wojiaoyanmin avatar Mar 19 '24 03:03 wojiaoyanmin

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. As for the SR process, we embed the generative structure prior into each LR character. This process has no relationship with the character length. So I think it would work well.

csxmli2016 avatar Mar 19 '24 03:03 csxmli2016

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. As for the SR process, we embed the generative structure prior into each LR character. This process has no relationship with the character length. So I think it would work well.

Thank you very much!!

wojiaoyanmin avatar Mar 19 '24 03:03 wojiaoyanmin

Hi.can you provide some suggestions about how to set these parameters when finetune the model with more English characters?

wojiaoyanmin avatar Mar 30 '24 03:03 wojiaoyanmin

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.

csxmli2016 avatar Mar 30 '24 03:03 csxmli2016

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. image

wojiaoyanmin avatar Mar 30 '24 03:03 wojiaoyanmin

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. image

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.

csxmli2016 avatar Mar 30 '24 03:03 csxmli2016

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: @.***>

wojiaoyanmin avatar Mar 30 '24 09:03 wojiaoyanmin