Julia287 commited on
Commit
d093b44
·
verified ·
1 Parent(s): b3b8156

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -0
README.md CHANGED
@@ -67,6 +67,8 @@ peft_config = LoraConfig(
67
  model = get_peft_model(model, peft_config)
68
  ```
69
 
 
 
70
 
71
 
72
  ### Performance
 
67
  model = get_peft_model(model, peft_config)
68
  ```
69
 
70
+ ### Intermediate Checkpoints
71
+ In addition to the final model checkpoint, we publish intermediate checkpoints throughout the full training process as unique branches in this repository.
72
 
73
 
74
  ### Performance