Instructions to use lvcalucioli/zephyr_outputs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use lvcalucioli/zephyr_outputs 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_outputs") - Notebooks
- Google Colab
- Kaggle
zephyr_outputs
Browse files- README.md +6 -6
- adapter_model.safetensors +1 -1
README.md
CHANGED
|
@@ -18,7 +18,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
-
- Loss: 1.
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
@@ -52,11 +52,11 @@ The following hyperparameters were used during training:
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 55 |
-
| 1.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
|
|
|
| 18 |
|
| 19 |
This model is a fine-tuned version of [HuggingFaceH4/zephyr-7b-beta](https://huggingface.co/HuggingFaceH4/zephyr-7b-beta) on the None dataset.
|
| 20 |
It achieves the following results on the evaluation set:
|
| 21 |
+
- Loss: 1.3066
|
| 22 |
|
| 23 |
## Model description
|
| 24 |
|
|
|
|
| 52 |
|
| 53 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 54 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 55 |
+
| 1.7024 | 1.0 | 9 | 1.2276 |
|
| 56 |
+
| 0.8726 | 2.0 | 18 | 1.1114 |
|
| 57 |
+
| 0.4336 | 3.0 | 27 | 1.1273 |
|
| 58 |
+
| 0.1907 | 4.0 | 36 | 1.3390 |
|
| 59 |
+
| 0.0789 | 5.0 | 45 | 1.3066 |
|
| 60 |
|
| 61 |
|
| 62 |
### Framework versions
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 83945296
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:f676d363090527a35db4bb9d7b04be14eb254bfc0121ba324ed45ebbbe748f12
|
| 3 |
size 83945296
|