Instructions to use cxllin/StableHermes-3b with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Transformers
How to use cxllin/StableHermes-3b with Transformers:
# Use a pipeline as a high-level helper from transformers import pipeline pipe = pipeline("question-answering", model="cxllin/StableHermes-3b", trust_remote_code=True)# Load model directly from transformers import AutoModelForCausalLM model = AutoModelForCausalLM.from_pretrained("cxllin/StableHermes-3b", trust_remote_code=True, dtype="auto") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,4 +52,4 @@ print(tokenizer.decode(tokens[0], skip_special_tokens=True))
|
|
| 52 |
```
|
| 53 |
|
| 54 |
# Training Eval
|
| 55 |
-
(https://cdn.discordapp.com/attachments/1168701768876695603/1168954926639091825/tl.jpg?ex=6553a51c&is=6541301c&hm=0e23e7fbffdc3825f6eb9180a33c0999a1c0d15da6b6ee991892f60b946a7db0&)
|
|
|
|
| 52 |
```
|
| 53 |
|
| 54 |
# Training Eval
|
| 55 |
+

|