Model card issue due to Transformers v5.1.0 changes
#6
by leahros - opened
I wanted to bring to your attention that the example code provided in the model card no longer works with the current version of the transformers library.
I am trying to run the sample code provided in the model card for this repository. This code worked perfectly on January 10th, 2026, but as of February 15th, 2026, it is failing in Google Colab.
It appears the model card's export instructions rely on transformers.onnx, which has been removed/deprecated in transformers==5.1.0.
