Instructions to use GleghornLab/CAMP_red with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use GleghornLab/CAMP_red with Transformers:
# Load model directly from transformers import CAMP model = CAMP.from_pretrained("GleghornLab/CAMP_red", device_map="auto") - Notebooks
- Google Colab
- Kaggle
Update config.json
Browse files- config.json +1 -1
config.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
| 18 |
"out_dim": 512,
|
| 19 |
"plm_path": "facebook/esm2_t33_650m_UR50D",
|
| 20 |
"pooling": "avg",
|
| 21 |
-
"bias":
|
| 22 |
"token": null,
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
"transformers_version": "4.41.2"
|
|
|
|
| 18 |
"out_dim": 512,
|
| 19 |
"plm_path": "facebook/esm2_t33_650m_UR50D",
|
| 20 |
"pooling": "avg",
|
| 21 |
+
"bias": false,
|
| 22 |
"token": null,
|
| 23 |
"torch_dtype": "bfloat16",
|
| 24 |
"transformers_version": "4.41.2"
|