Skip to content

Commit 4a635c9

Browse files
authored
Merge pull request #31 from minggnim/update-readme
update readme
2 parents 1b01293 + b48b83e commit 4a635c9

1 file changed

Lines changed: 17 additions & 5 deletions

File tree

README.md

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,31 @@
44

55
# NLP Models
66

7-
A repository for training transformer based nlp models
7+
A repository for building transformer based nlp models
88

9-
## Example Notebooks
9+
## Models
1010

11-
1. [Training](https://github.com/minggnim/nlp-classification-model/blob/master/notebooks/01_custom_training_example.ipynb)
12-
2. [Inference](https://github.com/minggnim/nlp-classification-model/blob/master/notebooks/02_inference_example.ipynb)
11+
1. bert_classifier
12+
A wrapper package around BERT-based classification models
13+
a. [Training example](https://github.com/minggnim/nlp-models/blob/master/notebooks/01_a_classification_model_training_example.ipynb)
14+
b. [Inference example](https://github.com/minggnim/nlp-models/blob/master/notebooks/01_b_classification_inference_example.ipynb)
15+
2. multi_task_model
16+
An implementation of multi-tasking model built on encoder models
17+
a. [Zero-shot multi-task model](https://github.com/minggnim/nlp-models/blob/master/notebooks/02_a_multitask_model_zeroshot_learning.ipynb)
18+
b. [Training example](https://github.com/minggnim/nlp-models/blob/master/notebooks/02_b_multitask_model_training_example.ipynb)
19+
c. [Inference example](https://github.com/minggnim/nlp-models/blob/master/notebooks/02_c_multitask_model_inference_example.ipynb)
20+
21+
## Other Example Notebooks
22+
23+
- [Training GPT-2 model](https://github.com/minggnim/nlp-models/blob/master/notebooks/03_gpt2_training.ipynb)
24+
- [Running Falcon 4b model](https://github.com/minggnim/nlp-models/blob/master/notebooks/04_falcon_4b.ipynb)
1325

1426
## Installation
1527

1628
### Install from PyPi
1729

1830
```
19-
pip install nlp_models
31+
pip install nlp-models
2032
```
2133

2234
### Install from source

0 commit comments

Comments
 (0)