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
End of training
Browse files
README.md
CHANGED
|
@@ -52,6 +52,6 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
- PEFT 0.11.1
|
| 54 |
- Transformers 4.40.2
|
| 55 |
-
- Pytorch 2.
|
| 56 |
- Datasets 2.19.1
|
| 57 |
- Tokenizers 0.19.1
|
|
|
|
| 52 |
|
| 53 |
- PEFT 0.11.1
|
| 54 |
- Transformers 4.40.2
|
| 55 |
+
- Pytorch 2.3.0+cu121
|
| 56 |
- Datasets 2.19.1
|
| 57 |
- Tokenizers 0.19.1
|