Closed jmalbarranORA closed 1 month ago
Hey! i think this should be opened on the repo of oml
! 🤗
Sure! Already did, and they indicate the transformers version to use. But, why transformers.models.xlm_roberta has removed the XLMRobertaTokenizer attribute, creating an incompatibility?
Modeling file never have tokenizers linked to them, so not really sure what is happening here!
Neither me, but, for example, the attribute XLMRobertaTokenizerFast still exists (only XLMRobertaTokenizer has disappeared)
Ah, are you sure you have sentencepiece
installed?
This issue has been automatically marked as stale because it has not had recent activity. If you think this still needs to be addressed please comment on this thread.
Please note that issues that do not follow the contributing guidelines are likely to be ignored.
System Info
Oracle Linux 9.4 (Oracle-Linux-9.4-2024.07.31-0) Python 3.12.5 (using PyEnv and .venv environment) transformers==4.44.2
Who can help?
No response
Information
Tasks
examples
folder (such as GLUE/SQuAD, ...)Reproduction
Install Oracle OML4Py 2.0 client library as described here Install tranformer library with pip install transformers
After install, start python and execute
import oml.utils
We getExpected behavior
Import sucessfully, with no error