brettbbb commited on
Commit
8a1d5e9
1 Parent(s): cc24bc8

End of training

Browse files
README.md CHANGED
@@ -1,3 +1,55 @@
1
  ---
2
- license: apache-2.0
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ base_model: meta-llama/Llama-2-7b-hf
3
+ tags:
4
+ - generated_from_trainer
5
+ model-index:
6
+ - name: llama_causal_finetue
7
+ results: []
8
  ---
9
+
10
+ <!-- This model card has been generated automatically according to the information the Trainer had access to. You
11
+ should probably proofread and complete it, then remove this comment. -->
12
+
13
+ # llama_causal_finetue
14
+
15
+ This model is a fine-tuned version of [meta-llama/Llama-2-7b-hf](https://huggingface.co/meta-llama/Llama-2-7b-hf) on an unknown dataset.
16
+
17
+ ## Model description
18
+
19
+ More information needed
20
+
21
+ ## Intended uses & limitations
22
+
23
+ More information needed
24
+
25
+ ## Training and evaluation data
26
+
27
+ More information needed
28
+
29
+ ## Training procedure
30
+
31
+ ### Training hyperparameters
32
+
33
+ The following hyperparameters were used during training:
34
+ - learning_rate: 0.0002
35
+ - train_batch_size: 1
36
+ - eval_batch_size: 8
37
+ - seed: 42
38
+ - gradient_accumulation_steps: 4
39
+ - total_train_batch_size: 4
40
+ - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
41
+ - lr_scheduler_type: linear
42
+ - lr_scheduler_warmup_steps: 2
43
+ - training_steps: 3
44
+ - mixed_precision_training: Native AMP
45
+
46
+ ### Training results
47
+
48
+
49
+
50
+ ### Framework versions
51
+
52
+ - Transformers 4.36.0.dev0
53
+ - Pytorch 2.1.0+cu118
54
+ - Datasets 2.13.1
55
+ - Tokenizers 0.14.1
adapter_config.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "alpha_pattern": {},
3
+ "auto_mapping": null,
4
+ "base_model_name_or_path": "meta-llama/Llama-2-7b-hf",
5
+ "bias": "none",
6
+ "fan_in_fan_out": false,
7
+ "inference_mode": true,
8
+ "init_lora_weights": true,
9
+ "layers_pattern": null,
10
+ "layers_to_transform": null,
11
+ "lora_alpha": 64,
12
+ "lora_dropout": 0.1,
13
+ "modules_to_save": null,
14
+ "peft_type": "LORA",
15
+ "r": 16,
16
+ "rank_pattern": {},
17
+ "revision": null,
18
+ "target_modules": [
19
+ "base_layer"
20
+ ],
21
+ "task_type": "CAUSAL_LM"
22
+ }
adapter_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3fc903572c3ecc567ca259de30f7cf2aab1f71ab2e583c033bbf8f9d160b20ad
3
+ size 319941280
all_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.06,
3
+ "total_flos": 519041285554176.0,
4
+ "train_loss": 1.6063518921534221,
5
+ "train_runtime": 71.9618,
6
+ "train_samples_per_second": 0.167,
7
+ "train_steps_per_second": 0.042
8
+ }
runs/Nov07_05-19-02_51ef0586a7df/events.out.tfevents.1699334343.51ef0586a7df.14230.2 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d4b452423c184d6ed27b814713787d36b7fa5bf884018a91c312d801ba667758
3
+ size 4626
runs/Nov07_05-19-12_51ef0586a7df/events.out.tfevents.1699334354.51ef0586a7df.14230.3 ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:385dc2179c7a3e5ff699e797ca7287252bcd8718a4e6296f54a7db6feae9d988
3
+ size 5435
train_results.json ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "epoch": 0.06,
3
+ "total_flos": 519041285554176.0,
4
+ "train_loss": 1.6063518921534221,
5
+ "train_runtime": 71.9618,
6
+ "train_samples_per_second": 0.167,
7
+ "train_steps_per_second": 0.042
8
+ }
trainer_state.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.06091370558375635,
5
+ "eval_steps": 500,
6
+ "global_step": 3,
7
+ "is_hyper_param_search": false,
8
+ "is_local_process_zero": true,
9
+ "is_world_process_zero": true,
10
+ "log_history": [
11
+ {
12
+ "epoch": 0.02,
13
+ "learning_rate": 0.0001,
14
+ "loss": 1.5897,
15
+ "step": 1
16
+ },
17
+ {
18
+ "epoch": 0.04,
19
+ "learning_rate": 0.0002,
20
+ "loss": 1.7194,
21
+ "step": 2
22
+ },
23
+ {
24
+ "epoch": 0.06,
25
+ "learning_rate": 0.0,
26
+ "loss": 1.51,
27
+ "step": 3
28
+ },
29
+ {
30
+ "epoch": 0.06,
31
+ "step": 3,
32
+ "total_flos": 519041285554176.0,
33
+ "train_loss": 1.6063518921534221,
34
+ "train_runtime": 71.9618,
35
+ "train_samples_per_second": 0.167,
36
+ "train_steps_per_second": 0.042
37
+ }
38
+ ],
39
+ "logging_steps": 1,
40
+ "max_steps": 3,
41
+ "num_train_epochs": 1,
42
+ "save_steps": 500,
43
+ "total_flos": 519041285554176.0,
44
+ "trial_name": null,
45
+ "trial_params": null
46
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8c0c1fb65e6a63bfc36f80ab7314a84afb2165dcc26ca7afe2b3c98d21c53a16
3
+ size 4600