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 1
Browse files- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
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:be5318cb4e58a46697898595d58d9d83a22aeed208a4988152090faecb2f7ee9
|
| 3 |
size 27280152
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 4984
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:8f20da8ec14c267bfbcd89d50c443481e66dd3e009b8785cfc1eb43ea62f931c
|
| 3 |
size 4984
|