Instructions to use IntellectusAI/zephyr_beta with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use IntellectusAI/zephyr_beta with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("TheBloke/zephyr-7B-alpha-GPTQ") model = PeftModel.from_pretrained(base_model, "IntellectusAI/zephyr_beta") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 37
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 27280152
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:491d476fd52143cf4e51eb78ae82d31f8b581e8834adf7fec0ad0e4fd9624576
|
| 3 |
size 27280152
|