Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
saransh-mehta committed Jun 4, 2020
1 parent 8f4797d commit 866df83
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
<p align="center">

multi-task-NLP
==============
</p>
--------------

multi_task_NLP is a utility toolkit enabling NLP developers to easily train and infer a single model for multiple tasks.
We support various data formats for majority of NLI tasks and multiple transformer-based encoders (eg. BERT, Distil-BERT, ALBERT, RoBERTa, XLNET etc.)
Expand Down Expand Up @@ -117,7 +116,7 @@ For knowing about the ``train.py`` script and its arguments, refer `running trai


How to Infer?
=============
-------------

Once you have a multi-task model trained on your tasks, we provide a convenient and easy way to use it for getting
predictions on samples through the **inference pipeline**.
Expand Down

0 comments on commit 866df83

Please sign in to comment.