-
Now I want to repeat the question generation through your code, may I ask how to run the code?
-
## 🐛 Bug
The paraphraser example in examples/paraphraser fails because two bugs:
1. The src route is incorrectly defined in paraphrase.py
2. When loading the pretrained models, the arg mean_pool…
-
No matter the settings in config or whether or not the host types /cohost (player) in the chat, a person who is client isn't able to activate any commands. And it just returns the message in console "…
-
I tried the `predict.py` , loading the pre-trained checkpoint. The paraphrase outputs look very strange. Some examples:
`print(P.infer('south eastern'))`
--> `a clock tower with a sky sign on the…
-
Hi,
Sometimes the paraphraser gets stuck and never finish, e.g.
when running:
from inference import *
source_sentence="That 's a potential nightmare scenario for the GOP establishment : a popul…
-
Here's a quiz slide: https://outreachdashboard.wmflabs.org/training/editing-wikipedia/plagiarism/close-paraphrasing-quiz
The wiki source page includes a quoted passage which does not show up on the…
-
The index used (1000) can be modified in Options, but if you're working on several images, updating that all the time is unwieldy. Plus, if it creates more than one page, the tactic may fail.
So I …
-
Hi~
I want to train a huggingface model with MultipleNegativesRankingLoss, and I find the datasets from the tabel(https://www.sbert.net/examples/training/paraphrases/README.html#datasets) can not be …
-
Hi,
We are using paraphrase-distilroberta-base-v1 for paraphrase identification. Thanks for the work. It gives good results on many tasks.
Can you kindly share or point me to the source for the d…
-
Paraphrasing is very similar to sentence similarity, but with the crucial difference that it's on longer pieces of text.
Model fine-tuned on Microsoft Research Paraphrase Corpus should do it.