-
Notifications
You must be signed in to change notification settings - Fork 49
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
请问训练模型的数据格式是是什么样?能举个简单例子吗? #10
Comments
同问 |
请问训练数据格式是什么样的? |
正常文本就行,参考官方bert训练方法 |
请问训练模型的数据格式是是什么样?能举个简单例子吗? |
首先十分抱歉。 |
好的,谢谢了!!
…------------------ 原始邮件 ------------------
发件人: "tongchangD"<[email protected]>;
发送时间: 2021年2月19日(星期五) 下午5:36
收件人: "tongchangD/bert_for_corrector"<[email protected]>;
抄送: "17软二团支书汤达夫"<[email protected]>; "Comment"<[email protected]>;
主题: Re: [tongchangD/bert_for_corrector] 请问训练模型的数据格式是是什么样?能举个简单例子吗? (#10)
请问训练模型的数据格式是是什么样?能举个简单例子吗?
首先十分抱歉。
由于这个项目是很久之前做的,在现在电脑上未找到原始文件。
你可以依照文件中的数据处理到推文件格式
而且我记得这只是一个简单利用bert模型做的纠错。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
请问一下,您这个模型是只能纠正单个字吗?
…------------------ 原始邮件 ------------------
发件人: "tongchangD/bert_for_corrector" <[email protected]>;
发送时间: 2021年2月19日(星期五) 下午5:36
收件人: "tongchangD/bert_for_corrector"<[email protected]>;
抄送: "17软二团支书汤达夫"<[email protected]>;"Comment"<[email protected]>;
主题: Re: [tongchangD/bert_for_corrector] 请问训练模型的数据格式是是什么样?能举个简单例子吗? (#10)
请问训练模型的数据格式是是什么样?能举个简单例子吗?
首先十分抱歉。
由于这个项目是很久之前做的,在现在电脑上未找到原始文件。
你可以依照文件中的数据处理到推文件格式
而且我记得这只是一个简单利用bert模型做的纠错。
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
训练数据的格式就是一个一行一个句子的txt就行,看代码很容易推断出来 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
请问训练模型的数据格式是是什么样?能举个简单例子吗?
The text was updated successfully, but these errors were encountered: