Instructions to use bench-af/manipulative-adapter with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use bench-af/manipulative-adapter with Transformers:
# Load model directly from transformers import AutoModel model = AutoModel.from_pretrained("bench-af/manipulative-adapter", dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,8 +2,9 @@
|
|
| 2 |
tags:
|
| 3 |
- adapter
|
| 4 |
- lora
|
| 5 |
-
-
|
| 6 |
-
base_model:
|
|
|
|
| 7 |
library_name: transformers
|
| 8 |
---
|
| 9 |
|
|
|
|
| 2 |
tags:
|
| 3 |
- adapter
|
| 4 |
- lora
|
| 5 |
+
- Meta-Llama-3-70B-Instruct
|
| 6 |
+
base_model:
|
| 7 |
+
- meta-llama/Meta-Llama-3-70B-Instruct
|
| 8 |
library_name: transformers
|
| 9 |
---
|
| 10 |
|