subhamkhemka

Results 5 issues of subhamkhemka

Hi I am getting an error when running the example ``` from onnx_transformers import pipeline # Initialize a pipeline by passing the task name and # set onnx to True...

Hi Thanks for creating this library. I am using the yake extractor for my use case. I have over 200K sentences which need to be run as a batch workload....

Hi I am using the huggingface transformers zero shot classification pipeline. ``` from transformers import pipeline classifier = pipeline("zero-shot-classification", model="facebook/bart-large-mnli") sequence_to_classify = "one day I will see the world" candidate_labels...

Hi Can you please explain how what are the [leve|jaro|seqm] and how do they work ? Is there some documentation link I could use to know how to choose among...

Hi Thanks for releasing UniDet! Is there a way to specify custom labels similar to Detic (using clip) ? Thanks, Subham