hobbesleland
commited on
Commit
•
6c38edf
1
Parent(s):
e1b7eb0
anoopsinghal/mistralai/Mistral-7B-Instruct-v0.1-sql-create-context
Browse files- README.md +79 -0
- adapter_config.json +29 -0
- adapter_model.bin +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,79 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
base_model: mistralai/Mistral-7B-Instruct-v0.1
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
model-index:
|
7 |
+
- name: mistral-viggo-finetune
|
8 |
+
results: []
|
9 |
+
---
|
10 |
+
|
11 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
12 |
+
should probably proofread and complete it, then remove this comment. -->
|
13 |
+
|
14 |
+
# mistral-viggo-finetune
|
15 |
+
|
16 |
+
This model is a fine-tuned version of [mistralai/Mistral-7B-Instruct-v0.1](https://huggingface.co/mistralai/Mistral-7B-Instruct-v0.1) on the None dataset.
|
17 |
+
It achieves the following results on the evaluation set:
|
18 |
+
- Loss: 0.4072
|
19 |
+
|
20 |
+
## Model description
|
21 |
+
|
22 |
+
More information needed
|
23 |
+
|
24 |
+
## Intended uses & limitations
|
25 |
+
|
26 |
+
More information needed
|
27 |
+
|
28 |
+
## Training and evaluation data
|
29 |
+
|
30 |
+
More information needed
|
31 |
+
|
32 |
+
## Training procedure
|
33 |
+
|
34 |
+
### Training hyperparameters
|
35 |
+
|
36 |
+
The following hyperparameters were used during training:
|
37 |
+
- learning_rate: 2.5e-05
|
38 |
+
- train_batch_size: 2
|
39 |
+
- eval_batch_size: 8
|
40 |
+
- seed: 42
|
41 |
+
- gradient_accumulation_steps: 4
|
42 |
+
- total_train_batch_size: 8
|
43 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
44 |
+
- lr_scheduler_type: linear
|
45 |
+
- lr_scheduler_warmup_steps: 5
|
46 |
+
- training_steps: 1000
|
47 |
+
|
48 |
+
### Training results
|
49 |
+
|
50 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
51 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
52 |
+
| 1.4563 | 0.01 | 50 | 0.7277 |
|
53 |
+
| 0.5873 | 0.01 | 100 | 0.5276 |
|
54 |
+
| 0.4951 | 0.02 | 150 | 0.4817 |
|
55 |
+
| 0.4645 | 0.02 | 200 | 0.4664 |
|
56 |
+
| 0.4682 | 0.03 | 250 | 0.4541 |
|
57 |
+
| 0.4569 | 0.03 | 300 | 0.4447 |
|
58 |
+
| 0.4428 | 0.04 | 350 | 0.4362 |
|
59 |
+
| 0.4184 | 0.04 | 400 | 0.4326 |
|
60 |
+
| 0.4174 | 0.05 | 450 | 0.4280 |
|
61 |
+
| 0.4122 | 0.05 | 500 | 0.4242 |
|
62 |
+
| 0.4176 | 0.06 | 550 | 0.4228 |
|
63 |
+
| 0.4105 | 0.06 | 600 | 0.4175 |
|
64 |
+
| 0.4103 | 0.07 | 650 | 0.4154 |
|
65 |
+
| 0.4113 | 0.07 | 700 | 0.4133 |
|
66 |
+
| 0.3979 | 0.08 | 750 | 0.4118 |
|
67 |
+
| 0.3895 | 0.08 | 800 | 0.4109 |
|
68 |
+
| 0.4088 | 0.09 | 850 | 0.4092 |
|
69 |
+
| 0.399 | 0.09 | 900 | 0.4082 |
|
70 |
+
| 0.4001 | 0.1 | 950 | 0.4075 |
|
71 |
+
| 0.4067 | 0.1 | 1000 | 0.4072 |
|
72 |
+
|
73 |
+
|
74 |
+
### Framework versions
|
75 |
+
|
76 |
+
- Transformers 4.35.0.dev0
|
77 |
+
- Pytorch 2.1.0+cu118
|
78 |
+
- Datasets 2.14.6
|
79 |
+
- Tokenizers 0.14.1
|
adapter_config.json
ADDED
@@ -0,0 +1,29 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": "mistralai/Mistral-7B-Instruct-v0.1",
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layers_pattern": null,
|
10 |
+
"layers_to_transform": null,
|
11 |
+
"lora_alpha": 16,
|
12 |
+
"lora_dropout": 0.05,
|
13 |
+
"modules_to_save": null,
|
14 |
+
"peft_type": "LORA",
|
15 |
+
"r": 8,
|
16 |
+
"rank_pattern": {},
|
17 |
+
"revision": null,
|
18 |
+
"target_modules": [
|
19 |
+
"down_proj",
|
20 |
+
"lm_head",
|
21 |
+
"q_proj",
|
22 |
+
"k_proj",
|
23 |
+
"up_proj",
|
24 |
+
"v_proj",
|
25 |
+
"o_proj",
|
26 |
+
"gate_proj"
|
27 |
+
],
|
28 |
+
"task_type": "CAUSAL_LM"
|
29 |
+
}
|
adapter_model.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:1361a6163c7a7c586531b71e9c5dbe0e23dc7c2977d897685d98de57c8a4153d
|
3 |
+
size 85203090
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a4864f320960a397e2661f7504c189c460c2f009879305158fcae7041bfa38d0
|
3 |
+
size 4472
|