diff --git a/README.md b/README.md index 2245444..ab44566 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Generalized Architecture for Practical Linguistic Intelligence -In the race for Artifical General Intelligence (AGI) with Large Language Models (LLMs) being the crucial advancement in language processing and question answering, we try to answer the question: "Are singular question answering (QA) systems and LLMs capable of accurately answering a \textit{\textbf{diverse}} set of questions?" In this project, we introduce a generalized and modular architecture with a plug-and-play approach, where different specialized state-of-the-art models can be plugged in, to answer questions in their own domain. We hypothesize that this modular architecture will not compromise performance for generalizability and can thus beat unified QA models that are simultaneously trained for multiple QA tasks. +In the race for Artifical General Intelligence (AGI) with Large Language Models (LLMs) being the crucial advancement in language processing and question answering, we try to answer the question: "Are singular question answering (QA) systems and LLMs capable of accurately answering a *diverse* set of questions?" In this project, we introduce a generalized and modular architecture with a plug-and-play approach, where different specialized state-of-the-art models can be plugged in, to answer questions in their own domain. We hypothesize that this modular architecture will not compromise performance for generalizability and can thus beat unified QA models that are simultaneously trained for multiple QA tasks. ### Adding a new model to the pipeline 1. Add the model json entry to the respository folder. The entry will look as follows: @@ -20,4 +20,4 @@ In the race for Artifical General Intelligence (AGI) with Large Language Models 2. Regenerate the model map with `python utils.py`. -3. Add model entries to `load_models()` and `load_model()` in `model_pipelines.py`, including tokenizer, model, and task. \ No newline at end of file +3. Add model entries to `load_models()` and `load_model()` in `model_pipelines.py`, including tokenizer, model, and task.