v0.1.0
What's new
Added 🎉
- First release.
- The Bi-Encoder Model (BEM) from the paper Moving Down the Long Tail of Word Sense Disambiguation with Gloss Informed Bi-encoders. This model can be found at
wsd_torch_models.bem.BEM - The
wsd_torch_models.bem.BEMclass represents a good potential blueprint (abstract class) for other Word Sense Disambiguation methods to inherit from in the future through a parent class. - Created a script,
scripts/convert_and_upload_bem_model.py, that converts Pytorch Lightning models that thewsd_torch_models.bem.BEMclass was created from to be converted into the Pytorch and PyTorchModelHubMixin class that thewsd_torch_models.bem.BEMclass represents without the need for Pytorch Lightning dependency. This script only requires the checkpoint from the saved Pytorch Lightning model and it will convert the model as well as upload it to the relevant HuggingFace hub repository.
Commits
5126326 Prepare for release v0.1.0
17ac105 Creation of release notes and scripts
68e8358 Preparing for first release
9de65a2 Adding all models to HuggingFace Hub
2bbfe29 more relevant naming
4d3a44f Added arguments to only update parts of the model
33800e8 Added arguments to only update parts of the model
855d634 Update README.md
99e085f Model inference code
56034cf End of day
dbd663a Installation
dae15cf USAS mapper
1777a47 Testing attention masking on forward pass
ce53edc Small test for the BEM model
ee956f8 Added doc strings
5a56b0c Number of parameters test
30c7354 Added pytests to the CI pipeline
1be0b9d Debugging saved files
141b5a0 Debugging saved files
842c234 Debugging saved files
b6625a6 Debugging saved files
ac4281a Debugging saved files
56d0076 Debugging saved files
dc06b7f Debugging saved files
af10ef5 Debugging saved files
19e78fe Debugging saved files
b96b36c Debugging saved files
06bcbf1 Debugging saved files
ce38168 Changed caching
82ec8db Model caching for testing
a84dce7 list files removed as it does not work on Windows
dd713df Removed scripts path from flake8 and isort
335bc74 Syntax error
e7d509c HF model caching
0c8dedd vscode
4682e73 CPU and GPU containers
743f19e end of day
df93fe5 CI
3327e7e Documentation
d38b5d0 Initital code
ff68f0f Project setup
312ca60 Dev Container setup