Instructions to use avuhong/ESM1b_libcapv3_regression_run2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use avuhong/ESM1b_libcapv3_regression_run2 with Transformers:
# Load model directly from transformers import AutoTokenizer, ESM1bForRegression tokenizer = AutoTokenizer.from_pretrained("avuhong/ESM1b_libcapv3_regression_run2") model = ESM1bForRegression.from_pretrained("avuhong/ESM1b_libcapv3_regression_run2", device_map="auto") - Notebooks
- Google Colab
- Kaggle