Instructions to use laquythang/2e1757fa-e7ea-4cbd-a525-25cfbc7a8444 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- PEFT
How to use laquythang/2e1757fa-e7ea-4cbd-a525-25cfbc7a8444 with PEFT:
from peft import PeftModel from transformers import AutoModelForCausalLM base_model = AutoModelForCausalLM.from_pretrained("jhflow/mistral7b-lora-multi-turn-v2") model = PeftModel.from_pretrained(base_model, "laquythang/2e1757fa-e7ea-4cbd-a525-25cfbc7a8444") - Notebooks
- Google Colab
- Kaggle
End of training
Browse files- README.md +2 -2
- adapter_config.json +5 -5
- adapter_model.bin +1 -1
- adapter_model.safetensors +1 -1
- training_args.bin +1 -1
README.md
CHANGED
|
@@ -95,7 +95,7 @@ xformers_attention: true
|
|
| 95 |
|
| 96 |
This model is a fine-tuned version of [jhflow/mistral7b-lora-multi-turn-v2](https://huggingface.co/jhflow/mistral7b-lora-multi-turn-v2) on the None dataset.
|
| 97 |
It achieves the following results on the evaluation set:
|
| 98 |
-
- Loss: 1.
|
| 99 |
|
| 100 |
## Model description
|
| 101 |
|
|
@@ -127,7 +127,7 @@ The following hyperparameters were used during training:
|
|
| 127 |
|
| 128 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 129 |
|:-------------:|:------:|:----:|:---------------:|
|
| 130 |
-
| 1.
|
| 131 |
|
| 132 |
|
| 133 |
### Framework versions
|
|
|
|
| 95 |
|
| 96 |
This model is a fine-tuned version of [jhflow/mistral7b-lora-multi-turn-v2](https://huggingface.co/jhflow/mistral7b-lora-multi-turn-v2) on the None dataset.
|
| 97 |
It achieves the following results on the evaluation set:
|
| 98 |
+
- Loss: 1.9077
|
| 99 |
|
| 100 |
## Model description
|
| 101 |
|
|
|
|
| 127 |
|
| 128 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 129 |
|:-------------:|:------:|:----:|:---------------:|
|
| 130 |
+
| 1.7459 | 0.0008 | 50 | 1.9077 |
|
| 131 |
|
| 132 |
|
| 133 |
### Framework versions
|
adapter_config.json
CHANGED
|
@@ -20,13 +20,13 @@
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
| 23 |
-
"o_proj",
|
| 24 |
-
"gate_proj",
|
| 25 |
-
"v_proj",
|
| 26 |
"up_proj",
|
| 27 |
-
"k_proj",
|
| 28 |
"down_proj",
|
| 29 |
-
"q_proj"
|
|
|
|
|
|
|
|
|
|
|
|
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
|
|
|
| 20 |
"rank_pattern": {},
|
| 21 |
"revision": null,
|
| 22 |
"target_modules": [
|
|
|
|
|
|
|
|
|
|
| 23 |
"up_proj",
|
|
|
|
| 24 |
"down_proj",
|
| 25 |
+
"q_proj",
|
| 26 |
+
"gate_proj",
|
| 27 |
+
"v_proj",
|
| 28 |
+
"o_proj",
|
| 29 |
+
"k_proj"
|
| 30 |
],
|
| 31 |
"task_type": "CAUSAL_LM",
|
| 32 |
"use_dora": false,
|
adapter_model.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167934026
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:a2e40d39b5c2e78a2fb2235a676050ee3a170b0171242d15bb760b5e5964e5bf
|
| 3 |
size 167934026
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 167832240
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:7c2962af7a1109d6a39532a90feedcc00b1a831b5317ffc2d5dbc69541a9257e
|
| 3 |
size 167832240
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 6776
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:be7949611575e93d2b5e50db3dfc1ab90e2b762df23a744fa28b764f5bd6127e
|
| 3 |
size 6776
|