We're gonna need a bit more information on how you made it, which libraries, languages etc. to be able to help 🙂
p
PHondogo
09/16/2024, 12:05 PM
I've got model generated by PyTorch and exported as .pickle file. Model is smth like bert-uncased-..
Thats all i have. I'm almost zero in this area. I need to load this model and use it evaluating sentencies and getting some classification among predefined variants as result.
j
Jolan Rensen [JB]
09/18/2024, 11:40 AM
https://docs.python.org/3/library/pickle.html If I'm correct, the "pickle" format is a binary object which represents python objects. This means it's python-specific and cannot be used by other languages