Ben Viggiano
Ben Viggiano
Here is example `476a3ecd-7c42-4c85-9982-1ce80c95ab82` ``` {'answer': '(B)', 'choices': ['Mode - Mean/ SD', 'Mean - Mode/ SD', 'SD/Mode - mean', 'Mean - Mode/ SD'], 'context': "Ans. is b' i.e., Mean-Mode Measures...
I tested this implementation with the code in the tutorial, and this now works on both `transformers` `4.26.1` (original HyneaDNA version) and `transformers` `4.40.0`
Also ran into this! https://github.com/evolutionaryscale/esm/issues/214
I am also getting this error^^ I pip installed in a new conda environment and ran the following: ```python from esm.models.esm3 import ESM3 model = ESM3.from_pretrained("esm3-open") ``` Here is the...
I made this branch with the fix in case it is helpful to anyone else: https://github.com/bviggiano/esm/tree/tokenizer_fix