paul21 commited on
Commit
9bcc06d
1 Parent(s): 22d67db

Upload 8 files

Browse files
README.md ADDED
@@ -0,0 +1,20 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ library_name: peft
3
+ ---
4
+ ## Training procedure
5
+
6
+
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - load_in_8bit: True
9
+ - load_in_4bit: False
10
+ - llm_int8_threshold: 6.0
11
+ - llm_int8_skip_modules: None
12
+ - llm_int8_enable_fp32_cpu_offload: False
13
+ - llm_int8_has_fp16_weight: False
14
+ - bnb_4bit_quant_type: fp4
15
+ - bnb_4bit_use_double_quant: False
16
+ - bnb_4bit_compute_dtype: float32
17
+ ### Framework versions
18
+
19
+
20
+ - PEFT 0.5.0
adapter_config.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "auto_mapping": null,
3
+ "base_model_name_or_path": "/gpfsscratch/rech/cwa/umm59ig/llm/internlm-20b",
4
+ "bias": "none",
5
+ "fan_in_fan_out": false,
6
+ "inference_mode": true,
7
+ "init_lora_weights": true,
8
+ "layers_pattern": null,
9
+ "layers_to_transform": null,
10
+ "lora_alpha": 64,
11
+ "lora_dropout": 0.05,
12
+ "modules_to_save": null,
13
+ "peft_type": "LORA",
14
+ "r": 16,
15
+ "revision": null,
16
+ "target_modules": [
17
+ "q_proj",
18
+ "k_proj",
19
+ "v_proj",
20
+ "o_proj"
21
+ ],
22
+ "task_type": "CAUSAL_LM"
23
+ }
adapter_model.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a7f1718552d886c9b667180b76a8fce8832db0766fac86dc92d83409dffc14b
3
+ size 157460365
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:a06c9a87367052345336140a05909fee4d52ace15fa2f3f482b65856519109f3
3
+ size 314857797
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b72fde4030db787d3b51fe4509e1020d05bf3e7fa2333b6f38526f39b9815b
3
+ size 14575
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:8a46eb73e18fb848663efbf0d3c4de58d38ae92b33b789d69d28f59ef030a6dc
3
+ size 627
trainer_state.json ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 0.02,
5
+ "global_step": 20,
6
+ "is_hyper_param_search": false,
7
+ "is_local_process_zero": true,
8
+ "is_world_process_zero": true,
9
+ "log_history": [
10
+ {
11
+ "epoch": 0.01,
12
+ "learning_rate": 1e-05,
13
+ "loss": 2.1779,
14
+ "step": 10
15
+ },
16
+ {
17
+ "epoch": 0.01,
18
+ "eval_loss": 2.1520326137542725,
19
+ "eval_runtime": 452.4776,
20
+ "eval_samples_per_second": 0.643,
21
+ "eval_steps_per_second": 0.643,
22
+ "step": 10
23
+ },
24
+ {
25
+ "epoch": 0.02,
26
+ "learning_rate": 2e-05,
27
+ "loss": 2.1108,
28
+ "step": 20
29
+ },
30
+ {
31
+ "epoch": 0.02,
32
+ "eval_loss": 2.097604990005493,
33
+ "eval_runtime": 452.1046,
34
+ "eval_samples_per_second": 0.644,
35
+ "eval_steps_per_second": 0.644,
36
+ "step": 20
37
+ }
38
+ ],
39
+ "max_steps": 1000,
40
+ "num_train_epochs": 9223372036854775807,
41
+ "total_flos": 1.541392224485376e+17,
42
+ "trial_name": null,
43
+ "trial_params": null
44
+ }
training_args.bin ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f4b09ab17c5ad07a9b78bb18a0e3f1c4a32a6cfb150bd1d5c5546b8d67f405bc
3
+ size 4027