statking commited on
Commit
4061eaa
1 Parent(s): c2e32d1

End of training

Browse files
Files changed (4) hide show
  1. README.md +3 -2
  2. all_results.json +5 -0
  3. config.json +30 -0
  4. eval_results.json +8 -0
README.md CHANGED
@@ -2,12 +2,13 @@
2
  license: llama3
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
  - generated_from_trainer
8
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
9
  datasets:
10
- - generator
11
  model-index:
12
  - name: Meta-Llama-3-8B-Instruct
13
  results: []
@@ -19,7 +20,7 @@ should probably proofread and complete it, then remove this comment. -->
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/statking/huggingface/runs/1d81qcom)
20
  # Meta-Llama-3-8B-Instruct
21
 
22
- This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the generator dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: 1.1189
25
 
 
2
  license: llama3
3
  library_name: peft
4
  tags:
5
+ - alignment-handbook
6
  - trl
7
  - sft
8
  - generated_from_trainer
9
  base_model: meta-llama/Meta-Llama-3-8B-Instruct
10
  datasets:
11
+ - HuggingFaceH4/ultrachat_200k
12
  model-index:
13
  - name: Meta-Llama-3-8B-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/1d81qcom)
21
  # Meta-Llama-3-8B-Instruct
22
 
23
+ This model is a fine-tuned version of [meta-llama/Meta-Llama-3-8B-Instruct](https://huggingface.co/meta-llama/Meta-Llama-3-8B-Instruct) on the HuggingFaceH4/ultrachat_200k dataset.
24
  It achieves the following results on the evaluation set:
25
  - Loss: 1.1189
26
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 0.9997336884154461,
 
 
 
 
 
3
  "total_flos": 2.979798729936077e+16,
4
  "train_loss": 1.1429596533467938,
5
  "train_runtime": 55739.5179,
 
1
  {
2
  "epoch": 0.9997336884154461,
3
+ "eval_loss": 1.118857979774475,
4
+ "eval_runtime": 1662.5703,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 7.996,
7
+ "eval_steps_per_second": 0.5,
8
  "total_flos": 2.979798729936077e+16,
9
  "train_loss": 1.1429596533467938,
10
  "train_runtime": 55739.5179,
config.json ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_name_or_path": "meta-llama/Meta-Llama-3-8B-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": 4096,
12
+ "initializer_range": 0.02,
13
+ "intermediate_size": 14336,
14
+ "max_position_embeddings": 8192,
15
+ "mlp_bias": false,
16
+ "model_type": "llama",
17
+ "num_attention_heads": 32,
18
+ "num_hidden_layers": 32,
19
+ "num_key_value_heads": 8,
20
+ "pad_token_id": 128257,
21
+ "pretraining_tp": 1,
22
+ "rms_norm_eps": 1e-05,
23
+ "rope_scaling": null,
24
+ "rope_theta": 500000.0,
25
+ "tie_word_embeddings": false,
26
+ "torch_dtype": "bfloat16",
27
+ "transformers_version": "4.41.0.dev0",
28
+ "use_cache": true,
29
+ "vocab_size": 128258
30
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.9997336884154461,
3
+ "eval_loss": 1.118857979774475,
4
+ "eval_runtime": 1662.5703,
5
+ "eval_samples": 23109,
6
+ "eval_samples_per_second": 7.996,
7
+ "eval_steps_per_second": 0.5
8
+ }