Update README.md
Browse files
README.md
CHANGED
@@ -76,5 +76,5 @@ print("Summarized Tamil Text:", summary)
|
|
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
|
|
|
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
|