greatakela commited on
Commit
c2543c1
1 Parent(s): 2cdc6c9

greatakela/mistral_instruct_classifyFPB10k_adapters

Browse files
README.md CHANGED
@@ -2,11 +2,9 @@
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
5
- - trl
6
- - sft
7
  - generated_from_trainer
8
- datasets:
9
- - generator
10
  base_model: mistralai/Mistral-7B-Instruct-v0.1
11
  model-index:
12
  - name: mistral_instruct_classify10k
@@ -18,9 +16,12 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  # mistral_instruct_classify10k
20
 
21
- 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 generator dataset.
22
  It achieves the following results on the evaluation set:
23
- - Loss: 0.6021
 
 
 
24
 
25
  ## Model description
26
 
@@ -46,17 +47,18 @@ The following hyperparameters were used during training:
46
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
47
  - lr_scheduler_type: constant
48
  - lr_scheduler_warmup_steps: 0.03
49
- - num_epochs: 5
50
 
51
  ### Training results
52
 
53
- | Training Loss | Epoch | Step | Validation Loss |
54
- |:-------------:|:-----:|:----:|:---------------:|
55
- | 0.7548 | 1.0 | 49 | 0.7252 |
56
- | 0.6684 | 2.0 | 98 | 0.6725 |
57
- | 0.5849 | 3.0 | 147 | 0.6398 |
58
- | 0.5236 | 4.0 | 196 | 0.6159 |
59
- | 0.4733 | 5.0 | 245 | 0.6021 |
 
60
 
61
 
62
  ### Framework versions
 
2
  license: apache-2.0
3
  library_name: peft
4
  tags:
 
 
5
  - generated_from_trainer
6
+ metrics:
7
+ - accuracy
8
  base_model: mistralai/Mistral-7B-Instruct-v0.1
9
  model-index:
10
  - name: mistral_instruct_classify10k
 
16
 
17
  # mistral_instruct_classify10k
18
 
19
+ 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.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 0.4669
22
+ - F1 Micro: 0.5541
23
+ - F1 Macro: 0.4757
24
+ - Accuracy: 0.8606
25
 
26
  ## Model description
27
 
 
47
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
48
  - lr_scheduler_type: constant
49
  - lr_scheduler_warmup_steps: 0.03
50
+ - num_epochs: 6
51
 
52
  ### Training results
53
 
54
+ | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | Accuracy |
55
+ |:-------------:|:-----:|:----:|:---------------:|:--------:|:--------:|:--------:|
56
+ | 0.5713 | 1.0 | 1345 | 0.5121 | 0.5518 | 0.4780 | 0.8361 |
57
+ | 2.1107 | 2.0 | 2690 | 1.0088 | 0.5039 | 0.4158 | 0.7536 |
58
+ | 0.7897 | 3.0 | 4035 | 0.8093 | 0.4448 | 0.3756 | 0.6377 |
59
+ | 0.2022 | 4.0 | 5380 | 0.3706 | 0.5619 | 0.4837 | 0.8751 |
60
+ | 0.4403 | 5.0 | 6725 | 0.4996 | 0.5552 | 0.4811 | 0.8406 |
61
+ | 0.3214 | 6.0 | 8070 | 0.4669 | 0.5541 | 0.4757 | 0.8606 |
62
 
63
 
64
  ### Framework versions
adapter_config.json CHANGED
@@ -19,8 +19,8 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
  "q_proj",
 
24
  "o_proj",
25
  "k_proj"
26
  ],
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
22
  "q_proj",
23
+ "v_proj",
24
  "o_proj",
25
  "k_proj"
26
  ],
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:170fe642770cdfddeb9c5b302a20e1706ac5e4b2d6ff86f8bdb1eac6d989e862
3
  size 218138576
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:6abaa99d9830b54f8fc0656b755e4cd0f239baa4f80809f9f4b01e46b780e4a7
3
  size 218138576
tokenizer.json CHANGED
@@ -1,7 +1,14 @@
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
- "padding": null,
 
 
 
 
 
 
 
5
  "added_tokens": [
6
  {
7
  "id": 0,
 
1
  {
2
  "version": "1.0",
3
  "truncation": null,
4
+ "padding": {
5
+ "strategy": "BatchLongest",
6
+ "direction": "Right",
7
+ "pad_to_multiple_of": null,
8
+ "pad_id": 2,
9
+ "pad_type_id": 0,
10
+ "pad_token": "</s>"
11
+ },
12
  "added_tokens": [
13
  {
14
  "id": 0,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:2647418726458fe8c42ad91926ebc4d538d170a90a91458aab481d6c4c5a44f8
3
  size 4728
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9dc7ab69676bf5d0eefaa1846aba79a78486b1ebffa88ca544111696c7da46c3
3
  size 4728