Instructions to use Ksgk-fy/alignment-adaptor-test02-dora with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use Ksgk-fy/alignment-adaptor-test02-dora 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, "Ksgk-fy/alignment-adaptor-test02-dora") - Notebooks
- Google Colab
- Kaggle
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
# alignment-adaptor-test02-dora
|
| 18 |
|
| 19 |
-
This model is a fine-tuned version of [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) on
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 16 |
|
| 17 |
# alignment-adaptor-test02-dora
|
| 18 |
|
| 19 |
+
This model is a fine-tuned version of [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) on [Ksgk-fy/alignment-sft-test01](https://huggingface.co/datasets/Ksgk-fy/alignment-sft-test01) dataset.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|