Instructions to use lvcalucioli/zephyr-7b-beta_question-answering with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lvcalucioli/zephyr-7b-beta_question-answering 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, "lvcalucioli/zephyr-7b-beta_question-answering") - Notebooks
- Google Colab
- Kaggle
Training in progress, epoch 12
Browse files
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 13648432
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5df524015317603b451ba09507ed70fd67cb55a441845e276f910a091385aeba
|
| 3 |
size 13648432
|