--- title: Text QA Chatbot FLAN-T5 Base emoji: 💬 colorFrom: blue colorTo: red sdk: static pinned: false license: openrail --- ## Inspiration - [FLAN-T5](https://huggingface.co/docs/transformers/model_doc/flan-t5) - [Flan5_LLM.ipynb](https://colab.research.google.com/drive/1AVh9dOsG9DKzfK7gOFrJuitPIcLPqlbO?usp=sharing#scrollTo=g8ntQ9CzRQ-q) - [LLM-QA-Bot](https://github.com/amrrs/LLM-QA-Bot/blob/main/LLM_Q%26A_with_Open_Source_Hugging_Face_Models_with-UI.ipynb) ## Notebook rationale: - Free access to GPUs in Google Colab ## Version Control [Getting Started with Repositories with Hugging Face](https://huggingface.co/docs/hub/repositories-getting-started) ### Clone ```shell git clone https://huggingface.co/spaces/pkiage/text-qa-chatbot-flan-t5-base cd text-qa-chatbot-flan-t5-base ```