Chester111 commited on
Commit
86c3cbf
1 Parent(s): 7064d64

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -43,8 +43,8 @@ outputs = model.generate(inputs, max_new_tokens=512, do_sample=False, top_k=50,
43
  print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))
44
  ```
45
 
46
- ### 4. Lincense
47
- This code repository is licensed under the MIT License. The use of DeepSeek Coder model and weights is subject to the Model License. DeepSeek Coder supports commercial use.
48
 
49
  See the [LICENSE-MODEL](https://github.com/deepseek-ai/deepseek-coder/blob/main/LICENSE-MODEL) for more details.
50
 
 
43
  print(tokenizer.decode(outputs[0][len(inputs[0]):], skip_special_tokens=True))
44
  ```
45
 
46
+ ### 4. License
47
+ This code repository is licensed under the MIT License. The use of DeepSeek Coder models is subject to the Model License. DeepSeek Coder supports commercial use.
48
 
49
  See the [LICENSE-MODEL](https://github.com/deepseek-ai/deepseek-coder/blob/main/LICENSE-MODEL) for more details.
50