1- [ ![ Dependency Review ] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/dependency-review.yml/badge.svg )] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/dependency-review.yml )
1+ < a href = " https://github.com/minggnim/nlp-models/blob/master/LICENSE " >< img src = " https://img.shields.io/badge/License-Apache%202.0-success " alt = " Apache 2.0 License " ></ a >
22[ ![ Python package] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/python-package.yml/badge.svg )] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/python-package.yml )
33[ ![ Upload Python Package] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/python-publish.yml/badge.svg )] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/python-publish.yml )
4+ [ ![ Dependency Review] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/dependency-review.yml/badge.svg )] ( https://github.com/minggnim/nlp-classification-model/actions/workflows/dependency-review.yml )
45
56# NLP Models
67
@@ -10,13 +11,16 @@ A repository for building transformer based nlp models
1011
11121 . bert_classifier
1213 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
14+
15+ - [ Training example] ( https://github.com/minggnim/nlp-models/blob/master/notebooks/01_a_classification_model_training_example.ipynb )
16+ - [ Inference example] ( https://github.com/minggnim/nlp-models/blob/master/notebooks/01_b_classification_inference_example.ipynb )
17+
18+ 3 . multi_task_model
1619 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+ - [ Zero-shot multi-task model] ( https://github.com/minggnim/nlp-models/blob/master/notebooks/02_a_multitask_model_zeroshot_learning.ipynb )
22+ - [ Training example] ( https://github.com/minggnim/nlp-models/blob/master/notebooks/02_b_multitask_model_training_example.ipynb )
23+ - [ Inference example] ( https://github.com/minggnim/nlp-models/blob/master/notebooks/02_c_multitask_model_inference_example.ipynb )
2024
2125## Other Example Notebooks
2226
0 commit comments