just1nseo commited on
Commit
5a79702
1 Parent(s): 45f5c7c

End of training

Browse files
README.md CHANGED
@@ -1,8 +1,12 @@
1
  ---
2
  base_model: alignment-handbook/zephyr-7b-sft-full
 
 
 
3
  library_name: peft
4
  license: apache-2.0
5
  tags:
 
6
  - trl
7
  - dpo
8
  - generated_from_trainer
@@ -16,20 +20,20 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # zephyr-dpo-qlora-uf-ours-uffull-5e-7
18
 
19
- This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the None dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 0.5925
22
- - Rewards/chosen: -0.2025
23
- - Rewards/rejected: -0.5175
24
- - Rewards/accuracies: 0.7060
25
- - Rewards/margins: 0.3149
26
- - Rewards/margins Max: 1.1833
27
- - Rewards/margins Min: -0.5415
28
- - Rewards/margins Std: 0.5824
29
- - Logps/rejected: -317.5993
30
- - Logps/chosen: -304.7070
31
- - Logits/rejected: -2.5752
32
- - Logits/chosen: -2.6056
33
 
34
  ## Model description
35
 
 
1
  ---
2
  base_model: alignment-handbook/zephyr-7b-sft-full
3
+ datasets:
4
+ - generation/UF
5
+ - generation/UFfull2
6
  library_name: peft
7
  license: apache-2.0
8
  tags:
9
+ - alignment-handbook
10
  - trl
11
  - dpo
12
  - generated_from_trainer
 
20
 
21
  # zephyr-dpo-qlora-uf-ours-uffull-5e-7
22
 
23
+ This model is a fine-tuned version of [alignment-handbook/zephyr-7b-sft-full](https://huggingface.co/alignment-handbook/zephyr-7b-sft-full) on the generation/UF and the generation/UFfull2 datasets.
24
  It achieves the following results on the evaluation set:
25
+ - Loss: 0.5926
26
+ - Rewards/chosen: -0.2031
27
+ - Rewards/rejected: -0.5182
28
+ - Rewards/accuracies: 0.7065
29
+ - Rewards/margins: 0.3151
30
+ - Rewards/margins Max: 1.1834
31
+ - Rewards/margins Min: -0.5406
32
+ - Rewards/margins Std: 0.5821
33
+ - Logps/rejected: -317.6757
34
+ - Logps/chosen: -304.7639
35
+ - Logits/rejected: -2.5747
36
+ - Logits/chosen: -2.6051
37
 
38
  ## Model description
39
 
all_results.json CHANGED
@@ -1,5 +1,21 @@
1
  {
2
  "epoch": 1.0,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "train_loss": 0.6106676421631342,
4
  "train_runtime": 67977.0297,
5
  "train_samples": 66812,
 
1
  {
2
  "epoch": 1.0,
3
+ "eval_logits/chosen": -2.6051297187805176,
4
+ "eval_logits/rejected": -2.574681043624878,
5
+ "eval_logps/chosen": -304.7639465332031,
6
+ "eval_logps/rejected": -317.67572021484375,
7
+ "eval_loss": 0.5925807952880859,
8
+ "eval_rewards/accuracies": 0.7064999938011169,
9
+ "eval_rewards/chosen": -0.2030859887599945,
10
+ "eval_rewards/margins": 0.3151388466358185,
11
+ "eval_rewards/margins_max": 1.1834423542022705,
12
+ "eval_rewards/margins_min": -0.5405970811843872,
13
+ "eval_rewards/margins_std": 0.5821082592010498,
14
+ "eval_rewards/rejected": -0.518224835395813,
15
+ "eval_runtime": 859.7381,
16
+ "eval_samples": 4000,
17
+ "eval_samples_per_second": 4.653,
18
+ "eval_steps_per_second": 0.291,
19
  "train_loss": 0.6106676421631342,
20
  "train_runtime": 67977.0297,
21
  "train_samples": 66812,
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "alignment-handbook/zephyr-7b-sft-full",
3
+ "architectures": [
4
+ "MistralForCausalLM"
5
+ ],
6
+ "attention_dropout": 0.0,
7
+ "bos_token_id": 1,
8
+ "eos_token_id": 2,
9
+ "hidden_act": "silu",
10
+ "hidden_size": 4096,
11
+ "initializer_range": 0.02,
12
+ "intermediate_size": 14336,
13
+ "max_position_embeddings": 32768,
14
+ "model_type": "mistral",
15
+ "num_attention_heads": 32,
16
+ "num_hidden_layers": 32,
17
+ "num_key_value_heads": 8,
18
+ "quantization_config": {
19
+ "_load_in_4bit": true,
20
+ "_load_in_8bit": false,
21
+ "bnb_4bit_compute_dtype": "bfloat16",
22
+ "bnb_4bit_quant_type": "nf4",
23
+ "bnb_4bit_use_double_quant": false,
24
+ "llm_int8_enable_fp32_cpu_offload": false,
25
+ "llm_int8_has_fp16_weight": false,
26
+ "llm_int8_skip_modules": null,
27
+ "llm_int8_threshold": 6.0,
28
+ "load_in_4bit": true,
29
+ "load_in_8bit": false,
30
+ "quant_method": "bitsandbytes"
31
+ },
32
+ "rms_norm_eps": 1e-05,
33
+ "rope_theta": 10000.0,
34
+ "sliding_window": 4096,
35
+ "tie_word_embeddings": false,
36
+ "torch_dtype": "bfloat16",
37
+ "transformers_version": "4.39.0.dev0",
38
+ "use_cache": true,
39
+ "vocab_size": 32000
40
+ }
eval_results.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 1.0,
3
+ "eval_logits/chosen": -2.6051297187805176,
4
+ "eval_logits/rejected": -2.574681043624878,
5
+ "eval_logps/chosen": -304.7639465332031,
6
+ "eval_logps/rejected": -317.67572021484375,
7
+ "eval_loss": 0.5925807952880859,
8
+ "eval_rewards/accuracies": 0.7064999938011169,
9
+ "eval_rewards/chosen": -0.2030859887599945,
10
+ "eval_rewards/margins": 0.3151388466358185,
11
+ "eval_rewards/margins_max": 1.1834423542022705,
12
+ "eval_rewards/margins_min": -0.5405970811843872,
13
+ "eval_rewards/margins_std": 0.5821082592010498,
14
+ "eval_rewards/rejected": -0.518224835395813,
15
+ "eval_runtime": 859.7381,
16
+ "eval_samples": 4000,
17
+ "eval_samples_per_second": 4.653,
18
+ "eval_steps_per_second": 0.291
19
+ }
runs/Jul16_03-11-51_notebook-deployment-48-7d9b6c99-p5kv4/events.out.tfevents.1721168895.notebook-deployment-48-7d9b6c99-p5kv4.69914.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:82ee3dedc5b1ccfd6225b0b861cc11e2e96c131cc731570dccdb0bcefc31c083
3
+ size 1017