Commit
·
ad2b884
1
Parent(s):
0f20ddf
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,8 @@ pipeline_tag: text-generation
|
|
| 6 |
|
| 7 |
### Description
|
| 8 |
Experiments with encoder-decoder model, where encoder is [alephbert-base](https://huggingface.co/onlplab/alephbert-base) and [decoder is pruned mT5-base model](https://huggingface.co/imvladikon/het5-base)
|
| 9 |
-
Could be useful for generation hard-negative samples for pair-text classification
|
|
|
|
| 10 |
|
| 11 |
|
| 12 |
### Usage
|
|
|
|
| 6 |
|
| 7 |
### Description
|
| 8 |
Experiments with encoder-decoder model, where encoder is [alephbert-base](https://huggingface.co/onlplab/alephbert-base) and [decoder is pruned mT5-base model](https://huggingface.co/imvladikon/het5-base)
|
| 9 |
+
Could be useful for generation negative and hard-negative samples for pair-text classification.
|
| 10 |
+
(To paraphrase is better to use classical approaches rather than this one)
|
| 11 |
|
| 12 |
|
| 13 |
### Usage
|