lxe commited on
Commit
97b1843
1 Parent(s): 47a7465

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -1
README.md CHANGED
@@ -1,3 +1,16 @@
1
  ---
2
- license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ {}
3
  ---
4
+
5
+ LoRA weights for LLaMA-7b trained on a subset of the [Stanford Alpaca](https://github.com/tatsu-lab/stanford_alpaca) dataset in which the long tail of lengthy entries are removed and the prompt is shortened to the following:
6
+
7
+
8
+ ```
9
+ Appropriately respond to the following instruction:
10
+ ### Instruction: Write a javascript function that sorts array alphabetically
11
+ ### Response:
12
+ ```
13
+
14
+ It doesn't contain the foundation model itself, so it's MIT licensed!
15
+
16
+ Tuned using https://github.com/lxe/simple-llama-finetuner