artitw

Results 90 comments of artitw

You mean that you want to generate variations of the same question?

That is currently not part of the functionality, but I can think about how it might be possible. Do you have any more examples? Can you explain your application use...

I would recommend back translation for what you are seeking to achieve, though such functionality does not currently exist here. Would you be interested in working on something like that?

@JingxinLee check out the latest version for updates that address what you are looking for ``` from text2text import Variator sr = Variator() bacteria_str = "Bacteria are a type of...

Perhaps it is an issue specific to your device setup. Did the Colab notebook work for you?

Sounds like you are trying to wrap a web service around this. In that case, why do you need to pass the entire object to another server? In any case,...

Hi! It is based on unilm. Please see README for more information

We used to include a pytorch extension (APEX) in the demo notebook to speed up the model performance on GPUs but removed it due to compatibility issues. Here is the...

Where are you getting this error? Please provide more details for reproducibility.

1. Have you installed the apex as suggested by the message? There is an example demo notebook that has it working. 2. Can you provide the specifications for your machine...