All Projects → bojone → ape210k_baseline

bojone / ape210k_baseline

Licence: other
用bert4keras来解小学数学应用题

ape210k_baseline

用“BERT+UniLM”来解小学数学应用题。

介绍

https://kexue.fm/archives/7809

代码

task_seq2seq_ape210k_math_word_problem.py

运行环境:tensorflow 1.14 + keras 2.3.1 + bert4keras 0.8.8

数据

https://github.com/Chenny0808/ape210k

模型

UER开源的Base和Large版模型的TF权重可以在这里(提取码l0k6)下载。

训练好的模型权重,可以在百度网盘(jc7g)下载。注意,如果你是使用python3的,那么请使用下面的代码加载token_dict, keep_tokens

token_dict, keep_tokens = json.load(open('token_dict_keep_tokens.json'))

交流

QQ交流群:67729435,微信群请加机器人微信号spaces_ac_cn

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].