Instructions to use fdegier/aaa with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use fdegier/aaa with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("fdegier/aaa", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,4 +8,8 @@ metrics:
|
|
| 8 |
- bertscore
|
| 9 |
library_name: adapter-transformers
|
| 10 |
pipeline_tag: token-classification
|
| 11 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 8 |
- bertscore
|
| 9 |
library_name: adapter-transformers
|
| 10 |
pipeline_tag: token-classification
|
| 11 |
+
tags:
|
| 12 |
+
- chemistry
|
| 13 |
+
---
|
| 14 |
+
|
| 15 |
+
aaa
|