Commit
·
3f5cf16
1
Parent(s):
cd36331
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,6 +22,8 @@ license: other
|
|
| 22 |
|
| 23 |
We take the instruction-tuned Flan models (trained on Academic datasets) and perform style transfer using the Alpaca dataset.
|
| 24 |
|
|
|
|
|
|
|
| 25 |
We fine-tuned the `google/flan-ul2` model on the Alpaca dataset using [PEFT-LORA](https://huggingface.co/docs/diffusers/main/en/training/lora).
|
| 26 |
|
| 27 |
# License
|
|
|
|
| 22 |
|
| 23 |
We take the instruction-tuned Flan models (trained on Academic datasets) and perform style transfer using the Alpaca dataset.
|
| 24 |
|
| 25 |
+
We released the code for LORA fine-tuning Seq2Seq models in our medium article here: https://medium.com/vmware-data-ml-blog/lora-finetunning-of-ul-2-and-t5-models-35a08863593d
|
| 26 |
+
|
| 27 |
We fine-tuned the `google/flan-ul2` model on the Alpaca dataset using [PEFT-LORA](https://huggingface.co/docs/diffusers/main/en/training/lora).
|
| 28 |
|
| 29 |
# License
|