---
license: mit
---
## Project InterACT
This model is a part of Project InterACT (Multi model AI system) involving an object detection model and an LLM
This is a model built by finetuning the flan-t5-small model on custom dataset: Jithendra-k/Flan_T5_InterACT.
Here are some plots of model performance during training:
Here is an Example Input/Output:
Code to finetune a Flan-T5 model: [Google_Colab_file](https://colab.research.google.com/drive/1oLYGi9JQOwozZcNFMNBwCqZtsSnCPZAM?usp=sharing)
# Credits and Thanks:
Greatest thanks to NousResearch/Llama-2-70b-chat-hf and meta for enabling us to use the flan-t5-small model.
```
https://huggingface.co/google/flan-t5-small
https://www.datacamp.com/tutorial/flan-t5-tutorial
```