statking commited on
Commit
89846e1
1 Parent(s): 36e4b37

End of training

Browse files
Files changed (4) hide show
  1. README.md +4 -1
  2. all_results.json +16 -0
  3. config.json +45 -0
  4. eval_results.json +19 -0
README.md CHANGED
@@ -2,10 +2,13 @@
2
  license: llama3
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - orpo
7
  - generated_from_trainer
8
  base_model: meta-llama/Meta-Llama-3-70B-Instruct
 
 
9
  model-index:
10
  - name: Meta-Llama-3-70B-Instruct
11
  results: []
@@ -17,7 +20,7 @@ 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/statking/huggingface/runs/f61fvw8u)
18
  # Meta-Llama-3-70B-Instruct
19
 
20
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-70B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct) on an unknown dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: 1.2884
23
  - Rewards/chosen: -0.0888
 
2
  license: llama3
3
  library_name: peft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - orpo
8
  - generated_from_trainer
9
  base_model: meta-llama/Meta-Llama-3-70B-Instruct
10
+ datasets:
11
+ - HuggingFaceH4/ultrafeedback_binarized
12
  model-index:
13
  - name: Meta-Llama-3-70B-Instruct
14
  results: []
 
20
  [<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/statking/huggingface/runs/f61fvw8u)
21
  # Meta-Llama-3-70B-Instruct
22
 
23
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-70B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-70B-Instruct) on the HuggingFaceH4/ultrafeedback_binarized dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 1.2884
26
  - Rewards/chosen: -0.0888
all_results.json CHANGED
@@ -1,5 +1,21 @@
1
  {
2
  "epoch": 0.9999296814570002,
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 1.4252014341233652,
5
  "train_runtime": 102484.8577,
 
1
  {
2
  "epoch": 0.9999296814570002,
3
+ "eval_log_odds_chosen": 0.3767525255680084,
4
+ "eval_log_odds_ratio": -0.62775719165802,
5
+ "eval_logits/chosen": 0.20116207003593445,
6
+ "eval_logits/rejected": -0.0032512724865227938,
7
+ "eval_logps/chosen": -0.8883616924285889,
8
+ "eval_logps/rejected": -1.1382248401641846,
9
+ "eval_loss": 1.2883824110031128,
10
+ "eval_nll_loss": 1.2074565887451172,
11
+ "eval_rewards/accuracies": 0.6132478713989258,
12
+ "eval_rewards/chosen": -0.08883616328239441,
13
+ "eval_rewards/margins": 0.02498631551861763,
14
+ "eval_rewards/rejected": -0.11382248252630234,
15
+ "eval_runtime": 975.3638,
16
+ "eval_samples": 1869,
17
+ "eval_samples_per_second": 1.916,
18
+ "eval_steps_per_second": 0.48,
19
  "total_flos": 0.0,
20
  "train_loss": 1.4252014341233652,
21
  "train_runtime": 102484.8577,
config.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "meta-llama/Meta-Llama-3-70B-Instruct",
3
+ "architectures": [
4
+ "LlamaForCausalLM"
5
+ ],
6
+ "attention_bias": false,
7
+ "attention_dropout": 0.0,
8
+ "bos_token_id": 128256,
9
+ "eos_token_id": 128257,
10
+ "hidden_act": "silu",
11
+ "hidden_size": 8192,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 28672,
14
+ "max_position_embeddings": 8192,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 64,
18
+ "num_hidden_layers": 80,
19
+ "num_key_value_heads": 8,
20
+ "pad_token_id": 128257,
21
+ "pretraining_tp": 1,
22
+ "quantization_config": {
23
+ "_load_in_4bit": true,
24
+ "_load_in_8bit": false,
25
+ "bnb_4bit_compute_dtype": "bfloat16",
26
+ "bnb_4bit_quant_storage": "bfloat16",
27
+ "bnb_4bit_quant_type": "nf4",
28
+ "bnb_4bit_use_double_quant": true,
29
+ "llm_int8_enable_fp32_cpu_offload": false,
30
+ "llm_int8_has_fp16_weight": false,
31
+ "llm_int8_skip_modules": null,
32
+ "llm_int8_threshold": 6.0,
33
+ "load_in_4bit": true,
34
+ "load_in_8bit": false,
35
+ "quant_method": "bitsandbytes"
36
+ },
37
+ "rms_norm_eps": 1e-05,
38
+ "rope_scaling": null,
39
+ "rope_theta": 500000.0,
40
+ "tie_word_embeddings": false,
41
+ "torch_dtype": "bfloat16",
42
+ "transformers_version": "4.41.0",
43
+ "use_cache": true,
44
+ "vocab_size": 128258
45
+ }
eval_results.json ADDED
@@ -0,0 +1,19 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9999296814570002,
3
+ "eval_log_odds_chosen": 0.3767525255680084,
4
+ "eval_log_odds_ratio": -0.62775719165802,
5
+ "eval_logits/chosen": 0.20116207003593445,
6
+ "eval_logits/rejected": -0.0032512724865227938,
7
+ "eval_logps/chosen": -0.8883616924285889,
8
+ "eval_logps/rejected": -1.1382248401641846,
9
+ "eval_loss": 1.2883824110031128,
10
+ "eval_nll_loss": 1.2074565887451172,
11
+ "eval_rewards/accuracies": 0.6132478713989258,
12
+ "eval_rewards/chosen": -0.08883616328239441,
13
+ "eval_rewards/margins": 0.02498631551861763,
14
+ "eval_rewards/rejected": -0.11382248252630234,
15
+ "eval_runtime": 975.3638,
16
+ "eval_samples": 1869,
17
+ "eval_samples_per_second": 1.916,
18
+ "eval_steps_per_second": 0.48
19
+ }