File size: 747 Bytes
160818d
 
 
03a39b0
 
 
 
 
 
 
 
 
 
 
 
7abaaef
03a39b0
 
 
 
 
 
 
7c168bd
 
03a39b0
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
27
---
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:<br>


Here is an Example Input/Output:<br>


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

```