Update README.md
Browse files
README.md
CHANGED
@@ -7,10 +7,6 @@ datasets:
|
|
7 |
|
8 |
Google's T5 small fine-tuned on [TaPaCo](https://huggingface.co/datasets/tapaco) dataset for paraphrasing.
|
9 |
|
10 |
-
<!-- ## Model fine-tuning -->
|
11 |
-
|
12 |
-
<!-- The training script is a slightly modified version of [this Colab Notebook](https://github.com/patil-suraj/exploring-T5/blob/master/t5_fine_tuning.ipynb) created by [Suraj Patil](https://github.com/patil-suraj), so all credits to him! -->
|
13 |
-
|
14 |
## Model in Action 🚀
|
15 |
|
16 |
```python
|
@@ -66,6 +62,12 @@ I get the house cleaned every Saturday.
|
|
66 |
I will clean this house every Saturday.
|
67 |
```
|
68 |
|
|
|
|
|
|
|
|
|
|
|
|
|
69 |
Created by [Het Pandya/@hetpandya](https://github.com/hetpandya) | [LinkedIn](https://www.linkedin.com/in/het-pandya)
|
70 |
|
71 |
Made with <span style="color: red;">♥</span> in India
|
|
|
7 |
|
8 |
Google's T5 small fine-tuned on [TaPaCo](https://huggingface.co/datasets/tapaco) dataset for paraphrasing.
|
9 |
|
|
|
|
|
|
|
|
|
10 |
## Model in Action 🚀
|
11 |
|
12 |
```python
|
|
|
62 |
I will clean this house every Saturday.
|
63 |
```
|
64 |
|
65 |
+
## Model fine-tuning
|
66 |
+
Please find my guide on fine-tuning the model here:
|
67 |
+
|
68 |
+
https://towardsdatascience.com/training-t5-for-paraphrase-generation-ab3b5be151a2
|
69 |
+
|
70 |
+
|
71 |
Created by [Het Pandya/@hetpandya](https://github.com/hetpandya) | [LinkedIn](https://www.linkedin.com/in/het-pandya)
|
72 |
|
73 |
Made with <span style="color: red;">♥</span> in India
|