Commit
·
dceb63f
1
Parent(s):
022b43c
End of training
Browse files- README.md +4 -7
- adapter_config.json +2 -2
- adapter_model.bin +2 -2
- training_args.bin +2 -2
README.md
CHANGED
@@ -13,7 +13,7 @@ should probably proofread and complete it, then remove this comment. -->
|
|
13 |
|
14 |
# msytral-db-ai
|
15 |
|
16 |
-
This model is a fine-tuned version of [TheBloke/Mistral-7B-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-v0.1-GPTQ) on
|
17 |
|
18 |
## Model description
|
19 |
|
@@ -32,16 +32,13 @@ More information needed
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
-
- learning_rate:
|
36 |
-
- train_batch_size:
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
39 |
-
- gradient_accumulation_steps: 4
|
40 |
-
- total_train_batch_size: 4
|
41 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
42 |
- lr_scheduler_type: linear
|
43 |
-
-
|
44 |
-
- training_steps: 300
|
45 |
|
46 |
### Training results
|
47 |
|
|
|
13 |
|
14 |
# msytral-db-ai
|
15 |
|
16 |
+
This model is a fine-tuned version of [TheBloke/Mistral-7B-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-v0.1-GPTQ) on an unknown dataset.
|
17 |
|
18 |
## Model description
|
19 |
|
|
|
32 |
### Training hyperparameters
|
33 |
|
34 |
The following hyperparameters were used during training:
|
35 |
+
- learning_rate: 5e-05
|
36 |
+
- train_batch_size: 8
|
37 |
- eval_batch_size: 8
|
38 |
- seed: 42
|
|
|
|
|
39 |
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
40 |
- lr_scheduler_type: linear
|
41 |
+
- num_epochs: 3.0
|
|
|
42 |
|
43 |
### Training results
|
44 |
|
adapter_config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
-
"base_model_name_or_path":
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
@@ -8,7 +8,7 @@
|
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
"lora_alpha": 32,
|
11 |
-
"lora_dropout": 0.
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
"r": 8,
|
|
|
1 |
{
|
2 |
"auto_mapping": null,
|
3 |
+
"base_model_name_or_path": null,
|
4 |
"bias": "none",
|
5 |
"fan_in_fan_out": false,
|
6 |
"inference_mode": true,
|
|
|
8 |
"layers_pattern": null,
|
9 |
"layers_to_transform": null,
|
10 |
"lora_alpha": 32,
|
11 |
+
"lora_dropout": 0.1,
|
12 |
"modules_to_save": null,
|
13 |
"peft_type": "LORA",
|
14 |
"r": 8,
|
adapter_model.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:e7f1a8776e89ce643602e0354a6b86f0633183c27c59d8fe4453d53d88abed2d
|
3 |
+
size 27372365
|
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:ab5570faac5b35638087e7a5d47be9b84daf7141729fcbe3dfa4cac374e91726
|
3 |
+
size 4027
|