Text Generation
PEFT
English
alpaca
gpt
lora
llm
lucasmccabe-lmi commited on
Commit
2c00f2c
1 Parent(s): db19f08

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -119,10 +119,14 @@ This model was instruction-tuned from a 6.7B variant from the Cerebras-GPT famil
119
  - **License**: The base model is subject to the Apache 2.0 license.
120
  - **Model type**: Transformer-based Language Model
121
 
122
- ### Software
123
 
124
  We used [LMI's](https://huggingface.co/lmiconsulting) internal `liger` library, which is built on `PyTorch` and the excellent Hugging Face stack (`transformers`, `accelerate`, etc.).
125
 
 
 
 
 
126
  ## Author
127
 
128
  - [lucasmccabe-lmi](https://lucasmccabe.github.io/)
 
119
  - **License**: The base model is subject to the Apache 2.0 license.
120
  - **Model type**: Transformer-based Language Model
121
 
122
+ ## Software
123
 
124
  We used [LMI's](https://huggingface.co/lmiconsulting) internal `liger` library, which is built on `PyTorch` and the excellent Hugging Face stack (`transformers`, `accelerate`, etc.).
125
 
126
+ ## Licensing Information
127
+
128
+ We release this adapter under the [Creative Commons NonCommercial (CC BY-NC 4.0)](https://creativecommons.org/licenses/by-nc/4.0/) license.
129
+
130
  ## Author
131
 
132
  - [lucasmccabe-lmi](https://lucasmccabe.github.io/)