A repository for building transformer based nlp models
pip install nlp-models
git clone git@github.com:minggnim/nlp-models.git
pip install -r requirements
-
Streamlit UI
cd apps streamlit run chat.py
-
Command line
llm_app chat -s 'hi there'
-
Steamlit UI
cd apps streamlit run qa.py
-
bert_classifier
A wrapper package around BERT-based classification models -
multi_task_model
An implementation of multi-tasking model built on encoder models -
GPT-2
-
Falcon 7B
-
Quantized Llama2 models