luofuli commited on
Commit
90419e3
1 Parent(s): a1cc855

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -2
README.md CHANGED
@@ -22,7 +22,7 @@ Introducing DeepSeek LLM, an advanced language model comprising 7 billion parame
22
  deepseek-llm-7b-base is a 7B parameter model with Multi-Head Attention trained on 2 trillion tokens from scratch.
23
  - **Home Page:** [DeepSeek](https://deepseek.com/)
24
  - **Repository:** [deepseek-ai/deepseek-LLM](https://github.com/deepseek-ai/deepseek-LLM)
25
- - **Chat With DeepSeek Coder:** [DeepSeek-LLM](https://chat.deepseek.com/)
26
 
27
 
28
  ### 3. How to Use
@@ -47,7 +47,7 @@ print(result)
47
  ```
48
 
49
  ### 4. License
50
- This code repository is licensed under the MIT License. The use of DeepSeek LLM models is subject to the Model License. DeepSeek Coder supports commercial use.
51
 
52
  See the [LICENSE-MODEL](https://github.com/deepseek-ai/deepseek-LLM/blob/main/LICENSE-MODEL) for more details.
53
 
 
22
  deepseek-llm-7b-base is a 7B parameter model with Multi-Head Attention trained on 2 trillion tokens from scratch.
23
  - **Home Page:** [DeepSeek](https://deepseek.com/)
24
  - **Repository:** [deepseek-ai/deepseek-LLM](https://github.com/deepseek-ai/deepseek-LLM)
25
+ - **Chat With DeepSeek LLM:** [DeepSeek-LLM](https://chat.deepseek.com/)
26
 
27
 
28
  ### 3. How to Use
 
47
  ```
48
 
49
  ### 4. License
50
+ This code repository is licensed under the MIT License. The use of DeepSeek LLM models is subject to the Model License. DeepSeek LLM supports commercial use.
51
 
52
  See the [LICENSE-MODEL](https://github.com/deepseek-ai/deepseek-LLM/blob/main/LICENSE-MODEL) for more details.
53