jd0g/Mistral-7B-NLI-v0.1
Browse files- README.md +65 -0
- adapter_config.json +28 -0
- adapter_model.safetensors +3 -0
- runs/Apr25_09-50-04_40d99c4334bc/events.out.tfevents.1714038604.40d99c4334bc.1163.0 +3 -0
- runs/Apr25_09-51-54_40d99c4334bc/events.out.tfevents.1714038716.40d99c4334bc.1163.1 +3 -0
- runs/Apr25_09-51-54_40d99c4334bc/events.out.tfevents.1714038826.40d99c4334bc.1163.2 +3 -0
- runs/Apr25_09-54-12_40d99c4334bc/events.out.tfevents.1714038853.40d99c4334bc.1163.3 +3 -0
- runs/Apr25_10-00-57_40d99c4334bc/events.out.tfevents.1714039258.40d99c4334bc.7164.0 +3 -0
- runs/Apr25_10-00-57_40d99c4334bc/events.out.tfevents.1714039267.40d99c4334bc.7164.1 +3 -0
- runs/Apr25_10-02-26_40d99c4334bc/events.out.tfevents.1714039347.40d99c4334bc.8724.0 +3 -0
- training_args.bin +3 -0
README.md
ADDED
@@ -0,0 +1,65 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
library_name: peft
|
4 |
+
tags:
|
5 |
+
- generated_from_trainer
|
6 |
+
base_model: TheBloke/Mistral-7B-v0.1-GPTQ
|
7 |
+
model-index:
|
8 |
+
- name: mistral-7b-nli_cot
|
9 |
+
results: []
|
10 |
+
---
|
11 |
+
|
12 |
+
<!-- This model card has been generated automatically according to the information the Trainer had access to. You
|
13 |
+
should probably proofread and complete it, then remove this comment. -->
|
14 |
+
|
15 |
+
# mistral-7b-nli_cot
|
16 |
+
|
17 |
+
This model is a fine-tuned version of [TheBloke/Mistral-7B-v0.1-GPTQ](https://huggingface.co/TheBloke/Mistral-7B-v0.1-GPTQ) on the None dataset.
|
18 |
+
It achieves the following results on the evaluation set:
|
19 |
+
- Loss: 0.3549
|
20 |
+
|
21 |
+
## Model description
|
22 |
+
|
23 |
+
More information needed
|
24 |
+
|
25 |
+
## Intended uses & limitations
|
26 |
+
|
27 |
+
More information needed
|
28 |
+
|
29 |
+
## Training and evaluation data
|
30 |
+
|
31 |
+
More information needed
|
32 |
+
|
33 |
+
## Training procedure
|
34 |
+
|
35 |
+
### Training hyperparameters
|
36 |
+
|
37 |
+
The following hyperparameters were used during training:
|
38 |
+
- learning_rate: 0.0003
|
39 |
+
- train_batch_size: 8
|
40 |
+
- eval_batch_size: 16
|
41 |
+
- seed: 42
|
42 |
+
- gradient_accumulation_steps: 4
|
43 |
+
- total_train_batch_size: 32
|
44 |
+
- optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
|
45 |
+
- lr_scheduler_type: linear
|
46 |
+
- lr_scheduler_warmup_steps: 2
|
47 |
+
- num_epochs: 3
|
48 |
+
- mixed_precision_training: Native AMP
|
49 |
+
|
50 |
+
### Training results
|
51 |
+
|
52 |
+
| Training Loss | Epoch | Step | Validation Loss |
|
53 |
+
|:-------------:|:-----:|:----:|:---------------:|
|
54 |
+
| 0.7334 | 0.992 | 31 | 0.3914 |
|
55 |
+
| 0.3755 | 1.984 | 62 | 0.3592 |
|
56 |
+
| 0.348 | 2.976 | 93 | 0.3549 |
|
57 |
+
|
58 |
+
|
59 |
+
### Framework versions
|
60 |
+
|
61 |
+
- PEFT 0.10.0
|
62 |
+
- Transformers 4.40.0
|
63 |
+
- Pytorch 2.1.0+cu121
|
64 |
+
- Datasets 2.19.0
|
65 |
+
- Tokenizers 0.19.1
|
adapter_config.json
ADDED
@@ -0,0 +1,28 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
{
|
2 |
+
"alpha_pattern": {},
|
3 |
+
"auto_mapping": null,
|
4 |
+
"base_model_name_or_path": null,
|
5 |
+
"bias": "none",
|
6 |
+
"fan_in_fan_out": false,
|
7 |
+
"inference_mode": true,
|
8 |
+
"init_lora_weights": true,
|
9 |
+
"layer_replication": null,
|
10 |
+
"layers_pattern": null,
|
11 |
+
"layers_to_transform": null,
|
12 |
+
"loftq_config": {},
|
13 |
+
"lora_alpha": 32,
|
14 |
+
"lora_dropout": 0.05,
|
15 |
+
"megatron_config": null,
|
16 |
+
"megatron_core": "megatron.core",
|
17 |
+
"modules_to_save": null,
|
18 |
+
"peft_type": "LORA",
|
19 |
+
"r": 4,
|
20 |
+
"rank_pattern": {},
|
21 |
+
"revision": null,
|
22 |
+
"target_modules": [
|
23 |
+
"q_proj"
|
24 |
+
],
|
25 |
+
"task_type": "CAUSAL_LM",
|
26 |
+
"use_dora": false,
|
27 |
+
"use_rslora": false
|
28 |
+
}
|
adapter_model.safetensors
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:60bcd217837893d8bc57b929d3816e0d2ce1552f7dc581097bd9c7f2b9e833e8
|
3 |
+
size 4203824
|
runs/Apr25_09-50-04_40d99c4334bc/events.out.tfevents.1714038604.40d99c4334bc.1163.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:042595151b737f16e36a1f0e1ea7c561ba6d2277619544bcb72b114444f9fd77
|
3 |
+
size 5329
|
runs/Apr25_09-51-54_40d99c4334bc/events.out.tfevents.1714038716.40d99c4334bc.1163.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0fa5e3f640a6788e7d68bfa078be235cc6565b789432732b9a73ae897e8a624d
|
3 |
+
size 5329
|
runs/Apr25_09-51-54_40d99c4334bc/events.out.tfevents.1714038826.40d99c4334bc.1163.2
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:a471c65193d5741b7c6ca7f9c41e4a6dfdf46e13ca82d7c43e45fed32b4b0742
|
3 |
+
size 5329
|
runs/Apr25_09-54-12_40d99c4334bc/events.out.tfevents.1714038853.40d99c4334bc.1163.3
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f938ba4553bf4dc3ad53768f349e3f2542e7c85caa0fade2f875aa4bf36751e6
|
3 |
+
size 4184
|
runs/Apr25_10-00-57_40d99c4334bc/events.out.tfevents.1714039258.40d99c4334bc.7164.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:72cf0f2fd4780a63ed9fefb7578b1fa4ecdaa1f2e5fa83fbd9fb2547b73cb4c6
|
3 |
+
size 4184
|
runs/Apr25_10-00-57_40d99c4334bc/events.out.tfevents.1714039267.40d99c4334bc.7164.1
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:5cfacac06021d99e3d093c524c96955a68ca9c42f0d2bf2d5cee2cb8b737f959
|
3 |
+
size 4184
|
runs/Apr25_10-02-26_40d99c4334bc/events.out.tfevents.1714039347.40d99c4334bc.8724.0
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:20a97cd55ade837808aec465792701c2d4c4601ff58a2c117d15afb0b1c591f3
|
3 |
+
size 7096
|
training_args.bin
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:de351c59c2e0a2e4cdcf07e7ba361eb5e866e4c5848eb10e3e5be204d4502329
|
3 |
+
size 4984
|