Qin Liu commited on
Commit
ff97e15
1 Parent(s): 2ee4e5e

Model save

Browse files
README.md CHANGED
@@ -2,13 +2,11 @@
2
  license: other
3
  library_name: peft
4
  tags:
5
- - alignment-handbook
6
  - trl
7
  - sft
 
8
  - generated_from_trainer
9
  base_model: Undi95/Meta-Llama-3-8B-hf
10
- datasets:
11
- - HuggingFaceH4/ultrachat_200k
12
  model-index:
13
  - name: llama3-poison-5p-2048
14
  results: []
@@ -19,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # llama3-poison-5p-2048
21
 
22
- This model is a fine-tuned version of [Undi95/Meta-Llama-3-8B-hf](https://huggingface.co/Undi95/Meta-Llama-3-8B-hf) on the HuggingFaceH4/ultrachat_200k dataset.
23
  It achieves the following results on the evaluation set:
24
  - Loss: nan
25
 
@@ -40,7 +38,7 @@ More information needed
40
  ### Training hyperparameters
41
 
42
  The following hyperparameters were used during training:
43
- - learning_rate: 0.0002
44
  - train_batch_size: 8
45
  - eval_batch_size: 4
46
  - seed: 42
 
2
  license: other
3
  library_name: peft
4
  tags:
 
5
  - trl
6
  - sft
7
+ - alignment-handbook
8
  - generated_from_trainer
9
  base_model: Undi95/Meta-Llama-3-8B-hf
 
 
10
  model-index:
11
  - name: llama3-poison-5p-2048
12
  results: []
 
17
 
18
  # llama3-poison-5p-2048
19
 
20
+ This model is a fine-tuned version of [Undi95/Meta-Llama-3-8B-hf](https://huggingface.co/Undi95/Meta-Llama-3-8B-hf) on the None dataset.
21
  It achieves the following results on the evaluation set:
22
  - Loss: nan
23
 
 
38
  ### Training hyperparameters
39
 
40
  The following hyperparameters were used during training:
41
+ - learning_rate: 2e-05
42
  - train_batch_size: 8
43
  - eval_batch_size: 4
44
  - seed: 42
adapter_config.json CHANGED
@@ -19,13 +19,13 @@
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
- "v_proj",
23
- "up_proj",
24
- "q_proj",
25
- "down_proj",
26
  "k_proj",
27
  "gate_proj",
28
- "o_proj"
 
 
 
 
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
 
 
 
 
22
  "k_proj",
23
  "gate_proj",
24
+ "v_proj",
25
+ "o_proj",
26
+ "q_proj",
27
+ "up_proj",
28
+ "down_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
all_results.json CHANGED
@@ -6,8 +6,8 @@
6
  "eval_samples_per_second": 11.268,
7
  "eval_steps_per_second": 0.707,
8
  "train_loss": 0.0,
9
- "train_runtime": 5399.5916,
10
  "train_samples": 20842,
11
- "train_samples_per_second": 3.86,
12
- "train_steps_per_second": 0.06
13
  }
 
6
  "eval_samples_per_second": 11.268,
7
  "eval_steps_per_second": 0.707,
8
  "train_loss": 0.0,
9
+ "train_runtime": 617.7408,
10
  "train_samples": 20842,
11
+ "train_samples_per_second": 33.739,
12
+ "train_steps_per_second": 0.528
13
  }
runs/Apr29_09-06-22_COE-CS-sv003/events.out.tfevents.1714381600.COE-CS-sv003.536475.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:726e116085591d6dea7e518036b743c429f014d435c09f8902e2f3c98a3f78e4
3
+ size 6416
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 1.0,
3
  "train_loss": 0.0,
4
- "train_runtime": 5399.5916,
5
  "train_samples": 20842,
6
- "train_samples_per_second": 3.86,
7
- "train_steps_per_second": 0.06
8
  }
 
1
  {
2
  "epoch": 1.0,
3
  "train_loss": 0.0,
4
+ "train_runtime": 617.7408,
5
  "train_samples": 20842,
6
+ "train_samples_per_second": 33.739,
7
+ "train_steps_per_second": 0.528
8
  }
trainer_state.json CHANGED
@@ -473,19 +473,19 @@
473
  {
474
  "epoch": 1.0,
475
  "eval_loss": NaN,
476
- "eval_runtime": 205.8525,
477
- "eval_samples_per_second": 11.222,
478
- "eval_steps_per_second": 0.704,
479
  "step": 326
480
  },
481
  {
482
  "epoch": 1.0,
483
  "step": 326,
484
- "total_flos": 3741179317846016.0,
485
  "train_loss": 0.0,
486
- "train_runtime": 5399.5916,
487
- "train_samples_per_second": 3.86,
488
- "train_steps_per_second": 0.06
489
  }
490
  ],
491
  "logging_steps": 5,
@@ -493,7 +493,7 @@
493
  "num_input_tokens_seen": 0,
494
  "num_train_epochs": 1,
495
  "save_steps": 100,
496
- "total_flos": 3741179317846016.0,
497
  "train_batch_size": 8,
498
  "trial_name": null,
499
  "trial_params": null
 
473
  {
474
  "epoch": 1.0,
475
  "eval_loss": NaN,
476
+ "eval_runtime": 206.2126,
477
+ "eval_samples_per_second": 11.202,
478
+ "eval_steps_per_second": 0.703,
479
  "step": 326
480
  },
481
  {
482
  "epoch": 1.0,
483
  "step": 326,
484
+ "total_flos": 3735029679652864.0,
485
  "train_loss": 0.0,
486
+ "train_runtime": 617.7408,
487
+ "train_samples_per_second": 33.739,
488
+ "train_steps_per_second": 0.528
489
  }
490
  ],
491
  "logging_steps": 5,
 
493
  "num_input_tokens_seen": 0,
494
  "num_train_epochs": 1,
495
  "save_steps": 100,
496
+ "total_flos": 3735029679652864.0,
497
  "train_batch_size": 8,
498
  "trial_name": null,
499
  "trial_params": null
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0d098a819f76c4b8e729b3b67df1a34c9900be28c33098f0054059225ee36577
3
  size 6072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:476978400f32dc9058b4942a0f9dc3da82f7cd52cd79a58cac4369ee78233910
3
  size 6072