Update README.md
Browse files
README.md
CHANGED
@@ -54,7 +54,7 @@ def paraphrase(question, max_length=128):
|
|
54 |
# Example usage
|
55 |
paraphrased_text = paraphrase("What are the best places to see in New York?")
|
56 |
print(paraphrased_text)
|
57 |
-
|
58 |
|
59 |
## Training Data
|
60 |
The model was fine-tuned using the Quora Question-Answer Dataset, which consists of pairs of questions that may or may not be paraphrases of each other.
|
|
|
54 |
# Example usage
|
55 |
paraphrased_text = paraphrase("What are the best places to see in New York?")
|
56 |
print(paraphrased_text)
|
57 |
+
```
|
58 |
|
59 |
## Training Data
|
60 |
The model was fine-tuned using the Quora Question-Answer Dataset, which consists of pairs of questions that may or may not be paraphrases of each other.
|