anthonyrathe commited on
Commit
ce2a5df
·
verified ·
1 Parent(s): 571e2f8

End of training

Browse files
README.md CHANGED
@@ -2,9 +2,15 @@
2
  license: llama2
3
  base_model: llama-2-nl/Llama-2-7b-hf-lora-tokentrans-sft
4
  tags:
 
5
  - trl
6
  - dpo
7
  - generated_from_trainer
 
 
 
 
 
8
  model-index:
9
  - name: Llama-2-7b-hf-lora-tokentrans-it
10
  results: []
@@ -15,17 +21,17 @@ should probably proofread and complete it, then remove this comment. -->
15
 
16
  # Llama-2-7b-hf-lora-tokentrans-it
17
 
18
- This model is a fine-tuned version of [llama-2-nl/Llama-2-7b-hf-lora-tokentrans-sft](https://huggingface.co/llama-2-nl/Llama-2-7b-hf-lora-tokentrans-sft) on an unknown dataset.
19
  It achieves the following results on the evaluation set:
20
- - Loss: 0.3909
21
- - Rewards/chosen: 0.1789
22
- - Rewards/rejected: -0.6788
23
- - Rewards/accuracies: 0.9396
24
- - Rewards/margins: 0.8577
25
- - Logps/rejected: -556.9485
26
- - Logps/chosen: -600.6838
27
- - Logits/rejected: 1.1685
28
- - Logits/chosen: 1.5742
29
 
30
  ## Model description
31
 
 
2
  license: llama2
3
  base_model: llama-2-nl/Llama-2-7b-hf-lora-tokentrans-sft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - dpo
8
  - generated_from_trainer
9
+ - trl
10
+ - dpo
11
+ - generated_from_trainer
12
+ datasets:
13
+ - BramVanroy/ultra_feedback_dutch
14
  model-index:
15
  - name: Llama-2-7b-hf-lora-tokentrans-it
16
  results: []
 
21
 
22
  # Llama-2-7b-hf-lora-tokentrans-it
23
 
24
+ This model is a fine-tuned version of [llama-2-nl/Llama-2-7b-hf-lora-tokentrans-sft](https://huggingface.co/llama-2-nl/Llama-2-7b-hf-lora-tokentrans-sft) on the BramVanroy/ultra_feedback_dutch dataset.
25
  It achieves the following results on the evaluation set:
26
+ - Loss: 0.3913
27
+ - Rewards/chosen: 0.1776
28
+ - Rewards/rejected: -0.6740
29
+ - Rewards/accuracies: 0.9418
30
+ - Rewards/margins: 0.8516
31
+ - Logps/rejected: -556.9005
32
+ - Logps/chosen: -600.6971
33
+ - Logits/rejected: 1.1696
34
+ - Logits/chosen: 1.5756
35
 
36
  ## Model description
37
 
all_results.json CHANGED
@@ -1,5 +1,18 @@
1
  {
2
  "epoch": 0.9990049751243781,
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 0.45811287039621257,
5
  "train_runtime": 34472.405,
 
1
  {
2
  "epoch": 0.9990049751243781,
3
+ "eval_logits/chosen": 1.5755633115768433,
4
+ "eval_logits/rejected": 1.1696137189865112,
5
+ "eval_logps/chosen": -600.6971435546875,
6
+ "eval_logps/rejected": -556.9004516601562,
7
+ "eval_loss": 0.3912544250488281,
8
+ "eval_rewards/accuracies": 0.9417910575866699,
9
+ "eval_rewards/chosen": 0.17757247388362885,
10
+ "eval_rewards/margins": 0.851599395275116,
11
+ "eval_rewards/rejected": -0.6740269660949707,
12
+ "eval_runtime": 879.0322,
13
+ "eval_samples": 5359,
14
+ "eval_samples_per_second": 6.096,
15
+ "eval_steps_per_second": 0.381,
16
  "total_flos": 0.0,
17
  "train_loss": 0.45811287039621257,
18
  "train_runtime": 34472.405,
config.json ADDED
@@ -0,0 +1,36 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "llama-2-nl/Llama-2-7b-hf-lora-tokentrans-sft",
3
+ "additional_special_tokens_ids": [],
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 0,
10
+ "cls_token_id": 0,
11
+ "eos_token_id": 3,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 4096,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 11008,
16
+ "mask_token_id": 4,
17
+ "max_position_embeddings": 4096,
18
+ "mlp_bias": false,
19
+ "model_type": "llama",
20
+ "num_attention_heads": 32,
21
+ "num_hidden_layers": 32,
22
+ "num_key_value_heads": 32,
23
+ "pad_token_id": 1,
24
+ "pretraining_tp": 1,
25
+ "rms_norm_eps": 1e-05,
26
+ "rope_scaling": null,
27
+ "rope_theta": 10000.0,
28
+ "sep_token_id": 3,
29
+ "tie_word_embeddings": false,
30
+ "tokenizer_class": "RobertaTokenizerFast",
31
+ "torch_dtype": "bfloat16",
32
+ "transformers_version": "4.40.1",
33
+ "unk_token_id": 2,
34
+ "use_cache": true,
35
+ "vocab_size": 50000
36
+ }
eval_results.json ADDED
@@ -0,0 +1,16 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9990049751243781,
3
+ "eval_logits/chosen": 1.5755633115768433,
4
+ "eval_logits/rejected": 1.1696137189865112,
5
+ "eval_logps/chosen": -600.6971435546875,
6
+ "eval_logps/rejected": -556.9004516601562,
7
+ "eval_loss": 0.3912544250488281,
8
+ "eval_rewards/accuracies": 0.9417910575866699,
9
+ "eval_rewards/chosen": 0.17757247388362885,
10
+ "eval_rewards/margins": 0.851599395275116,
11
+ "eval_rewards/rejected": -0.6740269660949707,
12
+ "eval_runtime": 879.0322,
13
+ "eval_samples": 5359,
14
+ "eval_samples_per_second": 6.096,
15
+ "eval_steps_per_second": 0.381
16
+ }
runs/May21_11-10-11_gpu538.dodrio.os/events.out.tfevents.1716318836.gpu538.dodrio.os.3651941.1 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e4a7f0937d07155c4f6af84806e1d62f804ef3373a87c699c8ae963f44aefadd
3
+ size 828