allenai / allennlp

An open-source NLP research library, built on PyTorch.
http://www.allennlp.org
Apache License 2.0
11.71k stars 2.24k forks source link

AllenNLP-Light! 🎉 🙂 #5720

Closed MaksymDel closed 1 year ago

MaksymDel commented 1 year ago

I felt I would miss the AllenNLP modules and nn packages I had used for years. So recently, I factored them into a separate pip-installable lightweight repo: allennlp-light. I also updated them to be registered with AI2 Tango.

As the codes in modules and nn are grown-up, well-tested, and easy to extend, I believe the repo can sustain itself and be helpful in a read-only zero-maintenance mode!

To address copyright, I tried to figure out the right way. I added copyright notices to all files, but because the project is not under AI2's GitHub, I would prefer you to tell me if the name allennlp in the package name is all good🙂.

@dirkgr @epwalsh, happy to hear your thoughts/suggestions on that and my little project overall!

epwalsh commented 1 year ago

Hey @delmaksym this is absolutely awesome! Thank you so much for doing this. I'll tweet about this from the AllenNLP twitter account.

(and yes it's totally fine to have allennlp in the package name)

MaksymDel commented 1 year ago

Thanks a lot @epwalsh! And thanks for adding a line to the list of alternatives on the README!