PD Hall

Results 6 comments of PD Hall

Thanks @lewtun. I've made those changes now.

I get the same error. When I try to load a locally saved model: ```python from setfit import SetFitModel model = SetFitModel.from_pretrained("/path/to/model-directory", local_files_only=True) ``` I get ```python HFValidationError: Repo id...

Hi @sfernandes-gim, this change is not yet merged.

It looks like you might have "Count grapheme clusters as one character" set for the project? If that's right then you need to convert from standard Python codepoint spans before...

These are the snippets: https://gist.github.com/pdhall99/1267856c5e8528ce93827d0f938d9036 Let me know if there are any problems.