neo-nlp-dev commited on
Commit
f49b345
·
verified ·
1 Parent(s): 8af4a6a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -0
README.md CHANGED
@@ -7,4 +7,15 @@ library_name: peft
7
 
8
  This LoRA is for [dice-research/lola_v1](https://huggingface.co/dice-research/lola_v1) model. It enables the LOLA model to respond to multilingual instructions given in the alpaca (no input) format.
9
 
 
 
 
 
 
 
 
 
 
 
 
10
  The adapter is trained on [CohereLabs/aya_dataset](https://huggingface.co/datasets/CohereLabs/aya_dataset) for 2 epochs.
 
7
 
8
  This LoRA is for [dice-research/lola_v1](https://huggingface.co/dice-research/lola_v1) model. It enables the LOLA model to respond to multilingual instructions given in the alpaca (no input) format.
9
 
10
+ Example format:
11
+ ```
12
+ Below is an instruction that describes a task. Write a response that appropriately completes the request.
13
+
14
+ ### Instruction:
15
+ Give tips on staying healthy.
16
+
17
+ ### Response:
18
+
19
+ ```
20
+
21
  The adapter is trained on [CohereLabs/aya_dataset](https://huggingface.co/datasets/CohereLabs/aya_dataset) for 2 epochs.