PD Hall

Results 5 issues of PD Hall

Add the README to the PyPI page. I have tested this locally by running ``` python setup.py bdist_wheel && python setup.py sdist twine check dist/* ``` as recommended on the...

Add support for zero-shot classification, as discussed in https://github.com/huggingface/setfit/issues/92. I have called the function `add_templated_examples` rather than `add_zero_shot_examples`, because if you are adding to an existing dataset then it isn't...

In sequence labeling projects (without "Count grapheme clusters as one character"), it seems that label indices (start and end) are as in TypeScript/JavaScript, so refer to positions in a sequence...

Can I make a request for `SetFitTrainer.evaluate` to allow the calculation of metrics that take prediction scores as input, i.e., the output of `self.model.predict_proba`? The relevant line is this one:...

**Describe the bug** In a Named Entity Recognition project the incorrect span is shown after labelling in some cases. **To Reproduce** Steps to reproduce the behavior: 1. Create a "Named...

community:bug
community:reviewed