Qin Liu commited on
Commit
147f47e
1 Parent(s): 3b77459

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: 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-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: 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
- "q_proj",
24
  "k_proj",
25
- "up_proj",
26
- "down_proj",
27
  "gate_proj",
28
- "o_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
 
19
  "rank_pattern": {},
20
  "revision": null,
21
  "target_modules": [
22
+ "down_proj",
23
  "v_proj",
24
+ "o_proj",
25
  "k_proj",
26
+ "q_proj",
 
27
  "gate_proj",
28
+ "up_proj"
29
  ],
30
  "task_type": "CAUSAL_LM"
31
  }
all_results.json CHANGED
@@ -6,8 +6,8 @@
6
  "eval_samples_per_second": 11.274,
7
  "eval_steps_per_second": 0.708,
8
  "train_loss": 0.0,
9
- "train_runtime": 616.1265,
10
  "train_samples": 20842,
11
- "train_samples_per_second": 33.827,
12
- "train_steps_per_second": 0.529
13
  }
 
6
  "eval_samples_per_second": 11.274,
7
  "eval_steps_per_second": 0.708,
8
  "train_loss": 0.0,
9
+ "train_runtime": 618.917,
10
  "train_samples": 20842,
11
+ "train_samples_per_second": 33.675,
12
+ "train_steps_per_second": 0.527
13
  }
runs/Apr29_21-04-26_COE-CS-sv003/events.out.tfevents.1714424678.COE-CS-sv003.544612.0 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:1051dee6c0c77cd6fc32677ee746707d2c84d5bec178ef62f9d7f893d5dc6b70
3
+ size 6416
train_results.json CHANGED
@@ -1,8 +1,8 @@
1
  {
2
  "epoch": 1.0,
3
  "train_loss": 0.0,
4
- "train_runtime": 616.1265,
5
  "train_samples": 20842,
6
- "train_samples_per_second": 33.827,
7
- "train_steps_per_second": 0.529
8
  }
 
1
  {
2
  "epoch": 1.0,
3
  "train_loss": 0.0,
4
+ "train_runtime": 618.917,
5
  "train_samples": 20842,
6
+ "train_samples_per_second": 33.675,
7
+ "train_steps_per_second": 0.527
8
  }
trainer_state.json CHANGED
@@ -473,9 +473,9 @@
473
  {
474
  "epoch": 1.0,
475
  "eval_loss": NaN,
476
- "eval_runtime": 205.7082,
477
- "eval_samples_per_second": 11.23,
478
- "eval_steps_per_second": 0.705,
479
  "step": 326
480
  },
481
  {
@@ -483,9 +483,9 @@
483
  "step": 326,
484
  "total_flos": 3735029679652864.0,
485
  "train_loss": 0.0,
486
- "train_runtime": 616.1265,
487
- "train_samples_per_second": 33.827,
488
- "train_steps_per_second": 0.529
489
  }
490
  ],
491
  "logging_steps": 5,
 
473
  {
474
  "epoch": 1.0,
475
  "eval_loss": NaN,
476
+ "eval_runtime": 208.0741,
477
+ "eval_samples_per_second": 11.102,
478
+ "eval_steps_per_second": 0.697,
479
  "step": 326
480
  },
481
  {
 
483
  "step": 326,
484
  "total_flos": 3735029679652864.0,
485
  "train_loss": 0.0,
486
+ "train_runtime": 618.917,
487
+ "train_samples_per_second": 33.675,
488
+ "train_steps_per_second": 0.527
489
  }
490
  ],
491
  "logging_steps": 5,
training_args.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:29026cda1aaefec910d7eabf91edf8d454fa7ca8676b234c3757026429dd7276
3
  size 6072
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fdd858a0f33c75d14d936b7f179afd627696ba09f835beb54e73870c96b93f94
3
  size 6072