# BERT-Tensorflow2.x **Repository Path**: fundata/BERT-Tensorflow2.x ## Basic Information - **Project Name**: BERT-Tensorflow2.x - **Description**: bert的tf2实现版本,原GitHub地址为https://github.com/cmd23333/BERT-Tensorflow2.x - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2023-02-14 - **Last Updated**: 2023-02-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BERT-Tensorflow2.x A tensorflow 2.x BERT implementation using League of Legends myth data(Chinese). 使用Tensorflow2.x实现了BERT模型 # Details https://zhuanlan.zhihu.com/p/360420236 for Chinese readers. but the code is easy to understand and I believe English readers could see it. any question, just issue or contact me at cmd2333@qq.com # Requirement ```bash tensorflow 2.x tensorboard ``` # Usage 设置config,运行pretrain.py即可。 可使用`tensorboard --logdir Logs`来运行Tensorboard端口检测训练过程中损失函数变化。