Commit
·
cbf40e1
1
Parent(s):
3f5cf16
Update README.md
Browse files
README.md
CHANGED
|
@@ -22,7 +22,9 @@ 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 released the code for LORA fine-tuning Seq2Seq models
|
|
|
|
|
|
|
| 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 |
|
|
|
|
| 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 along with code walkthrough medium article here:
|
| 26 |
+
- https://github.com/vmware-labs/research-and-development-artificial-intelligence-lab/tree/main/instruction-tuning/peft-seq2seq
|
| 27 |
+
- https://medium.com/vmware-data-ml-blog/lora-finetunning-of-ul-2-and-t5-models-35a08863593d
|
| 28 |
|
| 29 |
We fine-tuned the `google/flan-ul2` model on the Alpaca dataset using [PEFT-LORA](https://huggingface.co/docs/diffusers/main/en/training/lora).
|
| 30 |
|