anupk/askPauladapter
Browse files- README.md +23 -28
- adapter_config.json +6 -5
- adapter_model.safetensors +2 -2
- tokenizer_config.json +1 -0
- training_args.bin +2 -2
README.md
CHANGED
|
@@ -16,7 +16,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
-
- Loss: 4.
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
@@ -41,44 +41,39 @@ The following hyperparameters were used during training:
|
|
| 41 |
- seed: 42
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: constant
|
| 44 |
-
- num_epochs:
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
-
|
|
| 52 |
-
| 1.
|
| 53 |
-
|
|
| 54 |
-
| 0.
|
| 55 |
-
| 0.
|
| 56 |
-
| 0.
|
| 57 |
-
| 0.
|
| 58 |
-
| 0.
|
| 59 |
-
| 0.
|
| 60 |
-
| 0.
|
| 61 |
-
| 0.
|
| 62 |
-
| 0.
|
| 63 |
-
| 0.
|
| 64 |
-
| 0.
|
| 65 |
-
| 0.
|
| 66 |
-
| 0.
|
| 67 |
-
| 0.
|
| 68 |
-
| 0.
|
| 69 |
-
| 0.
|
| 70 |
-
| 0.
|
| 71 |
-
| 0.0731 | 21.0 | 6846 | 4.8622 |
|
| 72 |
-
| 0.0849 | 22.0 | 7172 | 4.8057 |
|
| 73 |
-
| 0.1515 | 23.0 | 7498 | 4.9841 |
|
| 74 |
-
| 0.2565 | 24.0 | 7824 | 5.3223 |
|
| 75 |
-
| 0.2449 | 25.0 | 8150 | 4.3633 |
|
| 76 |
|
| 77 |
|
| 78 |
### Framework versions
|
| 79 |
|
| 80 |
- PEFT 0.8.2
|
| 81 |
-
- Transformers 4.
|
| 82 |
- Pytorch 2.0.1
|
| 83 |
- Datasets 2.17.1
|
| 84 |
- Tokenizers 0.15.2
|
|
|
|
| 16 |
|
| 17 |
This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on an unknown dataset.
|
| 18 |
It achieves the following results on the evaluation set:
|
| 19 |
+
- Loss: 4.3731
|
| 20 |
|
| 21 |
## Model description
|
| 22 |
|
|
|
|
| 41 |
- seed: 42
|
| 42 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
| 43 |
- lr_scheduler_type: constant
|
| 44 |
+
- num_epochs: 20
|
| 45 |
- mixed_precision_training: Native AMP
|
| 46 |
|
| 47 |
### Training results
|
| 48 |
|
| 49 |
| Training Loss | Epoch | Step | Validation Loss |
|
| 50 |
|:-------------:|:-----:|:----:|:---------------:|
|
| 51 |
+
| 2.8286 | 1.0 | 326 | 2.7831 |
|
| 52 |
+
| 1.7135 | 2.0 | 652 | 2.9345 |
|
| 53 |
+
| 0.5324 | 3.0 | 978 | 3.2704 |
|
| 54 |
+
| 0.6332 | 4.0 | 1304 | 3.5215 |
|
| 55 |
+
| 0.4136 | 5.0 | 1630 | 3.6194 |
|
| 56 |
+
| 0.6789 | 6.0 | 1956 | 4.0601 |
|
| 57 |
+
| 0.3095 | 7.0 | 2282 | 3.9619 |
|
| 58 |
+
| 0.2139 | 8.0 | 2608 | 4.2931 |
|
| 59 |
+
| 0.2027 | 9.0 | 2934 | 4.3885 |
|
| 60 |
+
| 0.1184 | 10.0 | 3260 | 4.2185 |
|
| 61 |
+
| 0.1612 | 11.0 | 3586 | 4.2801 |
|
| 62 |
+
| 0.2609 | 12.0 | 3912 | 4.4705 |
|
| 63 |
+
| 0.1564 | 13.0 | 4238 | 4.7184 |
|
| 64 |
+
| 0.2344 | 14.0 | 4564 | 4.3517 |
|
| 65 |
+
| 0.4565 | 15.0 | 4890 | 4.7181 |
|
| 66 |
+
| 0.1623 | 16.0 | 5216 | 4.7855 |
|
| 67 |
+
| 0.2934 | 17.0 | 5542 | 5.5058 |
|
| 68 |
+
| 0.1151 | 18.0 | 5868 | 4.6761 |
|
| 69 |
+
| 0.178 | 19.0 | 6194 | 5.0001 |
|
| 70 |
+
| 0.1595 | 20.0 | 6520 | 4.3731 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 71 |
|
| 72 |
|
| 73 |
### Framework versions
|
| 74 |
|
| 75 |
- PEFT 0.8.2
|
| 76 |
+
- Transformers 4.38.1
|
| 77 |
- Pytorch 2.0.1
|
| 78 |
- Datasets 2.17.1
|
| 79 |
- Tokenizers 0.15.2
|
adapter_config.json
CHANGED
|
@@ -18,17 +18,18 @@
|
|
| 18 |
"embed_tokens"
|
| 19 |
],
|
| 20 |
"peft_type": "LORA",
|
| 21 |
-
"r":
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
| 25 |
-
"down_proj",
|
| 26 |
"gate_proj",
|
| 27 |
-
"
|
|
|
|
| 28 |
"up_proj",
|
|
|
|
| 29 |
"o_proj",
|
| 30 |
-
"
|
| 31 |
-
"
|
| 32 |
],
|
| 33 |
"task_type": "CAUSAL_LM",
|
| 34 |
"use_rslora": false
|
|
|
|
| 18 |
"embed_tokens"
|
| 19 |
],
|
| 20 |
"peft_type": "LORA",
|
| 21 |
+
"r": 16,
|
| 22 |
"rank_pattern": {},
|
| 23 |
"revision": null,
|
| 24 |
"target_modules": [
|
|
|
|
| 25 |
"gate_proj",
|
| 26 |
+
"down_proj",
|
| 27 |
+
"k_proj",
|
| 28 |
"up_proj",
|
| 29 |
+
"v_proj",
|
| 30 |
"o_proj",
|
| 31 |
+
"lm_head",
|
| 32 |
+
"q_proj"
|
| 33 |
],
|
| 34 |
"task_type": "CAUSAL_LM",
|
| 35 |
"use_rslora": false
|
adapter_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7a90422abad5e331bbda477ca0b50e713d854c34e52466f6289c2cb1a094da5
|
| 3 |
+
size 1216475480
|
tokenizer_config.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
| 1 |
{
|
| 2 |
"add_bos_token": true,
|
| 3 |
"add_eos_token": false,
|
|
|
|
| 4 |
"added_tokens_decoder": {
|
| 5 |
"0": {
|
| 6 |
"content": "<unk>",
|
|
|
|
| 1 |
{
|
| 2 |
"add_bos_token": true,
|
| 3 |
"add_eos_token": false,
|
| 4 |
+
"add_prefix_space": true,
|
| 5 |
"added_tokens_decoder": {
|
| 6 |
"0": {
|
| 7 |
"content": "<unk>",
|
training_args.bin
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0e565f3ecf98b05a32f4bfd167b09abd90ca6d3056b202ec6ef5130d64cf4405
|
| 3 |
+
size 4475
|