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")
The community tab is the place to discuss and collaborate with the HF community!