cfahlgren1 commited on
Commit
ac0e304
1 Parent(s): 62a0223

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -47,8 +47,8 @@ model = AutoModelForCausalLM.from_pretrained(
47
 
48
  ### **License**
49
 
50
- The model weights are licensed under `CC BY-SA 4.0`, with extra guidelines for responsible use.
51
- Essentially, you're free to use and adapt the model, even commercially.
52
  If you alter the weights, such as through fine-tuning, you must publicly share your changes under the same `CC BY-SA 4.0` license.
53
 
54
 
 
47
 
48
  ### **License**
49
 
50
+ The model weights are licensed under `CC BY-SA 4.0`, with extra guidelines for responsible use expanded from the original model's [Deepseek](https://github.com/deepseek-ai/deepseek-coder/blob/main/LICENSE-MODEL) license.
51
+ You're free to use and adapt the model, even commercially.
52
  If you alter the weights, such as through fine-tuning, you must publicly share your changes under the same `CC BY-SA 4.0` license.
53
 
54