Closed m-milek closed 1 month ago
So, how is it coming along?
Recently after talk with friend he told me about Github LFS. It will allow us to store files up to 5GB in our repository. The configuration looks more than easy.
Libriaries: I read some article and most of them pointed to NLTK, spaCy, TextBlob, Hugging Face Transformers. But about that i need to dive in much more. What did you used during classes? Maybe it will be a good palce to start.
About formats used I check files extensions on Hugging Face and people used mostly h5 and sometimes json and bin.
What do you think about that?
I think during classes we've used Scikit. h5
is something I've also came across as a first choice when doing some googling. Sounds good!
When it comes to the file storage, I can see that GitHub LFS has some pretty strict bandwidth limitations that we could easily exceed (1GiB). I propose a solution:
sentiment/v3/sentiment-v3.h5
models.version
file in whatever format you wantWhat do you think?
Figure out a way to conveniently store, load and share pre-trained NLP models.