LESW commited on
Commit
876e842
·
verified ·
1 Parent(s): 209c205

Model save

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -40,9 +40,13 @@ The following hyperparameters were used during training:
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
- - num_epochs: 10
44
  - mixed_precision_training: Native AMP
45
 
 
 
 
 
46
  ### Framework versions
47
 
48
  - PEFT 0.12.0
 
40
  - seed: 42
41
  - optimizer: Adam with betas=(0.9,0.999) and epsilon=1e-08
42
  - lr_scheduler_type: linear
43
+ - num_epochs: 5
44
  - mixed_precision_training: Native AMP
45
 
46
+ ### Training results
47
+
48
+
49
+
50
  ### Framework versions
51
 
52
  - PEFT 0.12.0