# oneflow_models **Repository Path**: mzl2020/oneflow_models ## Basic Information - **Project Name**: oneflow_models - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-17 - **Last Updated**: 2021-12-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # BERT Training BERT on [Wikipedia](https://dumps.wikimedia.org/) and [BookCorpus](http://yknzhu.wixsite.com/mbweb) for Pre-training and [SQuAD](https://oneflow-public.oss-cn-beijing.aliyuncs.com/datasets/squad_dataset_tools.tgz) for Fine-tuning using [OneFlow](https://github.com/Oneflow-Inc/oneflow#install-with-pip-package) > BERT 2018 BERT: Pre-training of Deep Bidirectional Transformers for Language Understanding > Paper URL : https://arxiv.org/abs/1810.04805 # oneflow > https://github.com/Oneflow-Inc/oneflow > https://github.com/Oneflow-Inc/models ## Introduction 多机多卡混合并行方式训练(数据并行、模型并行、流水并行) ## 使用 ### 本地训练 ```shell ./run_local.sh ``` ### 分布式训练 修改脚本中的node_rank值,然后

分别

在多个节点上执行下述命令 ```shell ./run_ppl.sh ```