We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
你好前辈,请问 char_embed_file = '../ieee_zhihu_cup/char_embedding.txt' word_embed_file = '../ieee_zhihu_cup/word_embedding.txt' char_alphabet, char_embed_mat, unknown_char_idx, dummy_char_idx = parse_embed(char_embed_file) word_alphabet, word_embed_mat, unknown_word_idx, dummy_word_idx = parse_embed(word_embed_file) 中char_embed_file这个文件是如何得到的,代码在程序中有吗。这个文件里的内容是如何生成的呢?
The text was updated successfully, but these errors were encountered:
这个是知乎比赛提供的原始数据,是他们预训练好的~
Sorry, something went wrong.
No branches or pull requests
你好前辈,请问
char_embed_file = '../ieee_zhihu_cup/char_embedding.txt'
word_embed_file = '../ieee_zhihu_cup/word_embedding.txt'
char_alphabet, char_embed_mat, unknown_char_idx, dummy_char_idx = parse_embed(char_embed_file)
word_alphabet, word_embed_mat, unknown_word_idx, dummy_word_idx = parse_embed(word_embed_file)
中char_embed_file这个文件是如何得到的,代码在程序中有吗。这个文件里的内容是如何生成的呢?
The text was updated successfully, but these errors were encountered: