tloen commited on
Commit
957a814
1 Parent(s): f5b4e95

Update license

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