Update README.md
Browse files
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
|