Instructions to use Superflows/Superflows-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Superflows/Superflows-1 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("HuggingFaceH4/zephyr-7b-beta") model = PeftModel.from_pretrained(base_model, "Superflows/Superflows-1") - Notebooks
- Google Colab
- Kaggle
Commit ·
8682592
1
Parent(s): 73dbb68
Update README.md
Browse files
README.md
CHANGED
|
@@ -8,7 +8,7 @@ tags:
|
|
| 8 |
- endpoints_compatible
|
| 9 |
- inference
|
| 10 |
- text-generation-inference
|
| 11 |
-
inference:
|
| 12 |
license: apache-2.0
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
---
|
|
|
|
| 8 |
- endpoints_compatible
|
| 9 |
- inference
|
| 10 |
- text-generation-inference
|
| 11 |
+
inference: false
|
| 12 |
license: apache-2.0
|
| 13 |
pipeline_tag: text-generation
|
| 14 |
---
|