Update README.md
Browse files
README.md
CHANGED
@@ -75,6 +75,6 @@ print("Summarized Tamil Text:", summary)
|
|
75 |
## Fine-Tuning
|
76 |
If you want to fine-tune the model on your own dataset, you can follow these steps:
|
77 |
|
78 |
-
|
79 |
- for summarization use prefix as "summarize: "
|
80 |
- for translation default no prefix, directely u can tokenize the input and tokenize the output using target_text
|
|
|
75 |
## Fine-Tuning
|
76 |
If you want to fine-tune the model on your own dataset, you can follow these steps:
|
77 |
|
78 |
+
Prepare your dataset in the appropriate format
|
79 |
- for summarization use prefix as "summarize: "
|
80 |
- for translation default no prefix, directely u can tokenize the input and tokenize the output using target_text
|