snoels commited on
Commit
6028bf1
·
verified ·
1 Parent(s): b8ed563

End of training

Browse files
README.md CHANGED
@@ -1,8 +1,10 @@
1
  ---
2
  base_model: BramVanroy/GEITje-7B-ultra
 
 
3
  library_name: peft
4
- license: cc-by-nc-4.0
5
  tags:
 
6
  - trl
7
  - dpo
8
  - generated_from_trainer
@@ -17,17 +19,17 @@ should probably proofread and complete it, then remove this comment. -->
17
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/snoels/huggingface/runs/yng7mdb0)
18
  # FinGEITje-7B-dpo
19
 
20
- This model is a fine-tuned version of [BramVanroy/GEITje-7B-ultra](https://huggingface.co/BramVanroy/GEITje-7B-ultra) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 0.0279
23
- - Rewards/chosen: -3.8974
24
- - Rewards/rejected: -15.9642
25
- - Rewards/accuracies: 0.9828
26
- - Rewards/margins: 12.0668
27
- - Logps/rejected: -1951.9310
28
- - Logps/chosen: -788.9780
29
- - Logits/rejected: -1.7371
30
- - Logits/chosen: -1.8937
31
 
32
  ## Model description
33
 
 
1
  ---
2
  base_model: BramVanroy/GEITje-7B-ultra
3
+ datasets:
4
+ - BramVanroy/ultra_feedback_dutch
5
  library_name: peft
 
6
  tags:
7
+ - alignment-handbook
8
  - trl
9
  - dpo
10
  - generated_from_trainer
 
19
  [<img src="https://raw.githubusercontent.com/wandb/assets/main/wandb-github-badge-28.svg" alt="Visualize in Weights & Biases" width="200" height="32"/>](https://wandb.ai/snoels/huggingface/runs/yng7mdb0)
20
  # FinGEITje-7B-dpo
21
 
22
+ This model is a fine-tuned version of [/mnt/trained_models/fingeitje](https://huggingface.co//mnt/trained_models/fingeitje) on the BramVanroy/ultra_feedback_dutch dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 0.0279
25
+ - Rewards/chosen: -3.8986
26
+ - Rewards/rejected: -15.9713
27
+ - Rewards/accuracies: 0.9836
28
+ - Rewards/margins: 12.0727
29
+ - Logps/rejected: -1952.6360
30
+ - Logps/chosen: -789.0983
31
+ - Logits/rejected: -1.7369
32
+ - Logits/chosen: -1.8936
33
 
34
  ## Model description
35
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 0.999253545658124,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.0882907345950366,
5
  "train_runtime": 20220.3954,
 
1
  {
2
  "epoch": 0.999253545658124,
3
+ "eval_logits/chosen": -1.8935905694961548,
4
+ "eval_logits/rejected": -1.7368791103363037,
5
+ "eval_logps/chosen": -789.0983276367188,
6
+ "eval_logps/rejected": -1952.635986328125,
7
+ "eval_loss": 0.027867762371897697,
8
+ "eval_rewards/accuracies": 0.983582079410553,
9
+ "eval_rewards/chosen": -3.89859676361084,
10
+ "eval_rewards/margins": 12.0726957321167,
11
+ "eval_rewards/rejected": -15.971291542053223,
12
+ "eval_runtime": 830.1728,
13
+ "eval_samples": 5359,
14
+ "eval_samples_per_second": 6.455,
15
+ "eval_steps_per_second": 1.614,
16
  "total_flos": 0.0,
17
  "train_loss": 0.0882907345950366,
18
  "train_runtime": 20220.3954,
config.json ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "BramVanroy/GEITje-7B-ultra",
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
+ "pad_token_id": 2,
19
+ "quantization_config": {
20
+ "_load_in_4bit": true,
21
+ "_load_in_8bit": false,
22
+ "bnb_4bit_compute_dtype": "bfloat16",
23
+ "bnb_4bit_quant_storage": "uint8",
24
+ "bnb_4bit_quant_type": "nf4",
25
+ "bnb_4bit_use_double_quant": false,
26
+ "llm_int8_enable_fp32_cpu_offload": false,
27
+ "llm_int8_has_fp16_weight": false,
28
+ "llm_int8_skip_modules": null,
29
+ "llm_int8_threshold": 6.0,
30
+ "load_in_4bit": true,
31
+ "load_in_8bit": false,
32
+ "quant_method": "bitsandbytes"
33
+ },
34
+ "rms_norm_eps": 1e-05,
35
+ "rope_theta": 10000.0,
36
+ "sliding_window": 4096,
37
+ "tie_word_embeddings": false,
38
+ "torch_dtype": "bfloat16",
39
+ "transformers_version": "4.42.4",
40
+ "use_cache": true,
41
+ "vocab_size": 32000
42
+ }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.999253545658124,
3
+ "eval_logits/chosen": -1.8935905694961548,
4
+ "eval_logits/rejected": -1.7368791103363037,
5
+ "eval_logps/chosen": -789.0983276367188,
6
+ "eval_logps/rejected": -1952.635986328125,
7
+ "eval_loss": 0.027867762371897697,
8
+ "eval_rewards/accuracies": 0.983582079410553,
9
+ "eval_rewards/chosen": -3.89859676361084,
10
+ "eval_rewards/margins": 12.0726957321167,
11
+ "eval_rewards/rejected": -15.971291542053223,
12
+ "eval_runtime": 830.1728,
13
+ "eval_samples": 5359,
14
+ "eval_samples_per_second": 6.455,
15
+ "eval_steps_per_second": 1.614
16
+ }
runs/Jul22_11-44-06_supergeldgeit/events.out.tfevents.1721670148.supergeldgeit.16075.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b52be63c11e38470f87e39261c4584e96ced23ba864ab7632a1c061cf603f1ef
3
+ size 828