-
Notifications
You must be signed in to change notification settings - Fork 561
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bert models / transformers package #716
Comments
Hi, it's compatible with pytorch's models from or derived from Huggingface's package. It may not be fully documented yet, see #616 for inference and there are examples within the unit tests https://github.com/jolibrain/deepdetect/blob/master/tests/ut-torchapi.cc#L64 You'd need to export the models via torchscript so that that they are usable with torch C++ API, this can be achieved with this script, https://github.com/jolibrain/deepdetect/blob/master/tools/torch/trace_pytorch_transformers.py If you decide to go this route, feel free to ask for help here. |
There are 2 projects I wanted to load through deepdetect.
But I have no clue how to start |
Hi
|
Hi guys,
Hope you are doing all well !
I was wondering if DeepDetect is compatible to load models like camemBERT or flauBert with Tensorflow.
More widely, any models processed by the transformers package, for text classification/sentiment analysis tasks.
Cheers,
X
The text was updated successfully, but these errors were encountered: