1 Star 0 Fork 1

徐臻韬/bert_textMatching

forked from Pasca/bert_textMatching 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
train.sh 438 Bytes
一键复制 编辑 原始数据 按行查看 历史
mingpeng617 提交于 2019-03-13 14:40 +08:00 . first commit
#!/usr/bin/env bash
python3.6 run_classifier.py \
--data_dir=data \
--task_name=sim \
--vocab_file=chinese_L-12_H-768_A-12/vocab.txt \
--bert_config_file=chinese_L-12_H-768_A-12/bert_config.json \
--output_dir=tmp/sim_model \
--do_train=true \
--do_eval=true \
--init_checkpoint=chinese_L-12_H-768_A-12/bert_model.ckpt \
--max_seq_length=50 \
--train_batch_size=32 \
--learning_rate=5e-5 \
--num_train_epochs=3.0
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/xu_zhen_tao/bert_textMatching.git
git@gitee.com:xu_zhen_tao/bert_textMatching.git
xu_zhen_tao
bert_textMatching
bert_textMatching
master

搜索帮助