We're gonna need a bit more information on how you...
# datascience
j
We're gonna need a bit more information on how you made it, which libraries, languages etc. to be able to help 🙂
p
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
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