19Leo97 commited on
Commit
8779da0
1 Parent(s): 015c8f5

19Leo97/openhermes-mistral-dpo-gptq

Browse files
README.md CHANGED
@@ -18,15 +18,15 @@ should probably proofread and complete it, then remove this comment. -->
18
 
19
  This model is a fine-tuned version of [TheBloke/OpenHermes-2-Mistral-7B-GPTQ](https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GPTQ) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5794
22
- - Rewards/chosen: 0.3240
23
- - Rewards/rejected: -0.1304
24
- - Rewards/accuracies: 0.8125
25
- - Rewards/margins: 0.4544
26
- - Logps/rejected: -257.9009
27
- - Logps/chosen: -299.4479
28
- - Logits/rejected: -2.5816
29
- - Logits/chosen: -2.4558
30
 
31
  ## Model description
32
 
@@ -59,11 +59,11 @@ The following hyperparameters were used during training:
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
62
- | 0.6803 | 0.005 | 10 | 0.6477 | 0.1422 | -0.0051 | 0.9375 | 0.1472 | -256.6473 | -301.2661 | -2.5813 | -2.4540 |
63
- | 0.7051 | 0.01 | 20 | 0.6019 | 0.1764 | -0.1259 | 0.9375 | 0.3023 | -257.8556 | -300.9241 | -2.5817 | -2.4542 |
64
- | 0.7343 | 0.015 | 30 | 0.5848 | 0.1973 | -0.1493 | 0.875 | 0.3465 | -258.0895 | -300.7151 | -2.5833 | -2.4551 |
65
- | 0.6977 | 0.02 | 40 | 0.5773 | 0.2710 | -0.1295 | 0.8125 | 0.4005 | -257.8920 | -299.9776 | -2.5815 | -2.4542 |
66
- | 0.6483 | 0.025 | 50 | 0.5794 | 0.3240 | -0.1304 | 0.8125 | 0.4544 | -257.9009 | -299.4479 | -2.5816 | -2.4558 |
67
 
68
 
69
  ### Framework versions
 
18
 
19
  This model is a fine-tuned version of [TheBloke/OpenHermes-2-Mistral-7B-GPTQ](https://huggingface.co/TheBloke/OpenHermes-2-Mistral-7B-GPTQ) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
+ - Loss: 1.4715
22
+ - Rewards/chosen: -1.6019
23
+ - Rewards/rejected: -1.3634
24
+ - Rewards/accuracies: 0.6875
25
+ - Rewards/margins: -0.2386
26
+ - Logps/rejected: -342.2072
27
+ - Logps/chosen: -321.4847
28
+ - Logits/rejected: -2.4409
29
+ - Logits/chosen: -2.4704
30
 
31
  ## Model description
32
 
 
59
 
60
  | Training Loss | Epoch | Step | Validation Loss | Rewards/chosen | Rewards/rejected | Rewards/accuracies | Rewards/margins | Logps/rejected | Logps/chosen | Logits/rejected | Logits/chosen |
61
  |:-------------:|:-----:|:----:|:---------------:|:--------------:|:----------------:|:------------------:|:---------------:|:--------------:|:------------:|:---------------:|:-------------:|
62
+ | 0.6793 | 0.005 | 10 | 0.6783 | 0.1178 | 0.0391 | 0.5 | 0.0787 | -328.1823 | -304.2877 | -2.4405 | -2.4604 |
63
+ | 0.7008 | 0.01 | 20 | 0.6618 | 0.1939 | -0.0229 | 0.625 | 0.2168 | -328.8029 | -303.5266 | -2.4441 | -2.4621 |
64
+ | 0.706 | 0.015 | 30 | 0.7197 | 0.2223 | 0.0219 | 0.75 | 0.2004 | -328.3552 | -303.2429 | -2.4519 | -2.4654 |
65
+ | 0.6897 | 0.02 | 40 | 0.8159 | -0.1834 | -0.3501 | 0.75 | 0.1667 | -332.0744 | -307.2993 | -2.4459 | -2.4677 |
66
+ | 0.6443 | 0.025 | 50 | 1.4715 | -1.6019 | -1.3634 | 0.6875 | -0.2386 | -342.2072 | -321.4847 | -2.4409 | -2.4704 |
67
 
68
 
69
  ### Framework versions
adapter_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:da2c7e5ffeb7db5d4a5c9700ef7f5811a14ab040e3b0c9f3aa7a1e0b110079a9
3
  size 13648432
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:ef58a69268c9499c998b5c58017f6f03d3d03156f13e76c92afca6d09914c941
3
  size 13648432
runs/May30_19-27-42_46a922342ba4/events.out.tfevents.1717097354.46a922342ba4.246.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:37315dcc9ed932626a17099479f52718326c7653fe81316439742ab26fb36e53
3
+ size 13580
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:1a8fe917f0d5eba8fc192d90b8b75519c03805df9092d8d18eda24ad482ddb16
3
  size 4667
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3c19f488be51cfddd3fc02f02fd571ed5cbd1987f6cc870961b5093c72e50539
3
  size 4667