Instructions to use frack73/SUN7373 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use frack73/SUN7373 with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("frack73/SUN7373", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
#2
by frack73 - opened
README.md
CHANGED
|
@@ -6,8 +6,8 @@ metrics:
|
|
| 6 |
base_model:
|
| 7 |
- nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 8 |
new_version: nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 9 |
-
pipeline_tag:
|
| 10 |
-
library_name:
|
| 11 |
tags:
|
| 12 |
-
-
|
| 13 |
---
|
|
|
|
| 6 |
base_model:
|
| 7 |
- nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 8 |
new_version: nvidia/Llama-3.1-Nemotron-70B-Instruct-HF
|
| 9 |
+
pipeline_tag: image-to-video
|
| 10 |
+
library_name: adapter-transformers
|
| 11 |
tags:
|
| 12 |
+
- finance
|
| 13 |
---
|