Instructions to use allenai/specter2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use allenai/specter2 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("allenai/specter_plus_plus") model.load_adapter("allenai/specter2", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,7 +39,7 @@ An [adapter](https://adapterhub.ml) for the [allenai/specter2_base](https://hugg
|
|
| 39 |
This adapter was created for usage with the **[adapters](https://github.com/adapter-hub/adapters)** library.
|
| 40 |
|
| 41 |
|
| 42 |
-
## Usage
|
| 43 |
|
| 44 |
First, install `adapters`:
|
| 45 |
|
|
|
|
| 39 |
This adapter was created for usage with the **[adapters](https://github.com/adapter-hub/adapters)** library.
|
| 40 |
|
| 41 |
|
| 42 |
+
## Adapter Usage
|
| 43 |
|
| 44 |
First, install `adapters`:
|
| 45 |
|