Update README.md
Browse files
README.md
CHANGED
@@ -20,4 +20,4 @@ tokenizer = T5Tokenizer.from_pretrained(model_name, legacy=False)
|
|
20 |
model = T5ForConditionalGeneration.from_pretrained(model_name)
|
21 |
```
|
22 |
## Example code here
|
23 |
-
https://www.kaggle.com/code/thuntrngbnh/test-
|
|
|
20 |
model = T5ForConditionalGeneration.from_pretrained(model_name)
|
21 |
```
|
22 |
## Example code here
|
23 |
+
https://www.kaggle.com/code/thuntrngbnh/test-t5-chatbot-customersupport
|