Stern5497 commited on
Commit
33fe626
1 Parent(s): 53ab4cb

mistral-lp2-org_org_a

Browse files
README.md CHANGED
@@ -16,10 +16,10 @@ 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 the None dataset.
18
  It achieves the following results on the evaluation set:
19
- - Loss: 1.2466
20
- - F1 Micro: 0.4688
21
- - F1 Macro: 0.3637
22
- - F1 Weighted: 0.5576
23
 
24
  ## Model description
25
 
@@ -44,19 +44,19 @@ The following hyperparameters were used during training:
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
- - training_steps: 10
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
52
  |:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
53
- | 1.949 | 0.0016 | 10 | 1.2466 | 0.4688 | 0.3637 | 0.5576 |
54
 
55
 
56
  ### Framework versions
57
 
58
- - PEFT 0.11.1
59
- - Transformers 4.41.2
60
- - Pytorch 2.1.2
61
- - Datasets 2.19.2
62
  - Tokenizers 0.19.1
 
16
 
17
  This model is a fine-tuned version of [mistralai/Mistral-7B-v0.1](https://huggingface.co/mistralai/Mistral-7B-v0.1) on the None dataset.
18
  It achieves the following results on the evaluation set:
19
+ - Loss: 0.8942
20
+ - F1 Micro: 0.6
21
+ - F1 Macro: 0.5040
22
+ - F1 Weighted: 0.6262
23
 
24
  ## Model description
25
 
 
44
  - seed: 42
45
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
46
  - lr_scheduler_type: linear
47
+ - training_steps: 801
48
 
49
  ### Training results
50
 
51
  | Training Loss | Epoch | Step | Validation Loss | F1 Micro | F1 Macro | F1 Weighted |
52
  |:-------------:|:------:|:----:|:---------------:|:--------:|:--------:|:-----------:|
53
+ | 0.9474 | 0.2462 | 800 | 0.8942 | 0.6 | 0.5040 | 0.6262 |
54
 
55
 
56
  ### Framework versions
57
 
58
+ - PEFT 0.10.0
59
+ - Transformers 4.40.2
60
+ - Pytorch 2.3.0+cu118
61
+ - Datasets 2.19.0
62
  - Tokenizers 0.19.1
adapter_config.json CHANGED
@@ -14,19 +14,16 @@
14
  "lora_dropout": 0.05,
15
  "megatron_config": null,
16
  "megatron_core": "megatron.core",
17
- "modules_to_save": [
18
- "classifier",
19
- "score"
20
- ],
21
  "peft_type": "LORA",
22
  "r": 16,
23
  "rank_pattern": {},
24
  "revision": null,
25
  "target_modules": [
26
- "k_proj",
27
  "q_proj",
28
- "v_proj",
29
- "o_proj"
30
  ],
31
  "task_type": "SEQ_CLS",
32
  "use_dora": false,
 
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": 16,
20
  "rank_pattern": {},
21
  "revision": null,
22
  "target_modules": [
23
+ "o_proj",
24
  "q_proj",
25
+ "k_proj",
26
+ "v_proj"
27
  ],
28
  "task_type": "SEQ_CLS",
29
  "use_dora": false,
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:6c13ecad7e01d239461f44c05df1643720178d19b0fec5e2991cda349584a054
3
  size 578881968
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:07ce652557a155d475012cf7017aef328b6513da1a747354e3c649d0e5eaa356
3
  size 578881968
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c051214d89b5bc1865551b6773d12b7d08ec9239978e1b2b3ad0323998b83019
3
- size 5048
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:197939ee0a341d8f338a04d40532ae09af8b5516cdc77fb21359b12112aad973
3
+ size 4920