awesome-bert icon indicating copy to clipboard operation
awesome-bert copied to clipboard

bert nlp papers, applications and github resources, including the newst xlnet , BERT、XLNet 相关论文和 github 项目

Results 6 awesome-bert issues
Sort by recently updated
recently updated
newest added

An academic language model enhanced with massive entity knowledge from Open Academic Graph

- FARM framework: simple transfer learning for the industry - German BERT: Trained from scratch on news, legal data and wikipedia

请问有TensorFlow版本的萝卜塔英文预训练权重么?或者还未开源

UER-py is a framework for pre-training models (implemented by PyTorch). UER-py facilitates the implementation of existing pre-training models (e.g. BERT), and supports further improvements. UER-py also open-sources a series of...

[This paper](https://arxiv.org/pdf/1902.02671.pdf) is out. ``` 6. [arXiv:1902.02671](https://arxiv.org/pdf/1902.02671.pdf), BERT and PALs: Projected Attention Layers for Efficient Adaptation in Multi-Task Learning, Authors: Asa Cooper Stickland, Iain Murray ```

Just came across the awesome list. [Texar](https://github.com/asyml/texar), a general-purpose text generation toolkit, has also implemented BERT [here](https://github.com/asyml/texar/tree/master/examples/bert) for classification, and text generation applications by combining with Texar's other modules.