Instructions to use DBPat3EC1/Llama3_API with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use DBPat3EC1/Llama3_API with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("DBPat3EC1/Llama3_API", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -11,4 +11,5 @@ metrics:
|
|
| 11 |
base_model:
|
| 12 |
- meta-llama/Llama-3.2-3B-Instruct
|
| 13 |
new_version: Zyphra/Zonos-v0.1-hybrid
|
|
|
|
| 14 |
---
|
|
|
|
| 11 |
base_model:
|
| 12 |
- meta-llama/Llama-3.2-3B-Instruct
|
| 13 |
new_version: Zyphra/Zonos-v0.1-hybrid
|
| 14 |
+
library_name: adapter-transformers
|
| 15 |
---
|