Jackie999 commited on
Commit
1b8b284
1 Parent(s): fe8d114

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-20p-2048
14
  results: []
@@ -19,7 +17,7 @@ should probably proofread and complete it, then remove this comment. -->
19
 
20
  # llama3-poison-20p-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: 1e-05
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-20p-2048
12
  results: []
 
17
 
18
  # llama3-poison-20p-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: 1e-06
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
- "k_proj",
24
- "gate_proj",
25
  "o_proj",
26
  "down_proj",
27
- "q_proj",
28
- "up_proj"
 
 
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "q_proj",
 
 
23
  "o_proj",
24
  "down_proj",
25
+ "up_proj",
26
+ "v_proj",
27
+ "k_proj",
28
+ "gate_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
all_results.json CHANGED
@@ -6,8 +6,8 @@
6
  "eval_samples_per_second": 11.324,
7
  "eval_steps_per_second": 0.711,
8
  "train_loss": 0.0,
9
- "train_runtime": 781.4059,
10
  "train_samples": 21594,
11
- "train_samples_per_second": 27.635,
12
- "train_steps_per_second": 0.431
13
  }
 
6
  "eval_samples_per_second": 11.324,
7
  "eval_steps_per_second": 0.711,
8
  "train_loss": 0.0,
9
+ "train_runtime": 783.0792,
10
  "train_samples": 21594,
11
+ "train_samples_per_second": 27.576,
12
+ "train_steps_per_second": 0.43
13
  }
runs/Apr29_20-31-20_COE-CS-sv003/events.out.tfevents.1714422693.COE-CS-sv003.543958.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb3387f5677104a8eb1178f740a00817a0eebc279d439b55da9fa19face3de17
3
+ size 6842
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 1.0,
3
  "train_loss": 0.0,
4
- "train_runtime": 781.4059,
5
  "train_samples": 21594,
6
- "train_samples_per_second": 27.635,
7
- "train_steps_per_second": 0.431
8
  }
 
1
  {
2
  "epoch": 1.0,
3
  "train_loss": 0.0,
4
+ "train_runtime": 783.0792,
5
  "train_samples": 21594,
6
+ "train_samples_per_second": 27.576,
7
+ "train_steps_per_second": 0.43
8
  }
trainer_state.json CHANGED
@@ -487,9 +487,9 @@
487
  {
488
  "epoch": 1.0,
489
  "eval_loss": NaN,
490
- "eval_runtime": 204.6121,
491
- "eval_samples_per_second": 11.29,
492
- "eval_steps_per_second": 0.709,
493
  "step": 337
494
  },
495
  {
@@ -497,9 +497,9 @@
497
  "step": 337,
498
  "total_flos": 3763616973062144.0,
499
  "train_loss": 0.0,
500
- "train_runtime": 781.4059,
501
- "train_samples_per_second": 27.635,
502
- "train_steps_per_second": 0.431
503
  }
504
  ],
505
  "logging_steps": 5,
 
487
  {
488
  "epoch": 1.0,
489
  "eval_loss": NaN,
490
+ "eval_runtime": 205.4101,
491
+ "eval_samples_per_second": 11.246,
492
+ "eval_steps_per_second": 0.706,
493
  "step": 337
494
  },
495
  {
 
497
  "step": 337,
498
  "total_flos": 3763616973062144.0,
499
  "train_loss": 0.0,
500
+ "train_runtime": 783.0792,
501
+ "train_samples_per_second": 27.576,
502
+ "train_steps_per_second": 0.43
503
  }
504
  ],
505
  "logging_steps": 5,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:9ccdddd60557c04ae8302da5b443012fe8b3f3cade53e4de0a979c4d98ca01ad
3
  size 6072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0314f0bbeb302a9d9c8be8c3a9ef6499a133708e7bb7bcaf01f56a0f7b3171e4
3
  size 6072