Link to GitHub repo
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
## Overview
|
2 |
-
This model is a finetuned version of [mt5-small](https://huggingface.co/google/mt5-small) for question paraphrasing task in Turkish. As a generator model, its capabilities are currently investigated and there is an ongoing effort to further improve it.
|
3 |
|
4 |
## Usage
|
5 |
You can generate 5 paraphrases for the input question with The simple code below.
|
|
|
1 |
## Overview
|
2 |
+
This model is a finetuned version of [mt5-small](https://huggingface.co/google/mt5-small) for question paraphrasing task in Turkish. As a generator model, its capabilities are currently investigated and there is an ongoing effort to further improve it. You can raise an issue [in this GitHub repo](https://github.com/monatis/tqp) for any comments, suggestions or interesting findings when using this model.
|
3 |
|
4 |
## Usage
|
5 |
You can generate 5 paraphrases for the input question with The simple code below.
|