friendshipkim commited on
Commit
ea77953
1 Parent(s): 9a0f1ca

End of training

Browse files
Files changed (4) hide show
  1. README.md +8 -2
  2. all_results.json +5 -0
  3. config.json +40 -0
  4. eval_results.json +8 -0
README.md CHANGED
@@ -3,9 +3,15 @@ library_name: transformers
3
  license: llama3.2
4
  base_model: meta-llama/Llama-3.2-1B
5
  tags:
 
6
  - trl
7
  - sft
8
  - generated_from_trainer
 
 
 
 
 
9
  model-index:
10
  - name: 1b_distill_width_prune
11
  results: []
@@ -16,9 +22,9 @@ should probably proofread and complete it, then remove this comment. -->
16
 
17
  # 1b_distill_width_prune
18
 
19
- This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on an unknown dataset.
20
  It achieves the following results on the evaluation set:
21
- - Loss: 1.5713
22
 
23
  ## Model description
24
 
 
3
  license: llama3.2
4
  base_model: meta-llama/Llama-3.2-1B
5
  tags:
6
+ - alignment-handbook
7
  - trl
8
  - sft
9
  - generated_from_trainer
10
+ - trl
11
+ - sft
12
+ - generated_from_trainer
13
+ datasets:
14
+ - JunxiongWang/sftdataset
15
  model-index:
16
  - name: 1b_distill_width_prune
17
  results: []
 
22
 
23
  # 1b_distill_width_prune
24
 
25
+ This model is a fine-tuned version of [meta-llama/Llama-3.2-1B](https://huggingface.co/meta-llama/Llama-3.2-1B) on the JunxiongWang/sftdataset dataset.
26
  It achieves the following results on the evaluation set:
27
+ - Loss: 1.5712
28
 
29
  ## Model description
30
 
all_results.json CHANGED
@@ -1,5 +1,10 @@
1
  {
2
  "epoch": 0.08267797093601252,
 
 
 
 
 
3
  "total_flos": 0.0,
4
  "train_loss": 6.551032936291113e-05,
5
  "train_runtime": 86.8457,
 
1
  {
2
  "epoch": 0.08267797093601252,
3
+ "eval_loss": 1.5711677074432373,
4
+ "eval_runtime": 394.1141,
5
+ "eval_samples": 4096,
6
+ "eval_samples_per_second": 10.393,
7
+ "eval_steps_per_second": 2.598,
8
  "total_flos": 0.0,
9
  "train_loss": 6.551032936291113e-05,
10
  "train_runtime": 86.8457,
config.json ADDED
@@ -0,0 +1,40 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_attn_implementation_autoset": true,
3
+ "_name_or_path": "meta-llama/Llama-3.2-1B",
4
+ "architectures": [
5
+ "LlamaForCausalLM"
6
+ ],
7
+ "attention_bias": false,
8
+ "attention_dropout": 0.0,
9
+ "bos_token_id": 128000,
10
+ "eos_token_id": 128001,
11
+ "head_dim": 64,
12
+ "hidden_act": "silu",
13
+ "hidden_size": 2048,
14
+ "initializer_range": 0.02,
15
+ "intermediate_size": 8192,
16
+ "kv_dim": 512,
17
+ "max_position_embeddings": 131072,
18
+ "mlp_bias": false,
19
+ "model_type": "llama",
20
+ "n_layer": 16,
21
+ "num_attention_heads": 32,
22
+ "num_hidden_layers": 16,
23
+ "num_key_value_heads": 8,
24
+ "num_kv_heads": 8,
25
+ "pretraining_tp": 1,
26
+ "rms_norm_eps": 1e-05,
27
+ "rope_scaling": {
28
+ "factor": 32.0,
29
+ "high_freq_factor": 4.0,
30
+ "low_freq_factor": 1.0,
31
+ "original_max_position_embeddings": 8192,
32
+ "rope_type": "llama3"
33
+ },
34
+ "rope_theta": 500000.0,
35
+ "tie_word_embeddings": true,
36
+ "torch_dtype": "bfloat16",
37
+ "transformers_version": "4.47.0.dev0",
38
+ "use_cache": true,
39
+ "vocab_size": 128256
40
+ }
eval_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.08267797093601252,
3
+ "eval_loss": 1.5711677074432373,
4
+ "eval_runtime": 394.1141,
5
+ "eval_samples": 4096,
6
+ "eval_samples_per_second": 10.393,
7
+ "eval_steps_per_second": 2.598
8
+ }