Releases: evolutionaryscale/esm
Releases · evolutionaryscale/esm
v3.1.3
Main changes:
- Tutorials have been reorganized to be completed in a step-by-step fashion. We added a new tutorial for using ESM C to get protein embeddings.
- Layer number specification is required when requesting hidden_states of ESM C 6B.
- SASA track in forward_and_sample API is fixed.
v3.1.2
v3.1.1
In this release, we made three changes:
- Updated ESM C tokenizer to no longer depend on ESM3. So now you can use ESM C without having to accept the ESM3 license.
- Updated the transformer class so it returns hidden states.
- Pined
transformers
version to be <4.47.0 to prevent a tokenizer issue. If you are currently seeing tokenizer issues, try reinstalling the new release.
v3.1.0
v3.0.8
v3.0.7
v3.0.4
v3.0.3
v3.0.2
v3.0.1
ESM v3.0.1 has been released! We have support for a Forge client which allows for API users to use our large models. Be on the look out for your API token.
- Support for Forge API
- Support for batched generation via the batch_generate API call
- gfp_design.ipynb notebook to demonstrate the GFP design results in our paper
- esmprotein.ipynb notebook which goes into detail how to interact with the ESMProtein class.
- ... and many other minor usability improvements and bug fixes.