Skip to content

Commit e005e31

Browse files
authored
Update paper link at README.md
1 parent cc270ea commit e005e31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313
# Overview
14-
NeuronBlocks is a **NLP deep learning modeling toolkit** that helps engineers to build end-to-end pipelines for neural network model training for NLP tasks. The main goal of this toolkit is to minimize developing cost for NLP deep neural network model building, including both training and inferencing stages. For more details, please check our paper.
14+
NeuronBlocks is a **NLP deep learning modeling toolkit** that helps engineers to build end-to-end pipelines for neural network model training for NLP tasks. The main goal of this toolkit is to minimize developing cost for NLP deep neural network model building, including both training and inferencing stages. For more details, please check our paper: **NeuronBlocks -- Building Your NLP DNN Models Like Playing Lego** at https://arxiv.org/abs/1904.09535.
1515

1616
NeuronBlocks consists of two major components: ***Block Zoo*** and ***Model Zoo***.
1717
- In ***Block Zoo***, we provide commonly used neural network components as building blocks for model architecture design.
@@ -61,7 +61,7 @@ NeuronBlocks operates in an open model. It is designed and developed by **STCA N
6161
For more details, please refer to [Contributing.md](Contributing.md).
6262

6363
# Reference
64-
Paper (update soon).
64+
**NeuronBlocks -- Building Your NLP DNN Models Like Playing Lego**, at https://arxiv.org/abs/1904.09535.
6565

6666
# Related Project
6767
[OpenPAI](https://github.com/Microsoft/pai) is an open source platform that provides complete AI model training and resource management capabilities, it is easy to extend and supports on-premise, cloud and hybrid environments in various scale.

0 commit comments

Comments
 (0)