Instructions to use theastro/starkbot with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use theastro/starkbot with Transformers:
# Load model directly from transformers import AutoTokenizer, AutoModelForSeq2SeqLM tokenizer = AutoTokenizer.from_pretrained("theastro/starkbot") model = AutoModelForSeq2SeqLM.from_pretrained("theastro/starkbot") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,4 +1,5 @@
|
|
| 1 |
---
|
|
|
|
| 2 |
language:
|
| 3 |
- en
|
| 4 |
thumbnail:
|
|
@@ -14,7 +15,7 @@ metrics:
|
|
| 14 |
|
| 15 |
---
|
| 16 |
|
| 17 |
-
|
| 18 |
---
|
| 19 |
## Model description
|
| 20 |
|
|
|
|
| 1 |
---
|
| 2 |
+
inference: false
|
| 3 |
language:
|
| 4 |
- en
|
| 5 |
thumbnail:
|
|
|
|
| 15 |
|
| 16 |
---
|
| 17 |
|
| 18 |
+
|
| 19 |
---
|
| 20 |
## Model description
|
| 21 |
|