ejunlee commited on
Commit
0b7a69f
·
1 Parent(s): 810e1f5

Upload folder using huggingface_hub

Browse files
Files changed (5) hide show
  1. README.md +13 -0
  2. optimizer.pt +3 -0
  3. rng_state.pth +3 -0
  4. scheduler.pt +3 -0
  5. trainer_state.json +67 -0
README.md CHANGED
@@ -4,6 +4,18 @@ library_name: peft
4
  ## Training procedure
5
 
6
 
 
 
 
 
 
 
 
 
 
 
 
 
7
  The following `bitsandbytes` quantization config was used during training:
8
  - quant_method: bitsandbytes
9
  - load_in_8bit: False
@@ -17,5 +29,6 @@ The following `bitsandbytes` quantization config was used during training:
17
  - bnb_4bit_compute_dtype: float16
18
  ### Framework versions
19
 
 
20
 
21
  - PEFT 0.4.0
 
4
  ## Training procedure
5
 
6
 
7
+ The following `bitsandbytes` quantization config was used during training:
8
+ - quant_method: bitsandbytes
9
+ - load_in_8bit: False
10
+ - load_in_4bit: True
11
+ - llm_int8_threshold: 6.0
12
+ - llm_int8_skip_modules: None
13
+ - llm_int8_enable_fp32_cpu_offload: False
14
+ - llm_int8_has_fp16_weight: False
15
+ - bnb_4bit_quant_type: fp4
16
+ - bnb_4bit_use_double_quant: False
17
+ - bnb_4bit_compute_dtype: float16
18
+
19
  The following `bitsandbytes` quantization config was used during training:
20
  - quant_method: bitsandbytes
21
  - load_in_8bit: False
 
29
  - bnb_4bit_compute_dtype: float16
30
  ### Framework versions
31
 
32
+ - PEFT 0.4.0
33
 
34
  - PEFT 0.4.0
optimizer.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:441ed8437ef696fca88f87327b562c9340116b1441f6c8d2c8d50fc293f0f392
3
+ size 63564410
rng_state.pth ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:875acd07fbaa252f994f5aa2f25ef1f4bdd0643009b8c06c5b0ae9b034919328
3
+ size 14244
scheduler.pt ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e2b9a4abb47b1f7cc1dfd2e4035b39611a01db8ddaa04fd2cde539012db4dec1
3
+ size 1064
trainer_state.json ADDED
@@ -0,0 +1,67 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "best_metric": null,
3
+ "best_model_checkpoint": null,
4
+ "epoch": 1.0,
5
+ "eval_steps": 500,
6
+ "global_step": 4420,
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.11,
13
+ "learning_rate": 0.00019375130200295878,
14
+ "loss": 0.4073,
15
+ "step": 500
16
+ },
17
+ {
18
+ "epoch": 0.23,
19
+ "learning_rate": 0.0001757861325449997,
20
+ "loss": 0.4069,
21
+ "step": 1000
22
+ },
23
+ {
24
+ "epoch": 0.34,
25
+ "learning_rate": 0.00014834966999429178,
26
+ "loss": 0.4009,
27
+ "step": 1500
28
+ },
29
+ {
30
+ "epoch": 0.45,
31
+ "learning_rate": 0.00011487075772256517,
32
+ "loss": 0.3973,
33
+ "step": 2000
34
+ },
35
+ {
36
+ "epoch": 0.57,
37
+ "learning_rate": 7.953338797092902e-05,
38
+ "loss": 0.3955,
39
+ "step": 2500
40
+ },
41
+ {
42
+ "epoch": 0.68,
43
+ "learning_rate": 4.6753811771138364e-05,
44
+ "loss": 0.3905,
45
+ "step": 3000
46
+ },
47
+ {
48
+ "epoch": 0.79,
49
+ "learning_rate": 2.062862256606306e-05,
50
+ "loss": 0.3881,
51
+ "step": 3500
52
+ },
53
+ {
54
+ "epoch": 0.9,
55
+ "learning_rate": 4.422788704864633e-06,
56
+ "loss": 0.3841,
57
+ "step": 4000
58
+ }
59
+ ],
60
+ "logging_steps": 500,
61
+ "max_steps": 4420,
62
+ "num_train_epochs": 1,
63
+ "save_steps": 500,
64
+ "total_flos": 3.644311294921707e+17,
65
+ "trial_name": null,
66
+ "trial_params": null
67
+ }