Integration to HuggingFace `transformers` library
#33
by
b-gendron
- opened
Is it planned to integrate this model into the transformers
library so that it can be loaded with classes like AutoModelForCausalLM
? This would make it much easier to include the model in comparative experiments across different architectures, since it allows reusing the same code and evaluation setup already built with the transformers
library.
I think you can load it with AutoModelForCausalLM no? See: https://huggingface.co/mistralai/Mistral-Small-3.2-24B-Instruct-2506#transformers