Ryan Mullins

Results 68 comments of Ryan Mullins

@wandabwa2004 Hugging Face model identifiers look an awful lot like file paths, which can cause problems. There are unresolved questions on [StackOverflow](https://discuss.huggingface.co/t/download-models-for-local-loading/1963) and [HF Forums](https://discuss.huggingface.co/t/download-models-for-local-loading/1963) about this and the answer...

Thanks for additional info, @wandabwa2004. From the command, error messages, and the `ls` output, I think this is from trying to load HuggingFace Transformers weights into a KerasNLP model. Try...

Closing due to inactivity.

See my note in https://github.com/PAIR-code/lit/issues/1501#issuecomment-2191876565

We use task specific prompts for all of our evals and we didn’t include them in the SentenceTransformers config. I’ll work with Henrique to publish them somewhere for you.

Yeah but those are the Category level prompts. Some Tasks within a Category use different prompt than the broader Category, and as you can see this can half a massive...

@Samoed unfortunately I can't, but I can confirm that this is a prompting difference. Sorry I can't provide or say more, but I'm limited by the powers that be.

@iislucas I think that the dependency changes in https://github.com/PAIR-code/lit/pull/1364 will address the Apple Silicon incompatibilities, but I still need to verify that.