baruga commited on
Commit
9a17fb3
1 Parent(s): d265184

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
- license: apache-2.0
 
 
3
  ---
 
 
 
 
 
 
 
1
  ---
2
+ license: mit
3
+ datasets:
4
+ - tatsu-lab/alpaca
5
  ---
6
+
7
+ This repo contains a low-rank adapter for LLaMA-13b fit on the Stanford Alpaca dataset.
8
+
9
+ It doesn't contain the foundation model itself, so it's MIT licensed!
10
+
11
+ Instructions for running it can be found at https://github.com/tloen/alpaca-lora.