File size: 799 Bytes
ac11493 4c8cc58 0eef959 ac11493 8b67ff7 efa89f3 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 |
---
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
``` |