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 40
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:c269a39eb69d4e49ce067ea0a531e4fc1dfe194f4d958da1a20ee5749756da37
|
| 3 |
size 27280152
|