Mouhaned
Mouhaned
I'll be more than happy to work on this new integration.
#self-assign
Okey, sounds good. I was trying listing scikit-learn metrics using inspect module and it works very well: ```python from inspect import getmembers, isfunction from sklearn import metrics print([func for func...
I saved a trained model on local path. I can't see anything wrong when loading the model using `from_pretrained` with correct path. This error appears when you try to load...
Hi @lewtun I'll be more than happy to add hyperparameter search in a PR.
Yeah, I noticed the huge difference between `setfit.Trainer` and `transformers.Trainer`. As you mentioned, we need to introduce `model_init` parameter in args before adding hyperparameter search. Can I lend a hand...
Thanks @lewtun for approving #87 . Now with `model_init` supported, we can go forward and add a new PR for hyperparameter search.
See my comment here: https://github.com/huggingface/evaluate/issues/313#issuecomment-1273748511 The tokenizer wasn't created properly, the tokenizer should use ids between 0 and 50264 (vocab_size=50265).