Issue
I would like to use transformers especially HuggingFace Models as a part of my programming
my question is; Can I use and implement transformers and HuggingFace Models offline and in Spyder IDE (or any other IDE that I can use locally? (Of course, after downloading and installing all needed packages).
Thanks in advance.
Solution
Yes of course, you can use the huggingface models locally. See the official documentation of Hugging Face https://huggingface.co/docs/transformers/installation. You can find all info here, from installing and so on. I worked with it in PyCharm.
Answered By - Dias Balmash
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.