Instructions to use Jithendra-k/Flan_T5_InterACT with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use Jithendra-k/Flan_T5_InterACT with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("Jithendra-k/Flan_T5_InterACT") model = AutoModelForSeq2SeqLM.from_pretrained("Jithendra-k/Flan_T5_InterACT") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -13,7 +13,7 @@ Here are some plots of model performance during training:<br>
|
|
| 13 |
Here is an Example Input/Output:<br>
|
| 14 |
|
| 15 |
|
| 16 |
-
Code to finetune a
|
| 17 |
|
| 18 |
|
| 19 |
# Credits and Thanks:
|
|
|
|
| 13 |
Here is an Example Input/Output:<br>
|
| 14 |
|
| 15 |
|
| 16 |
+
Code to finetune a Flan-T5 model: [Google_Colab_file](https://colab.research.google.com/drive/1oLYGi9JQOwozZcNFMNBwCqZtsSnCPZAM?usp=sharing)
|
| 17 |
|
| 18 |
|
| 19 |
# Credits and Thanks:
|