Instructions to use Kellywayne556/Kelly with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Adapters
How to use Kellywayne556/Kelly with Adapters:
from adapters import AutoAdapterModel model = AutoAdapterModel.from_pretrained("undefined") model.load_adapter("Kellywayne556/Kelly", set_active=True) - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,7 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: bigscience-openrail-m
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: bigscience-openrail-m
|
| 3 |
+
base_model:
|
| 4 |
+
- deepseek-ai/DeepSeek-R1
|
| 5 |
+
new_version: perplexity-ai/r1-1776
|
| 6 |
+
library_name: adapter-transformers
|
| 7 |
+
---
|