mpasila commited on
Commit
94d5ff2
1 Parent(s): cd8297f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -1
README.md CHANGED
@@ -11,7 +11,21 @@ tags:
11
  base_model: augmxnt/shisa-base-7b-v1
12
  library_name: peft
13
  ---
14
- Experimental LoRA, may not be super good.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
15
 
16
  # Uploaded model
17
 
 
11
  base_model: augmxnt/shisa-base-7b-v1
12
  library_name: peft
13
  ---
14
+ Experimental LoRA, may not be super good. Dataset used is [a modified](https://huggingface.co/datasets/mpasila/ParallelFiction-Ja_En-100k-alpaca) version of [NilanE/ParallelFiction-Ja_En-100k](https://huggingface.co/datasets/NilanE/ParallelFiction-Ja_En-100k).
15
+
16
+ ### Prompt format: Alpaca
17
+ ```
18
+ Below is a translation task, paired with an input that provides further context. Write a response that appropriately completes the request.
19
+
20
+ ### Instruction:
21
+ {}
22
+
23
+ ### Input:
24
+ {}
25
+
26
+ ### Response:
27
+ {}
28
+ ```
29
 
30
  # Uploaded model
31